From 7c5570af5e07a7db8c8565a519a37226827ac3d8 Mon Sep 17 00:00:00 2001 From: coil <51716565+coil0@users.noreply.github.com> Date: Sun, 30 Jun 2019 21:31:50 -0400 Subject: [PATCH] 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. --- repair.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repair.lua b/repair.lua index 1e66ccd..b4e58dd 100644 --- a/repair.lua +++ b/repair.lua @@ -9,6 +9,9 @@ if has_vacuum then recipe = { "vacuum:air_bottle", partname + }, + replacements = { + {"vacuum:air_bottle", "vessels:steel_bottle"} } }) end