diff --git a/crops/peas.lua b/crops/peas.lua index 50b8234..94053f2 100644 --- a/crops/peas.lua +++ b/crops/peas.lua @@ -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, diff --git a/crops/soy.lua b/crops/soy.lua index 97c71be..e0ed093 100644 --- a/crops/soy.lua +++ b/crops/soy.lua @@ -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,