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

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