diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-04-30 19:50:13 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-04-30 19:50:13 +0100 |
commit | ab490bb251a7d2b20aee5ef4b6e9b948128f38b6 (patch) | |
tree | 12dc9dc5c4e6112d7fddaa923972634092987518 | |
parent | e7a7488007397008bb8d2204e573d9e714c8b6a4 (diff) |
when digging dirt give either dirt or bone
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -496,7 +496,7 @@ minetest.override_item("default:dirt", { max_items = 1,
items = {
{
- items = {"bonemeal:bone", "default:dirt"},
+ items = {"bonemeal:bone"},
rarity = 30,
},
{
|