mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-06-29 14:50:52 +02:00
add descriptions to all crop stages
This commit is contained in:
@ -38,6 +38,7 @@ minetest.register_node("farming:pineapple", {
|
||||
-- crop definition
|
||||
|
||||
local def = {
|
||||
description = S("Pineapple") .. S(" Crop"),
|
||||
drawtype = "plantlike",
|
||||
visual_scale = 1.5,
|
||||
tiles = {"farming_pineapple_1.png"},
|
||||
|
Reference in New Issue
Block a user