From 32cf5b6efa59438292408b26ba6183fccc8d01aa Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Sun, 12 Nov 2023 14:18:51 -0600 Subject: [PATCH] remove stuff that belongs in pySE --- changelog.txt | 1 + locale/zh-CN/pyalienlife.cfg | 1 - prototypes/recipe-categories.lua | 4 ---- prototypes/updates/pyhightech-updates.lua | 3 --- 4 files changed, 1 insertion(+), 8 deletions(-) diff --git a/changelog.txt b/changelog.txt index 23ddf11f2..f65648144 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/locale/zh-CN/pyalienlife.cfg b/locale/zh-CN/pyalienlife.cfg index b985562e8..386e456ef 100644 --- a/locale/zh-CN/pyalienlife.cfg +++ b/locale/zh-CN/pyalienlife.cfg @@ -1478,7 +1478,6 @@ space-dingrit=太空雪背狼 space-suit=太空套装 space-dingrit-return=宇宙雪背狼 combustion-tank=混烧罐 -rocket-mk01-part=火箭组件 MK1 ulric-infusion=萌马诱变剂 mosfet=MOSFET 金氧半场效晶体管 dried-biomass=干的生物质 diff --git a/prototypes/recipe-categories.lua b/prototypes/recipe-categories.lua index c222cd8f9..8f157426f 100644 --- a/prototypes/recipe-categories.lua +++ b/prototypes/recipe-categories.lua @@ -296,10 +296,6 @@ data:extend { type = "recipe-category", name = "compost" }, - { - type = "recipe-category", - name = "rocket-mk01" - }, ------crops------ { type = "resource-category", diff --git a/prototypes/updates/pyhightech-updates.lua b/prototypes/updates/pyhightech-updates.lua index 3289b0922..ec66c2cf8 100644 --- a/prototypes/updates/pyhightech-updates.lua +++ b/prototypes/updates/pyhightech-updates.lua @@ -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----