82 lines
2.1 KiB
JavaScript
82 lines
2.1 KiB
JavaScript
// priority: 0
|
|
|
|
global.GTCEU_DISABLED_ITEMS = [
|
|
// Пыль пшеницы
|
|
'gtceu:wheat_dust',
|
|
'gtceu:small_wheat_dust',
|
|
'gtceu:tiny_wheat_dust',
|
|
|
|
// Bronze Machines
|
|
'gtceu:bronze_machine_casing',
|
|
'gtceu:steam_miner',
|
|
'gtceu:lp_steam_extractor',
|
|
'gtceu:lp_steam_macerator',
|
|
'gtceu:lp_steam_compressor',
|
|
'gtceu:lp_steam_forge_hammer',
|
|
'gtceu:lp_steam_furnace',
|
|
'gtceu:lp_steam_alloy_smelter',
|
|
'gtceu:lp_steam_rock_crusher',
|
|
|
|
// Примитивная помпа
|
|
'gtceu:infinite_water_cover',
|
|
'gtceu:pump_deck',
|
|
'gtceu:pump_hatch',
|
|
'gtceu:primitive_pump',
|
|
|
|
// Другое
|
|
'gtceu:flint_mortar',
|
|
'gtceu:flint_knife',
|
|
'gtceu:firebrick',
|
|
'gtceu:firebricks',
|
|
'gtceu:wood_drum',
|
|
'gtceu:primitive_blast_furnace',
|
|
|
|
'gtceu:wood_screwdriver_tip',
|
|
'gtceu:wood_wrench_tip',
|
|
'gtceu:wood_drill_head',
|
|
'gtceu:wood_chainsaw_head',
|
|
|
|
'gtceu:stone_drill_head',
|
|
'gtceu:stone_chainsaw_head',
|
|
'gtceu:stone_buzz_saw_blade',
|
|
'gtceu:stone_wrench_tip',
|
|
|
|
'gtceu:rubber_sapling',
|
|
'gtceu:rubber_log',
|
|
'gtceu:rubber_leaves',
|
|
'gtceu:rubber_planks',
|
|
|
|
];
|
|
|
|
global.GTCEU_HIDED_ITEMS = [
|
|
'gtceu:netherrack_dust',
|
|
'gtceu:small_netherrack_dust',
|
|
'gtceu:tiny_netherrack_dust'
|
|
];
|
|
|
|
global.TFG_EXTRUDER_MOLDS = [
|
|
'tfg:mining_hammer_head_extruder_mold',
|
|
'tfg:sword_head_extruder_mold',
|
|
'tfg:pickaxe_head_extruder_mold',
|
|
'tfg:shovel_head_extruder_mold',
|
|
'tfg:axe_head_extruder_mold',
|
|
'tfg:hoe_head_extruder_mold',
|
|
'tfg:scythe_head_extruder_mold',
|
|
'tfg:file_head_extruder_mold',
|
|
'tfg:hammer_head_extruder_mold',
|
|
'tfg:saw_head_extruder_mold',
|
|
'tfg:knife_head_extruder_mold',
|
|
'tfg:butchery_knife_head_extruder_mold',
|
|
'tfg:spade_head_extruder_mold',
|
|
'tfg:propick_head_extruder_mold',
|
|
'tfg:javelin_head_extruder_mold',
|
|
'tfg:chisel_head_extruder_mold',
|
|
'tfg:mace_head_extruder_mold'
|
|
];
|
|
|
|
global.TFG_CASTING_MOLDS = [
|
|
'tfg:lamp_casting_mold',
|
|
'tfg:trapdoor_casting_mold',
|
|
'tfg:chain_casting_mold',
|
|
'tfg:bell_casting_mold'
|
|
]; |