mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-06-28 22:36:45 +02:00
add descriptions to all crop stages
This commit is contained in:
@ -16,6 +16,7 @@ minetest.register_craftitem("farming:garlic_clove", {
|
||||
-- crop definition
|
||||
|
||||
local def = {
|
||||
description = S("Garlic") .. S(" Crop"),
|
||||
drawtype = "plantlike",
|
||||
tiles = {"crops_garlic_plant_1.png"},
|
||||
paramtype = "light",
|
||||
|
Reference in New Issue
Block a user