mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-22 17:50:28 +02:00
fix farming plus groups override
This commit is contained in:
@ -33,7 +33,7 @@ end
|
|||||||
|
|
||||||
-- override farming_plus strawberry and add food_ group
|
-- override farming_plus strawberry and add food_ group
|
||||||
if minetest.get_modpath("farming_plus") then
|
if minetest.get_modpath("farming_plus") then
|
||||||
local groups = table.copy(minetest.registered_items["farming_plus:strawberry_item"])
|
local groups = table.copy(minetest.registered_items["farming_plus:strawberry_item"].groups)
|
||||||
groups["food_strawberry"] = 1
|
groups["food_strawberry"] = 1
|
||||||
groups["food_berry"] = 1
|
groups["food_berry"] = 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user