Modify wood ladder recipe (#24)

This commit is contained in:
Niklp 2022-11-06 11:23:08 +01:00 committed by GitHub
parent b89f6c6a21
commit 922cc1b6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,9 +3,9 @@ local S = ropes.S
if ropes.extending_ladder_enabled then if ropes.extending_ladder_enabled then
local wood_recipe = { 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", "", "group:stick"},
{"group:stick", "", "group:stick"},
} }
local wood_name = S("Wooden Extendable Ladder") local wood_name = S("Wooden Extendable Ladder")