Skip to content

Commit

Permalink
remove stuff that belongs in pySE
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 12, 2023
1 parent bed7813 commit 32cf5b6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Date: ???
- Prevented caravans & flying caravans from being boosted by ground tiles
- Allowed vessel, vessel to ground, and floating biopyanoport to be placed on the same location as belts, pipes, or rail
- Fixed crash when opening TURD when pyAE is not installed
- Fixed that dingrit mk2,mk3,mk4 module recipes were not outputting any empty cages
---------------------------------------------------------------------------------------------------
Version: 2.1.9
Date: 2023-9-4
Expand Down
1 change: 0 additions & 1 deletion locale/zh-CN/pyalienlife.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,6 @@ space-dingrit=太空雪背狼
space-suit=太空套装
space-dingrit-return=宇宙雪背狼
combustion-tank=混烧罐
rocket-mk01-part=火箭组件 MK1
ulric-infusion=萌马诱变剂
mosfet=MOSFET 金氧半场效晶体管
dried-biomass=干的生物质
Expand Down
4 changes: 0 additions & 4 deletions prototypes/recipe-categories.lua
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,6 @@ data:extend {
type = "recipe-category",
name = "compost"
},
{
type = "recipe-category",
name = "rocket-mk01"
},
------crops------
{
type = "resource-category",
Expand Down
3 changes: 0 additions & 3 deletions prototypes/updates/pyhightech-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,6 @@ RECIPE('rc-mk04'):add_ingredient({type = "item", name = "intelligent-unit", amou


RECIPE('simik-den-mk02'):add_ingredient({type = "item", name = "re-tin", amount = 10}):add_ingredient({type = "item", name = "cooling-system", amount = 10})

RECIPE('silo-2'):replace_ingredient("processing-unit", "intelligent-unit"):add_ingredient({type = "item", name = "hyperelastic-material", amount = 10}):add_ingredient({type = "item", name = "phosphate-glass", amount = 100}):add_ingredient({type = "item", name = "superconductor-servomechanims", amount = 5})
RECIPE('rocket-mk01-part'):add_ingredient({type = "item", name = "graphene-roll", amount = 5}):add_ingredient({type = "item", name = "harmonic-absorber", amount = 1})
RECIPE('pydrive'):replace_ingredient("processing-unit", "intelligent-unit"):add_ingredient({type = "item", name = "superconductor-servomechanims", amount = 20}):add_ingredient({type = "item", name = "strangelets", amount = 10})

----RECIPES----
Expand Down

0 comments on commit 32cf5b6

Please sign in to comment.