mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-22 01:25:31 +01:00
[moreblocks] Updates
- Fix #302 - Add cherry tree/wood to the list of sawable items
This commit is contained in:
@@ -44,6 +44,12 @@ minetest.register_craft({
|
||||
recipe = {"default:junglegrass", "default:dirt"},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "default:dirt_with_grass",
|
||||
type = "shapeless",
|
||||
recipe = {"default:mese", "default:dirt"},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "default:mossycobble",
|
||||
type = "shapeless",
|
||||
|
||||
Reference in New Issue
Block a user