// priority: 0 global.AE2_DISABLED_ITEMS = [ // Инструменты 'ae2:certus_quartz_sword', 'ae2:nether_quartz_sword', 'ae2:fluix_sword', 'ae2:certus_quartz_wrench', 'ae2:nether_quartz_wrench', 'ae2:fluix_upgrade_smithing_template', 'ae2:certus_quartz_axe', 'ae2:nether_quartz_axe', 'ae2:fluix_axe', 'ae2:certus_quartz_hoe', 'ae2:nether_quartz_hoe', 'ae2:fluix_hoe', 'ae2:certus_quartz_shovel', 'ae2:nether_quartz_shovel', 'ae2:fluix_shovel', 'ae2:certus_quartz_pickaxe', 'ae2:nether_quartz_pickaxe', 'ae2:fluix_pickaxe', 'ae2:entropy_manipulator', 'ae2:charged_staff', 'ae2:name_press', 'ae2:charger', // Блоки 'ae2:vibration_chamber', 'ae2:crank', 'ae2:spatial_anchor', 'ae2:inscriber', 'ae2:growth_accelerator', 'ae2:cut_quartz_block', 'ae2:smooth_quartz_block', 'ae2:quartz_bricks', 'ae2:quartz_pillar', 'ae2:chiseled_quartz_block', 'ae2:quartz_stairs', 'ae2:cut_quartz_stairs', 'ae2:smooth_quartz_stairs', 'ae2:quartz_brick_stairs', 'ae2:chiseled_quartz_stairs', 'ae2:quartz_pillar_stairs', 'ae2:fluix_stairs', 'ae2:quartz_slab', 'ae2:cut_quartz_slab', 'ae2:smooth_quartz_slab', 'ae2:quartz_brick_slab', 'ae2:chiseled_quartz_slab', 'ae2:quartz_pillar_slab', 'ae2:fluix_slab', 'ae2:quartz_wall', 'ae2:cut_quartz_wall', 'ae2:smooth_quartz_wall', 'ae2:quartz_brick_wall', 'ae2:chiseled_quartz_wall', 'ae2:quartz_pillar_wall', 'ae2:fluix_wall', 'ae2:sky_stone_block', 'ae2:smooth_sky_stone_block', 'ae2:sky_stone_brick', 'ae2:sky_stone_small_brick', 'ae2:sky_stone_chest', 'ae2:smooth_sky_stone_chest', 'ae2:sky_stone_tank', 'ae2:mysterious_cube', 'ae2:not_so_mysterious_cube', 'ae2:sky_stone_stairs', 'ae2:smooth_sky_stone_stairs', 'ae2:sky_stone_brick_stairs', 'ae2:sky_stone_small_brick_stairs', 'ae2:sky_stone_slab', 'ae2:smooth_sky_stone_slab', 'ae2:sky_stone_brick_slab', 'ae2:sky_stone_small_brick_slab', 'ae2:sky_stone_wall', 'ae2:smooth_sky_stone_wall', 'ae2:sky_stone_brick_wall', 'ae2:sky_stone_small_brick_wall', 'gtceu:raw_certus_quartz_block', // Другое 'ae2:meteorite_compass', 'ae2:silicon', 'ae2:sky_dust', 'ae2:creative_energy_cell', 'ae2:tiny_tnt', 'ae2:crystal_resonance_generator' ]; // Glass Cable global.AE2_GLASS_CABLES = [ 'ae2:white_glass_cable', 'ae2:orange_glass_cable', 'ae2:magenta_glass_cable', 'ae2:light_blue_glass_cable', 'ae2:yellow_glass_cable', 'ae2:lime_glass_cable', 'ae2:pink_glass_cable', 'ae2:gray_glass_cable', 'ae2:light_gray_glass_cable', 'ae2:cyan_glass_cable', 'ae2:purple_glass_cable', 'ae2:blue_glass_cable', 'ae2:brown_glass_cable', 'ae2:green_glass_cable', 'ae2:red_glass_cable', 'ae2:black_glass_cable', ] // Covered Cable global.AE2_COVERED_CABLES = [ 'ae2:white_covered_cable', 'ae2:orange_covered_cable', 'ae2:magenta_covered_cable', 'ae2:light_blue_covered_cable', 'ae2:yellow_covered_cable', 'ae2:lime_covered_cable', 'ae2:pink_covered_cable', 'ae2:gray_covered_cable', 'ae2:light_gray_covered_cable', 'ae2:cyan_covered_cable', 'ae2:purple_covered_cable', 'ae2:blue_covered_cable', 'ae2:brown_covered_cable', 'ae2:green_covered_cable', 'ae2:red_covered_cable', 'ae2:black_covered_cable', ] // Dense Covered Cable global.AE2_COVERED_DENSE_CABLES = [ 'ae2:white_covered_dense_cable', 'ae2:orange_covered_dense_cable', 'ae2:magenta_covered_dense_cable', 'ae2:light_blue_covered_dense_cable', 'ae2:yellow_covered_dense_cable', 'ae2:lime_covered_dense_cable', 'ae2:pink_covered_dense_cable', 'ae2:gray_covered_dense_cable', 'ae2:light_gray_covered_dense_cable', 'ae2:cyan_covered_dense_cable', 'ae2:purple_covered_dense_cable', 'ae2:blue_covered_dense_cable', 'ae2:brown_covered_dense_cable', 'ae2:green_covered_dense_cable', 'ae2:red_covered_dense_cable', 'ae2:black_covered_dense_cable', ] // Smart Cable global.AE2_SMART_CABLES = [ 'ae2:white_smart_cable', 'ae2:orange_smart_cable', 'ae2:magenta_smart_cable', 'ae2:light_blue_smart_cable', 'ae2:yellow_smart_cable', 'ae2:lime_smart_cable', 'ae2:pink_smart_cable', 'ae2:gray_smart_cable', 'ae2:light_gray_smart_cable', 'ae2:cyan_smart_cable', 'ae2:purple_smart_cable', 'ae2:blue_smart_cable', 'ae2:brown_smart_cable', 'ae2:green_smart_cable', 'ae2:red_smart_cable', 'ae2:black_smart_cable', ] // Dense Smart Cable global.AE2_SMART_DENSE_CABLES = [ 'ae2:white_smart_dense_cable', 'ae2:orange_smart_dense_cable', 'ae2:magenta_smart_dense_cable', 'ae2:light_blue_smart_dense_cable', 'ae2:yellow_smart_dense_cable', 'ae2:lime_smart_dense_cable', 'ae2:pink_smart_dense_cable', 'ae2:gray_smart_dense_cable', 'ae2:light_gray_smart_dense_cable', 'ae2:cyan_smart_dense_cable', 'ae2:purple_smart_dense_cable', 'ae2:blue_smart_dense_cable', 'ae2:brown_smart_dense_cable', 'ae2:green_smart_dense_cable', 'ae2:red_smart_dense_cable', 'ae2:black_smart_dense_cable', ] // Smart Cable global.AE2_SMART_CABLES = [ 'ae2:white_smart_cable', 'ae2:orange_smart_cable', 'ae2:magenta_smart_cable', 'ae2:light_blue_smart_cable', 'ae2:yellow_smart_cable', 'ae2:lime_smart_cable', 'ae2:pink_smart_cable', 'ae2:gray_smart_cable', 'ae2:light_gray_smart_cable', 'ae2:cyan_smart_cable', 'ae2:purple_smart_cable', 'ae2:blue_smart_cable', 'ae2:brown_smart_cable', 'ae2:green_smart_cable', 'ae2:red_smart_cable', 'ae2:black_smart_cable', ] // Dense Smart Cable global.AE2_SMART_DENSE_CABLES = [ 'ae2:white_smart_dense_cable', 'ae2:orange_smart_dense_cable', 'ae2:magenta_smart_dense_cable', 'ae2:light_blue_smart_dense_cable', 'ae2:yellow_smart_dense_cable', 'ae2:lime_smart_dense_cable', 'ae2:pink_smart_dense_cable', 'ae2:gray_smart_dense_cable', 'ae2:light_gray_smart_dense_cable', 'ae2:cyan_smart_dense_cable', 'ae2:purple_smart_dense_cable', 'ae2:blue_smart_dense_cable', 'ae2:brown_smart_dense_cable', 'ae2:green_smart_dense_cable', 'ae2:red_smart_dense_cable', 'ae2:black_smart_dense_cable', ] // Paint ball global.AE2_PAINTBALLS = [ 'ae2:white_paint_ball', 'ae2:orange_paint_ball', 'ae2:magenta_paint_ball', 'ae2:light_blue_paint_ball', 'ae2:yellow_paint_ball', 'ae2:lime_paint_ball', 'ae2:pink_paint_ball', 'ae2:gray_paint_ball', 'ae2:light_gray_paint_ball', 'ae2:cyan_paint_ball', 'ae2:purple_paint_ball', 'ae2:blue_paint_ball', 'ae2:brown_paint_ball', 'ae2:green_paint_ball', 'ae2:red_paint_ball', 'ae2:black_paint_ball', ] // Lumen paint ball global.AE2_LUMEN_PAINTBALLS = [ 'ae2:white_lumen_paint_ball', 'ae2:orange_lumen_paint_ball', 'ae2:magenta_lumen_paint_ball', 'ae2:light_blue_lumen_paint_ball', 'ae2:yellow_lumen_paint_ball', 'ae2:lime_lumen_paint_ball', 'ae2:pink_lumen_paint_ball', 'ae2:gray_lumen_paint_ball', 'ae2:light_gray_lumen_paint_ball', 'ae2:cyan_lumen_paint_ball', 'ae2:purple_lumen_paint_ball', 'ae2:blue_lumen_paint_ball', 'ae2:brown_lumen_paint_ball', 'ae2:green_lumen_paint_ball', 'ae2:red_lumen_paint_ball', 'ae2:black_lumen_paint_ball', ]