Supprime le mod nalc_bonemeal
This commit is contained in:
parent
4291b6bae2
commit
931fd92bcb
|
@ -1 +0,0 @@
|
|||
bonemeal
|
|
@ -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.")
|
Loading…
Reference in New Issue
Block a user