diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-08-13 21:03:11 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-08-13 21:03:11 +0100 |
commit | 0c7110403cf30b192549c78654f675ccb31bbc21 (patch) | |
tree | d86f23f406df3fcdf1a169a4c222ea3faab3cb94 | |
parent | aa73d0babac75bf2e2549c5bbbefa89960945610 (diff) |
cocoa pods are no longer walkable
-rw-r--r-- | crops/cocoa.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crops/cocoa.lua b/crops/cocoa.lua index 19e9c6b..ecefcea 100644 --- a/crops/cocoa.lua +++ b/crops/cocoa.lua @@ -113,7 +113,7 @@ local crop_def = { drawtype = "plantlike", tiles = {"farming_cocoa_1.png"}, paramtype = "light", - walkable = true, + walkable = false, drop = { items = { {items = {'farming:cocoa_beans 1'}, rarity = 2}, |