Clean up item categorization in creative inv.

This commit is contained in:
Wuzzy 2019-02-06 11:15:53 +01:00
parent 66c99efb2f
commit 27fa2c2e66
6 changed files with 7 additions and 4 deletions

View file

@ -195,7 +195,7 @@ local function register_wires()
local groups_on = {dig_immediate = 3, mesecon_conductor_craftable = 1,
not_in_creative_inventory = 1, attached_node = 1, dig_by_water = 1,destroy_by_lava_flow=1, dig_by_piston = 1}
local groups_off = {dig_immediate = 3, mesecon_conductor_craftable = 1,
attached_node = 1, dig_by_water = 1,destroy_by_lava_flow=1, dig_by_piston = 1}
attached_node = 1, dig_by_water = 1,destroy_by_lava_flow=1, dig_by_piston = 1, craftitem = 1}
if nodeid ~= "00000000" then
groups_off["not_in_creative_inventory"] = 1
end