cocoa pods are no longer walkable

This commit is contained in:
TenPlus1 2018-08-13 21:03:11 +01:00
parent aa73d0baba
commit 0c7110403c
1 changed files with 1 additions and 1 deletions

View File

@ -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},