1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-06 01:50:21 +02:00

Added all cherry things from Jordach's BFD

- Added cherry trees' biomes
- Added cherry wooden plank stairs
- Added cherry nodes : sapling, log, wood, etc
- Added cherry trees' generation system
- Added cherry items' crafts
This commit is contained in:
LeMagnesium
2015-03-30 20:54:58 +02:00
parent 1df57889e8
commit 0b7251fdce
14 changed files with 256 additions and 1 deletions

View File

@ -711,6 +711,15 @@ minetest.register_craft({ -- Tool repair (combine 2 tools of the same type in th
type = "toolrepair", additional_wear = -0.15,
})
-- From BFD:
minetest.register_craft({
output = 'default:cherry_plank 6',
recipe = {
{'default:cherry_log'},
}
})
-- Cooking recipes:
minetest.register_craft({