diff options
author | root <root@linux-forks.de> | 2018-08-24 18:51:55 +0200 |
---|---|---|
committer | root <root@linux-forks.de> | 2018-08-24 18:51:55 +0200 |
commit | e10cf66433a6dd01ca4a0064b60bb9710ddd931c (patch) | |
tree | 9dde8adf734f5e0a8e9ad77c63525fdfaa7b4f29 /crops/cocoa.lua | |
parent | aaf20dcc464966c3565d5ceef23c1170b9c430b0 (diff) | |
parent | 7b52870d54aca50e0d36a9263eeccc3e2d5fb2a5 (diff) |
Merge https://notabug.org/TenPlus1/farming
Diffstat (limited to 'crops/cocoa.lua')
-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}, |