mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-11-24 08:23:47 +01:00
Modify wood ladder recipe (#24)
This commit is contained in:
parent
b89f6c6a21
commit
922cc1b6aa
@ -3,9 +3,9 @@ local S = ropes.S
|
||||
if ropes.extending_ladder_enabled then
|
||||
|
||||
local wood_recipe = {
|
||||
{"group:stick", "", "group:stick"},
|
||||
{"group:stick", "", "group:stick"},
|
||||
{"group:stick", "group:stick", "group:stick"},
|
||||
{"group:stick", "", "group:stick"},
|
||||
{"group:stick", "", "group:stick"},
|
||||
}
|
||||
local wood_name = S("Wooden Extendable Ladder")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user