Merge pull request #9 from coil0/bottles

Replace air bottle by empty bottle when repairing spacesuit
This commit is contained in:
Thomas Rudin
2019-07-01 14:53:44 +02:00
committed by GitHub
+3
View File
@@ -9,6 +9,9 @@ if has_vacuum then
recipe = { recipe = {
"vacuum:air_bottle", "vacuum:air_bottle",
partname partname
},
replacements = {
{"vacuum:air_bottle", "vessels:steel_bottle"}
} }
}) })
end end