summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-08-13 21:52:46 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-08-13 21:52:46 +0100
commitede6267694d790e5b5d589dffadc7e1f8e9434ae (patch)
tree10ecd1109430c929f5630bec98fc843b926a6238
parent594b09ee66ef74c3fba2c3168f686d404b8da458 (diff)
fix melon drop
-rw-r--r--crops/melon.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/crops/melon.lua b/crops/melon.lua
index b90a24a..1791fdf 100644
--- a/crops/melon.lua
+++ b/crops/melon.lua
@@ -83,4 +83,5 @@ crop_def.groups = {
flammable = 2, plant = 1
}
--crop_def.drop = "farming:melon_slice 9"
+crop_def.drop = "farming:melon_8"
minetest.register_node("farming:melon_8", table.copy(crop_def))