Update bz mods to version 2

This commit is contained in:
Simon Brodtmann 2025-10-21 14:42:33 +02:00
parent d2c1425fcb
commit 86d9d6ea7a
8 changed files with 30 additions and 30 deletions

View file

@ -24,7 +24,7 @@ if simpleCompress then
tungstenRecipe.results = {
{type="item", name = "tungsten-plate", amount=simpleCompress.CompressedSmeltAmount},
}
tungstenRecipe.icons = {{ icon = "__bztungsten__/graphics/icons/tungsten-plate.png", icon_size = 128 }}
tungstenRecipe.icons = {{ icon = "__bztungsten2__/graphics/icons/tungsten-plate.png", icon_size = 128 }}
tungstenRecipe.subgroup = "raw-material"
tungstenRecipe.order = "d[tungsten-plate]"
end