mirror of
https://github.com/mt-mods/spacesuit.git
synced 2026-05-04 13:56:51 -06:00
Replace air bottle by empty bottle when repairing spacesuit
This gives the empty heavy iron bottle back when crafting an air bottle and a spacesuit part to repair the spacesuit part.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user