Compare commits

..

No commits in common. "776584841c513dd69c3efaddd82ee940b15fe287" and "920b30cf92d915f4097a1ca1d56edef5cd01811f" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View file

@ -54,7 +54,6 @@ 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

View file

@ -200,16 +200,9 @@ data:extend({
{
type = "recipe",
name = "bronze-spring",
localised_name = { "item-name.bronze-spring" },
category = "crafting",
order = "s2[spring]",
icons = (mods["bztin2"] and
{
{ icon = "__IntermediatesForYou2__/graphics/icons/spring.png", icon_size = 64 },
{ icon = "__bztin2__/graphics/icons/bronze-plate.png", icon_size = 128, scale = 0.125, shift = { -8, -8 } },
} or {
{ icon = "__IntermediatesForYou2__/graphics/icons/spring.png", icon_size = 128 }
}
),
enabled = false,
energy_required = 2,
ingredients = {{type="item", name="bronze-plate", amount=1}},