when digging dirt give either dirt or bone

This commit is contained in:
TenPlus1 2018-04-30 19:50:13 +01:00
parent e7a7488007
commit ab490bb251
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ minetest.override_item("default:dirt", {
max_items = 1,
items = {
{
items = {"bonemeal:bone", "default:dirt"},
items = {"bonemeal:bone"},
rarity = 30,
},
{