From 971865f9f36b9204176e9dbe573a7b8a68b0ef17 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 5 Sep 2023 11:10:57 +0100 Subject: [PATCH] add barley compostability group --- crops/barley.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crops/barley.lua b/crops/barley.lua index 2f1550d..51d6561 100644 --- a/crops/barley.lua +++ b/crops/barley.lua @@ -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