mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-12-27 19:20:20 +01:00
remove mushroom override now that it's in default
This commit is contained in:
parent
9a08e2978a
commit
dc392e8adc
@ -15,13 +15,6 @@ minetest.override_item("default:apple", {
|
|||||||
leafdecay = 3, leafdecay_drop = 1}
|
leafdecay = 3, leafdecay_drop = 1}
|
||||||
})
|
})
|
||||||
|
|
||||||
if minetest.registered_nodes["flowers:mushroom_brown"] then
|
|
||||||
minetest.override_item("flowers:mushroom_brown", {
|
|
||||||
light_source = 1,
|
|
||||||
groups = {food_mushroom = 1, snappy = 3, attached_node = 1, flammable = 2}
|
|
||||||
})
|
|
||||||
end
|
|
||||||
|
|
||||||
--= Aliases
|
--= Aliases
|
||||||
|
|
||||||
-- Banana
|
-- Banana
|
||||||
|
Loading…
Reference in New Issue
Block a user