Update 'crop-farm/farm.lua'

master
Jan 2021-07-28 12:09:40 +00:00
parent 50ba179501
commit 92c83dd702
1 changed files with 1 additions and 1 deletions

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