Update 'crop-farm/farm.lua'

This commit is contained in:
Jan 2021-07-28 12:09:40 +00:00
parent 50ba179501
commit 92c83dd702

View file

@ -3,7 +3,7 @@ local HEIGHT = 27
local WIDTH = 6
local GROWTH_MAX = 7
local SEED_NAME = "actuallyadditions:item_rice_seed"
local CROP_NAME = "actuallyadditions:block_rice"
local CROP_NAME = "actuallyadditions:block_rice"
--
if WIDTH % 2 ~= 0 then