From f86170bee2fafcfe6ec6643e74d975a7b1740f37 Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Thu, 7 May 2020 23:00:26 +0000 Subject: [PATCH] Update 'mods/farming/init.lua' --- mods/farming/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/farming/init.lua b/mods/farming/init.lua index e6dfd579..0a0c9d40 100644 --- a/mods/farming/init.lua +++ b/mods/farming/init.lua @@ -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,