From 123c866c8436ea8b6198c02acfbdd1eae4e69a79 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Thu, 7 May 2015 00:01:59 -0700 Subject: Attached melon plants were not getting damage/hydration applied. --- melon.lua | 1 + 1 file changed, 1 insertion(+) 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 }) -- cgit v1.2.3