Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Signed-off-by: Adora <adoradyne.58@gmail.com> Signed-off-by: MetenBouldry <94766011+MetenBouldry@users.noreply.github.com> Signed-off-by: CaitlynMC <135169224+CaitlynMC@users.noreply.github.com> Signed-off-by: SverhRazum-Nah <leon.trol@mail.ru> Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> Signed-off-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com> Co-authored-by: Adora <adoradyne.58@gmail.com> Co-authored-by: Curtis Merrill <curtis.r.merrill@gmail.com> Co-authored-by: julia <97713533+juliakity@users.noreply.github.com> Co-authored-by: GamerDadDave <gamerdaddave@gmail.com> Co-authored-by: MetenBouldry <94766011+MetenBouldry@users.noreply.github.com> Co-authored-by: CaitlynMC <135169224+CaitlynMC@users.noreply.github.com> Co-authored-by: SverhRazum-Nah <leon.trol@mail.ru> Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com> Co-authored-by: Nebby1999 <nebby131999@gmail.com>
167 lines
No EOL
4.1 KiB
JavaScript
167 lines
No EOL
4.1 KiB
JavaScript
// priority: 0
|
|
|
|
global.GTCEU_DISABLED_ITEMS = [
|
|
// Пыль пшеницы
|
|
'gtceu:wheat_dust',
|
|
'gtceu:small_wheat_dust',
|
|
'gtceu:tiny_wheat_dust',
|
|
'gtceu:dough',
|
|
|
|
// Bronze Machines
|
|
'gtceu:bronze_brick_casing',
|
|
'gtceu:lp_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:lp_steam_solid_boiler',
|
|
'gtceu:lp_steam_liquid_boiler',
|
|
'gtceu:lp_steam_solar_boiler',
|
|
'gtceu:charcoal_pile_igniter',
|
|
|
|
// Примитивная помпа
|
|
'gtceu:infinite_water_cover',
|
|
'gtceu:ender_fluid_link_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:treated_wood_hanging_sign',
|
|
|
|
'gtceu:rubber_sapling',
|
|
'gtceu:rubber_log',
|
|
'gtceu:rubber_leaves',
|
|
'gtceu:rubber_planks',
|
|
'gtceu:stripped_rubber_log',
|
|
'gtceu:rubber_wood',
|
|
'gtceu:stripped_rubber_wood',
|
|
'gtceu:rubber_slab',
|
|
'gtceu:rubber_fence',
|
|
'gtceu:rubber_fence_gate',
|
|
'gtceu:rubber_sign',
|
|
'gtceu:rubber_hanging_sign',
|
|
'gtceu:rubber_pressure_plate',
|
|
'gtceu:rubber_trapdoor',
|
|
'gtceu:rubber_door',
|
|
'gtceu:rubber_stairs',
|
|
'gtceu:rubber_button',
|
|
'gtceu:rubber_boat',
|
|
'gtceu:rubber_chest_boat',
|
|
|
|
// Sculk
|
|
'gtceu:tiny_echo_shard_dust',
|
|
'gtceu:small_echo_shard_dust',
|
|
'gtceu:echo_shard_dust',
|
|
'gtceu:chipped_echo_shard_gem',
|
|
'gtceu:flawed_echo_shard_gem',
|
|
'gtceu:flawless_echo_shard_gem',
|
|
'gtceu:exquisite_echo_shard_gem',
|
|
'gtceu:echo_shard_plate',
|
|
'gtceu:echo_shard_rod',
|
|
'gtceu:echo_shard_block',
|
|
'gtceu:tiny_skulk_dust',
|
|
'gtceu:small_skulk_dust',
|
|
'gtceu:skulk_dust'
|
|
];
|
|
|
|
global.GTCEU_HIDED_ITEMS = [
|
|
'gtceu:netherrack_dust',
|
|
'gtceu:small_netherrack_dust',
|
|
'gtceu:tiny_netherrack_dust',
|
|
|
|
'gtceu:sus_record'
|
|
];
|
|
|
|
global.GTCEU_ARMORS = [
|
|
'gtceu:hazmat_chestpiece',
|
|
'gtceu:hazmat_leggings',
|
|
'gtceu:hazmat_boots',
|
|
'gtceu:hazmat_headpiece',
|
|
'gtceu:nanomuscle_chestplate',
|
|
'gtceu:nanomuscle_leggings',
|
|
'gtceu:nanomuscle_boots',
|
|
'gtceu:nanomuscle_helmet',
|
|
// typo in gtceu
|
|
'gtceu:avanced_nanomuscle_chestplate',
|
|
'gtceu:quarktech_chestplate',
|
|
'gtceu:quarktech_leggings',
|
|
'gtceu:quarktech_boots',
|
|
'gtceu:quarktech_helmet',
|
|
'gtceu:advanced_quarktech_chestplate'
|
|
];
|
|
|
|
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',
|
|
'tfg:mattock_head_extruder_mold'
|
|
];
|
|
|
|
global.TFG_CASTING_MOLDS = [
|
|
'tfg:lamp_casting_mold',
|
|
'tfg:trapdoor_casting_mold',
|
|
'tfg:chain_casting_mold',
|
|
'tfg:bell_casting_mold'
|
|
];
|
|
|
|
global.ORE_BEARING_STONES = [
|
|
'gabbro',
|
|
'shale',
|
|
'claystone',
|
|
'limestone',
|
|
'conglomerate',
|
|
'dolomite',
|
|
'chert',
|
|
'chalk',
|
|
'rhyolite',
|
|
'dacite',
|
|
'quartzite',
|
|
'slate',
|
|
'phyllite',
|
|
'schist',
|
|
'gneiss',
|
|
'marble',
|
|
'basalt',
|
|
'diorite',
|
|
'andesite',
|
|
'granite',
|
|
|
|
'deepslate',
|
|
'pyroxenite',
|
|
'dripstone'
|
|
]; |