summaryrefslogtreecommitdiff
path: root/farming/crops/cocoa.lua
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-15 18:15:28 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-15 18:15:28 -0400
commitdc0908e5fa86334226c982877e71aec8cfaf92ce (patch)
tree6fef541a45caed83f673b6411bf0888ee35dc4c4 /farming/crops/cocoa.lua
parent1adee001dd438172cd4ff7e3c6e9ca168b0bdd58 (diff)
downloaddreambuilder_modpack-dc0908e5fa86334226c982877e71aec8cfaf92ce.tar
dreambuilder_modpack-dc0908e5fa86334226c982877e71aec8cfaf92ce.tar.gz
dreambuilder_modpack-dc0908e5fa86334226c982877e71aec8cfaf92ce.tar.bz2
dreambuilder_modpack-dc0908e5fa86334226c982877e71aec8cfaf92ce.tar.xz
dreambuilder_modpack-dc0908e5fa86334226c982877e71aec8cfaf92ce.zip
update plantlife, farming_redo, nixie tubes
add my led_marquee mod
Diffstat (limited to 'farming/crops/cocoa.lua')
-rw-r--r--farming/crops/cocoa.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/farming/crops/cocoa.lua b/farming/crops/cocoa.lua
index 19e9c6b..ecefcea 100644
--- a/farming/crops/cocoa.lua
+++ b/farming/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},