forked from minetest-mods/mesecons
not_in_creative_inventory
This commit is contained in:
@ -126,7 +126,7 @@ minetest.register_node("mesecons:mesecon_on", {
|
||||
type = "fixed",
|
||||
fixed = {-0.5, -0.5, -0.5, 0.5, -0.45, 0.5},
|
||||
},
|
||||
groups = {dig_immediate=3},
|
||||
groups = {dig_immediate=3, not_in_creaive_inventory=1},
|
||||
drop = '"mesecons:mesecon_off" 1',
|
||||
light_source = LIGHT_MAX-11,
|
||||
})
|
||||
|
Reference in New Issue
Block a user