Update many crafting recipes

This commit is contained in:
Wuzzy 2017-01-05 04:39:36 +01:00
parent 2fa7ce2a16
commit f1dfeca751
12 changed files with 47 additions and 56 deletions

View file

@ -553,10 +553,10 @@ minetest.register_node("fences:fence_wood_13", { --right(2)+top(11)=13
minetest.register_alias("default:fence_wood", "fences:fence")
minetest.register_craft({
output = 'fences:fence_wood 2',
output = 'fences:fence_wood 3',
recipe = {
{'default:stick', 'default:stick', 'default:stick'},
{'default:stick', 'default:stick', 'default:stick'},
{'default:wood', 'default:stick', 'default:wood'},
{'default:wood', 'default:stick', 'default:wood'},
}
})