fix pea and soy crop names (thanks nixnoxus)

This commit is contained in:
tenplus1 2022-02-21 18:39:07 +00:00
parent d59e200a42
commit 8be42d5f63
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ minetest.register_node("farming:pea_5", table.copy(def))
-- add to registered_plants
farming.registered_plants["farming:pea_pod"] = {
crop = "farming:pea_pod",
crop = "farming:pea",
seed = "farming:pea_pod",
minlight = farming.min_light,
maxlight = farming.max_light,

View File

@ -184,7 +184,7 @@ minetest.register_node("farming:soy_7", table.copy(def))
-- add to registered_plants
farming.registered_plants["farming:soy_pod"] = {
crop = "farming:soy_pod",
crop = "farming:soy",
seed = "farming:soy_pod",
minlight = farming.min_light,
maxlight = farming.max_light,