Improve crafting recipe of ladder_wood
Current: 7 sticks -> 5 ladders Proposed: 8 sticks -> 4 ladders Fixes #249
This commit is contained in:
parent
0c68a4564e
commit
0dd95d24eb
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ crafting.register_recipe({
|
|||
|
||||
crafting.register_recipe({
|
||||
type = "inv",
|
||||
output = "default:ladder 5",
|
||||
items = { "default:stick 7" },
|
||||
output = "default:ladder 4",
|
||||
items = { "default:stick 8" },
|
||||
always_known = true,
|
||||
level = 1,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue