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
|
-- 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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user