mirror of
https://github.com/AFCMS/mesecons_onlinedetector.git
synced 2024-11-21 22:53:53 +01:00
fix on def beeing in creative inventory
This commit is contained in:
parent
692bf61dfa
commit
3912928a1a
4
init.lua
4
init.lua
@ -105,9 +105,9 @@ end
|
||||
|
||||
if has_mcl_core then
|
||||
--on_def.groups = {cracky = 2, mesecon_detector_off = 1, mesecon = 2}
|
||||
on_def.groups = {handy = 1, mesecon_detector_on = 1, mesecon = 2}
|
||||
on_def.groups = {handy = 1, mesecon_detector_on = 1, mesecon = 2, not_in_creative_inventory = 1}
|
||||
else
|
||||
on_def.groups = {cracky = 2, mesecon_detector_on = 1, mesecon = 2}
|
||||
on_def.groups = {cracky = 2, mesecon_detector_on = 1, mesecon = 2, not_in_creative_inventory = 1}
|
||||
end
|
||||
|
||||
minetest.register_node("mesecons_onlinedetector:online_detector_on", on_def)
|
||||
|
Loading…
Reference in New Issue
Block a user