diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2014-11-21 15:00:09 +0000 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2014-11-21 15:00:09 +0000 |
commit | c72c7f13f7499d3185b06a1d48b1affa1d26d0e3 (patch) | |
tree | 5cb094c58af4e9ccf358ec4bf7612135b5bd0a16 /melon.lua | |
parent | d95be676d7efa30fd02ae6b35efb6d84121d9f9a (diff) |
Changed: Pumpkin needs axe, Melon needs sword to harvest
Diffstat (limited to 'melon.lua')
-rw-r--r-- | melon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(), }) |