summaryrefslogtreecommitdiff
path: root/melon.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-03-19 18:44:53 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2016-03-19 18:44:53 +0000
commit9dd4c531115a1bdaeacc7c01598a5666deb164d7 (patch)
tree9d0b9e79920b60c6478f748817795ada8ec62994 /melon.lua
parentdaac92f3983afd8e1ff63c4043547d03519ef460 (diff)
Melon cubes now walkable again
Diffstat (limited to 'melon.lua')
-rw-r--r--melon.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/melon.lua b/melon.lua
index e82ddaf..a35d450 100644
--- a/melon.lua
+++ b/melon.lua
@@ -74,6 +74,7 @@ crop_def.drawtype = "nodebox"
crop_def.description = "Melon"
crop_def.tiles = {"farming_melon_top.png", "farming_melon_top.png", "farming_melon_side.png"}
crop_def.selection_box = {-.5, -.5, -.5, .5, .5, .5}
+crop_def.walkable = true
crop_def.groups = {snappy = 1, oddly_breakable_by_hand = 1, flammable = 2, plant = 1}
crop_def.drop = "farming:melon_slice 9"
minetest.register_node("farming:melon_8", table.copy(crop_def))