mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-11-28 10:23:44 +01:00
To ensure the mod works well when all settings are left on default, upgrading old-style ropeboxes to steel instead of wood
This commit is contained in:
parent
7f7ca3514e
commit
154ae3aa89
2
init.lua
2
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
|
swapper("vines:rope_block", "ropes:5rope_block", "vines_to_ropes_upgrade") -- for the original vines mod
|
||||||
|
|
||||||
for i=1,9 do
|
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
|
end
|
||||||
|
|
||||||
print(S("[Ropes] Loaded!"))
|
print(S("[Ropes] Loaded!"))
|
||||||
|
Loading…
Reference in New Issue
Block a user