summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2015-05-07 00:01:59 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2015-05-07 00:01:59 -0700
commit123c866c8436ea8b6198c02acfbdd1eae4e69a79 (patch)
tree5c3bedf1575e35520f8cce5f14a40981f340baa6
parenta1be5250b80f1dd7b0b3b9c59611cdb0c0bf57a7 (diff)
Attached melon plants were not getting damage/hydration applied.
-rw-r--r--melon.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/melon.lua b/melon.lua
index a07c1bf..b63d56e 100644
--- a/melon.lua
+++ b/melon.lua
@@ -240,3 +240,4 @@ table.insert(crops.plants, { name = "crops:melon_plant_2", properties = properti
table.insert(crops.plants, { name = "crops:melon_plant_3", properties = properties })
table.insert(crops.plants, { name = "crops:melon_plant_4", properties = properties })
table.insert(crops.plants, { name = "crops:melon_plant_5", properties = properties })
+table.insert(crops.plants, { name = "crops:melon_plant_5_attached", properties = properties })