1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-26 11:15:22 +01:00

[moreblocks] Updates

- Fix #302
- Add cherry tree/wood to the list of sawable items
This commit is contained in:
LeMagnesium
2015-10-11 16:16:22 +02:00
parent 11c8a7f060
commit 61822023cf
24 changed files with 587 additions and 349 deletions

View File

@@ -110,6 +110,18 @@ function stairsplus:register_micro(modname, subname, recipeitem, fields)
recipe = {modname .. ":slab_" .. subname},
})
minetest.register_craft({
type = "shapeless",
output = modname .. ":micro_" .. subname .. " 4",
recipe = {modname .. ":stair_" .. subname .. "_alt"},
})
minetest.register_craft({
type = "shapeless",
output = modname .. ":micro_" .. subname .. " 3",
recipe = {modname .. ":stair_" .. subname .. "_right_half"},
})
minetest.register_craft({
type = "shapeless",
output = modname .. ":micro_" .. subname .. " 2",