summaryrefslogtreecommitdiff
path: root/cotton.lua
diff options
context:
space:
mode:
Diffstat (limited to 'cotton.lua')
-rw-r--r--cotton.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/cotton.lua b/cotton.lua
index 5241b2c..bf0412e 100644
--- a/cotton.lua
+++ b/cotton.lua
@@ -8,7 +8,7 @@ minetest.register_node("farming:seed_cotton", {
inventory_image = "farming_cotton_seed.png",
wield_image = "farming_cotton_seed.png",
drawtype = "signlike",
- groups = {seed = 1, snappy = 3, attached_node = 1},
+ groups = {seed = 1, snappy = 3, attached_node = 1, flammable = 4},
paramtype = "light",
paramtype2 = "wallmounted",
walkable = false,
@@ -75,7 +75,7 @@ local crop_def = {
drop = "",
selection_box = farming.select,
groups = {
- snappy = 3, flammable = 2, plant = 1, attached_node = 1,
+ snappy = 3, flammable = 4, plant = 1, attached_node = 1,
not_in_creative_inventory = 1, growing = 1
},
sounds = default.node_sound_leaves_defaults()