forked from mtcontrib/bonemeal
when digging dirt give either dirt or bone
This commit is contained in:
parent
e7a7488007
commit
ab490bb251
2
init.lua
2
init.lua
@ -496,7 +496,7 @@ minetest.override_item("default:dirt", {
|
|||||||
max_items = 1,
|
max_items = 1,
|
||||||
items = {
|
items = {
|
||||||
{
|
{
|
||||||
items = {"bonemeal:bone", "default:dirt"},
|
items = {"bonemeal:bone"},
|
||||||
rarity = 30,
|
rarity = 30,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user