diff --git a/onion.lua b/onion.lua index 9633e4b..ac2fad2 100644 --- a/onion.lua +++ b/onion.lua @@ -20,6 +20,7 @@ ethereal.add_eatable("ethereal:wild_onion_plant", 2) -- Onion definition local def = { + description = S("Wild Onion") .. S(" Crop"), drawtype = "plantlike", tiles = {"ethereal_wild_onion_1.png"}, paramtype = "light", diff --git a/strawberry.lua b/strawberry.lua index d3dafe8..c7c6790 100644 --- a/strawberry.lua +++ b/strawberry.lua @@ -20,6 +20,7 @@ ethereal.add_eatable("ethereal:strawberry", 1) -- Strawberry definition local def = { + description = S("Strawberry") .. S(" Crop"), drawtype = "plantlike", tiles = {"ethereal_strawberry_1.png"}, paramtype = "light",