diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2015-05-07 00:01:59 -0700 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2015-05-07 00:01:59 -0700 |
commit | 123c866c8436ea8b6198c02acfbdd1eae4e69a79 (patch) | |
tree | 5c3bedf1575e35520f8cce5f14a40981f340baa6 | |
parent | a1be5250b80f1dd7b0b3b9c59611cdb0c0bf57a7 (diff) |
Attached melon plants were not getting damage/hydration applied.
-rw-r--r-- | melon.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }) |