From 154ae3aa896256d6f21976284c6c6c40cb5fe1e6 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Fri, 10 Feb 2017 09:39:13 -0700 Subject: [PATCH] To ensure the mod works well when all settings are left on default, upgrading old-style ropeboxes to steel instead of wood --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 0f72933..887cc1d 100644 --- a/init.lua +++ b/init.lua @@ -66,7 +66,7 @@ swapper("vines:ropeladder_falling", "ropes:ropeladder_falling", "vines_to_ropes_ swapper("vines:rope_block", "ropes:5rope_block", "vines_to_ropes_upgrade") -- for the original vines mod for i=1,9 do - swapper(string.format("ropes:%irope_block", i), string.format("ropes:wood%irope_block", i), "rope_block_composition_upgrade") + swapper(string.format("ropes:%irope_block", i), string.format("ropes:steel%irope_block", i), "rope_block_composition_upgrade") end print(S("[Ropes] Loaded!"))