Update to bzgas2
This commit is contained in:
parent
65f3672629
commit
2f9fdd508f
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
"? bztungsten >= 0.6.0",
|
||||
"? bzcarbon >= 2.0.21",
|
||||
"? bztin >= 2.1.15",
|
||||
"? bzgas >= 2.0.0",
|
||||
"? bzgas2 >= 2.0.0",
|
||||
"? space-exploration >= 0.7.34",
|
||||
"? aai-industry >= 0.6.13",
|
||||
"(?) aai-loaders >= 0.2.7",
|
||||
|
|
|
@ -185,7 +185,7 @@ else
|
|||
util.add_unlock("kr-fluids-chemistry", "hydrogen-chloride-salt")
|
||||
end
|
||||
|
||||
if mods.bzgas then
|
||||
if mods.bzgas2 then
|
||||
data:extend({
|
||||
{
|
||||
type="recipe",
|
||||
|
@ -198,7 +198,7 @@ if mods.bzgas then
|
|||
{type="fluid", name=hcl_name, amount=5},
|
||||
},
|
||||
icons = {
|
||||
{icon = "__bzgas__/graphics/icons/bakelite.png", icon_size=128},
|
||||
{icon = "__bzgas2__/graphics/icons/bakelite.png", icon_size=128},
|
||||
{icon = "__bzchlorine2__/graphics/icons/hcl.png", icon_size=128, scale=0.125, shift={-8,-8}},
|
||||
},
|
||||
enabled = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue