Supprime le mod nalc_bonemeal

This commit is contained in:
sys4-fr 2019-01-05 18:31:09 +01:00
parent 4291b6bae2
commit 931fd92bcb
2 changed files with 0 additions and 20 deletions

View File

@ -1 +0,0 @@
bonemeal

View File

@ -1,19 +0,0 @@
-- NALC : Remove dirt with bones to avoid infinite bones creation with the same dirt block
minetest.override_item(
"default:dirt",
{
drop = {
max_items = 1,
items = {
{
items = {"bonemeal:bone"}, -- NALC : Removed default:dirt
rarity = 30,
},
{
items = {"default:dirt"},
}
}
},
})
minetest.log("action", "[nalc_bonemeal] loaded.")