summaryrefslogtreecommitdiff
path: root/cotton.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-03-31 16:32:17 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-03-31 16:32:17 +0100
commitc4e88fc332d107e050b8a3111b21e7f9fc04fad6 (patch)
tree7605f6aefbf442faa4609bf1078484d60506103d /cotton.lua
parentabc54e9d5af1837dadc20714ec17f49826bb4314 (diff)
added custom groups to register_plant food craftitem
Diffstat (limited to 'cotton.lua')
-rw-r--r--cotton.lua1
1 files changed, 1 insertions, 0 deletions
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,
})]]