add description to crop stages
This commit is contained in:
parent
1a234c9b50
commit
98da773a39
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user