1
0
derivado de mtcontrib/farming

fix pea and soy crop names (thanks nixnoxus)

Este cometimento está contido em:
tenplus1
2022-02-21 18:39:07 +00:00
ascendente d59e200a42
cometimento 8be42d5f63
2 ficheiros modificados com 2 adições e 2 eliminações

Ver ficheiro

@@ -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,

Ver ficheiro

@@ -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,