From c4e88fc332d107e050b8a3111b21e7f9fc04fad6 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sat, 31 Mar 2018 16:32:17 +0100 Subject: added custom groups to register_plant food craftitem --- cotton.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'cotton.lua') diff --git a/cotton.lua b/cotton.lua index bf0412e..7f893ec 100644 --- a/cotton.lua +++ b/cotton.lua @@ -146,5 +146,6 @@ minetest.register_node("farming:cotton_8", table.copy(crop_def)) farming.register_plant("farming:cotton", { description = "Cotton seed", inventory_image = "farming_cotton_seed.png", + groups = {flammable = 2}, steps = 8, })]] -- cgit v1.2.3