diff --git a/IntermediatesForYou2/locale/en/IntermediatesForYou.cfg b/IntermediatesForYou2/locale/en/IntermediatesForYou.cfg index b7241ef..cb49f0c 100644 --- a/IntermediatesForYou2/locale/en/IntermediatesForYou.cfg +++ b/IntermediatesForYou2/locale/en/IntermediatesForYou.cfg @@ -54,6 +54,7 @@ aluminium-hydroxide-smelting=Aluminium hydroxide smelting sodium-hydroxide-reaction=Sodium hydroxide reaction silica-extraction=Silica extraction sodium-aluminate=Sodium aluminate +bronze-spring=Spring (Bronze) slag=slag iron-extraction=Iron extraction diff --git a/IntermediatesForYou2/prototypes/recipes.lua b/IntermediatesForYou2/prototypes/recipes.lua index f3e878f..71900c2 100644 --- a/IntermediatesForYou2/prototypes/recipes.lua +++ b/IntermediatesForYou2/prototypes/recipes.lua @@ -200,7 +200,6 @@ data:extend({ { type = "recipe", name = "bronze-spring", - localised_name = { "item-name.bronze-spring" }, category = "crafting", order = "s2[spring]", enabled = false,