add spanish translation (thx mckaygerhard), add trellis setting to registered_crops (thx nixnoxus)

This commit is contained in:
tenplus1
2022-02-23 08:27:30 +00:00
parent 11a829baf7
commit 3cbbb3678e
6 changed files with 332 additions and 0 deletions

View File

@ -229,6 +229,7 @@ minetest.register_node("farming:grapes_8", table.copy(def))
-- add to registered_plants
farming.registered_plants["farming:grapes"] = {
trellis = "farming:trellis",
crop = "farming:grapes",
seed = "farming:grapes",
minlight = farming.min_light,