add description to crop stages

This commit is contained in:
tenplus1 2024-09-07 10:49:01 +01:00
parent 1a234c9b50
commit 98da773a39
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ ethereal.add_eatable("ethereal:wild_onion_plant", 2)
-- Onion definition -- Onion definition
local def = { local def = {
description = S("Wild Onion") .. S(" Crop"),
drawtype = "plantlike", drawtype = "plantlike",
tiles = {"ethereal_wild_onion_1.png"}, tiles = {"ethereal_wild_onion_1.png"},
paramtype = "light", paramtype = "light",

View File

@ -20,6 +20,7 @@ ethereal.add_eatable("ethereal:strawberry", 1)
-- Strawberry definition -- Strawberry definition
local def = { local def = {
description = S("Strawberry") .. S(" Crop"),
drawtype = "plantlike", drawtype = "plantlike",
tiles = {"ethereal_strawberry_1.png"}, tiles = {"ethereal_strawberry_1.png"},
paramtype = "light", paramtype = "light",