forked from mtcontrib/farming
add descriptions to all crop stages
This commit is contained in:
@ -41,6 +41,7 @@ minetest.register_craftitem("farming:wheat", {
|
||||
-- crop definition
|
||||
|
||||
local def = {
|
||||
description = S("Wheat") .. S(" Crop"),
|
||||
drawtype = "plantlike",
|
||||
tiles = {"farming_wheat_1.png"},
|
||||
paramtype = "light",
|
||||
|
Reference in New Issue
Block a user