forked from mtcontrib/farming
add barley compostability group
This commit is contained in:
parent
b4005685fd
commit
971865f9f3
|
@ -25,7 +25,7 @@ minetest.register_node("farming:seed_barley", {
|
|||
minetest.register_craftitem("farming:barley", {
|
||||
description = S("Barley"),
|
||||
inventory_image = "farming_barley.png",
|
||||
groups = {food_barley = 1, flammable = 2}
|
||||
groups = {food_barley = 1, flammable = 2, compostability = 65}
|
||||
})
|
||||
|
||||
-- flour
|
||||
|
|
Loading…
Reference in New Issue
Block a user