add bone and bonemeal
This commit is contained in:
parent
4acf7e7adf
commit
01d543f377
5 changed files with 210 additions and 0 deletions
|
@ -340,6 +340,14 @@ minetest.register_node("default:dirt", {
|
|||
tiles = {"default_dirt.png"},
|
||||
groups = {crumbly = 3, soil = 1},
|
||||
sounds = default.node_sound_dirt_defaults(),
|
||||
drop = {
|
||||
max_items = 1,
|
||||
items = {
|
||||
{items = {'default:bone', 'default:dirt'},rarity = 30,},
|
||||
{items = {'default:dirt'},},
|
||||
},
|
||||
},
|
||||
|
||||
})
|
||||
|
||||
minetest.register_node("default:dirt_with_grass", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue