1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

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

@ -199,6 +199,7 @@ minetest.register_node("farming:cocoa_4", table.copy(def))
-- add to registered_plants
farming.registered_plants["farming:cocoa_beans"] = {
trellis = "default:jungletree",
crop = "farming:cocoa",
seed = "farming:cocoa_beans_raw",
minlight = farming.min_light,