mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-11-12 13:30:17 +01:00
fix pea and soy crop names (thanks nixnoxus)
This commit is contained in:
parent
d59e200a42
commit
8be42d5f63
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user