Update 'mods/farming/init.lua'

This commit is contained in:
thunderdog1138 2020-05-07 23:00:26 +00:00
parent 77459f18eb
commit f86170bee2
1 changed files with 3 additions and 3 deletions

View File

@ -16,11 +16,11 @@ dofile(farming.path .. "/nodes.lua")
dofile(farming.path .. "/hoes.lua")
-- WHEAT
-- LOTHAL WHEAT
farming.register_plant("farming:wheat", {
description = S("Wheat Seed"),
harvest_description = S("Wheat"),
description = S("Lothal Wheat Seed"),
harvest_description = S("Lothal Wheat"),
paramtype2 = "meshoptions",
inventory_image = "farming_wheat_seed.png",
steps = 8,