mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 13:31:39 -04:00
fix override item
This commit is contained in:
parent
8954aa3493
commit
8d76229d06
1 changed files with 1 additions and 1 deletions
|
@ -56,8 +56,8 @@ if farming_enabled then
|
|||
if farming.registered_plants[item_string]
|
||||
or farming.registered_plants[item_name] then
|
||||
def.groups.crop = growth_stage
|
||||
minetest.override_item(name, {groups = def.groups})
|
||||
end
|
||||
minetest.register_node(":" .. name, def)
|
||||
end
|
||||
end)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue