summaryrefslogtreecommitdiff
path: root/melon.lua
diff options
context:
space:
mode:
authortenplus1 <kinsellaja@yahoo.com>2014-11-21 15:00:09 +0000
committertenplus1 <kinsellaja@yahoo.com>2014-11-21 15:00:09 +0000
commitc72c7f13f7499d3185b06a1d48b1affa1d26d0e3 (patch)
tree5cb094c58af4e9ccf358ec4bf7612135b5bd0a16 /melon.lua
parentd95be676d7efa30fd02ae6b35efb6d84121d9f9a (diff)
Changed: Pumpkin needs axe, Melon needs sword to harvest
Diffstat (limited to 'melon.lua')
-rw-r--r--melon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/melon.lua b/melon.lua
index 390b8bd..cefd831 100644
--- a/melon.lua
+++ b/melon.lua
@@ -136,6 +136,6 @@ minetest.register_node("farming:melon_8", {
{items = {'farming:melon_slice 9'},rarity=1},
}
},
- groups = {snappy=3,flammable=2,plant=1},
+ groups = {snappy=1,oddly_breakable_by_hand=1,flammable=2,plant=1},
sounds = default.node_sound_wood_defaults(),
})