Fix crash when using with MCL introduced in previous commit
This commit is contained in:
parent
e104ff8931
commit
5f467270bc
|
@ -896,7 +896,9 @@ definition.on_timer=function(pos,elapsed)
|
|||
return shouldRerunTimer
|
||||
end
|
||||
if industrialtest.mclAvailable then
|
||||
definition.groups.not_in_creative_inventory=1
|
||||
definition.groups={
|
||||
not_in_creative_inventory=1
|
||||
}
|
||||
definition._doc_items_create_entry=false
|
||||
end
|
||||
minetest.register_node("industrialtest:iron_furnace_active",definition)
|
||||
|
|
Loading…
Reference in New Issue