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:
@ -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({
|
||||
|
Reference in New Issue
Block a user