mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-12-25 18:10:19 +01:00
fix farming plus groups override
This commit is contained in:
parent
e58042acd0
commit
ded2685047
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user