mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-28 11:55:29 +01:00
[moreblocks] Updates
- Fix #302 - Add cherry tree/wood to the list of sawable items
This commit is contained in:
@@ -179,12 +179,6 @@ function stairsplus:register_stair(modname, subname, recipeitem, fields)
|
||||
recipe = {modname .. ":stair_" .. subname .. "_half"},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = modname .. ":stair_" .. subname .. "_half",
|
||||
recipe = {modname .. ":stair_" .. subname .. "_right_half"},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = modname .. ":stair_" .. subname,
|
||||
|
||||
Reference in New Issue
Block a user