* - Yeast recipe conflict fix * - Fixed seed oil voiding in barrels. And item weight inconsistency. * - Reduced loading screen logo size by 4MB * - Update Changelog * - Compressed loading screen images to maybe help with ram * - Added default gui scale to make the main menu look better on first launch * - Update Changelog * - Added utility script for adding circuits to existing recipes * fixed changelog conflict Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> * - Added harvest baskets * - Fixed baked potato recipe mixing from oven * - Allowed elytras to be repaired regardless of damage * - Fixed sea water barrel recipe * - Gave plants tags to bushes so they can have other uses * - Pushed stubborn models * - updated Changelog * - Changelog typo * - Integrated Ad Astra wood * - Updated changelog * - Treated chipboard composite barrel lang * - Some Tacz fixes * - Jar dupe fix * - tacz data * - updated changelog * - we hate git * - Loading screen and main menu optimizations * - image push * - I think I got the title screen looking good on all resolutions * - Updated Changelog * - Added scale fix to loading screen too * - Fix pixel alignment * - Recipes, tags, assets+ for railgun * - Brick interaction events and new function for interacting with blocks * - Added parameter boolean to decide if blockstate should be copied * - Change for block interaction event constant that may fix linux crash * - Moved global array to the events file and some linter fixes. * - Updated Changelog * - Some more model fixes and remove gtceu metal armor * - always a stubborn file * - Large Solar Panel Change --------- Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> Signed-off-by: Pyritie <pyritie@gmail.com> Co-authored-by: Pyritie <pyritie@gmail.com>
331 lines
8.9 KiB
JavaScript
331 lines
8.9 KiB
JavaScript
// priority: 0
|
|
"use strict";
|
|
|
|
//#region Disabled Items
|
|
/** @global */
|
|
global.GTCEU_DISABLED_ITEMS = [
|
|
// Пыль пшеницы (Wheat Dusts)
|
|
'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',
|
|
|
|
// Примитивная помпа (Primitive Pump)
|
|
'gtceu:infinite_water_cover',
|
|
'gtceu:ender_fluid_link_cover',
|
|
'gtceu:pump_deck',
|
|
'gtceu:pump_hatch',
|
|
'gtceu:primitive_pump',
|
|
|
|
// Другое (Other)
|
|
'gtceu:flint_mortar',
|
|
'gtceu:flint_knife',
|
|
'gtceu:firebrick',
|
|
'gtceu:firebricks',
|
|
'gtceu:fireclay_dust',
|
|
'gtceu:small_fireclay_dust',
|
|
'gtceu:tiny_fireclay_dust',
|
|
'gtceu:compressed_fireclay',
|
|
'gtceu:wood_drum',
|
|
'gtceu:primitive_blast_furnace',
|
|
'gtceu:iron_pickaxe',
|
|
'gtceu:iron_pickaxe_head',
|
|
'gtceu:brittle_charcoal',
|
|
|
|
'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:netherite_nugget',
|
|
'gtceu:tiny_netherite_dust',
|
|
'gtceu:small_netherite_dust',
|
|
'gtceu:netherite_dust',
|
|
|
|
'gtceu:treated_wood_hanging_sign',
|
|
'gtceu:treated_wood_boat',
|
|
'gtceu:treated_wood_chest_boat',
|
|
'gtceu:treated_wood_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',
|
|
|
|
'gtceu:mv_solar_panel',
|
|
'gtceu:hv_solar_panel',
|
|
'gtceu:ev_solar_panel',
|
|
'gtceu:iv_solar_panel',
|
|
'gtceu:luv_solar_panel',
|
|
'gtceu:zpm_solar_panel',
|
|
'gtceu:uv_solar_panel',
|
|
|
|
'gtceu:lv_air_scrubber',
|
|
'gtceu:mv_air_scrubber',
|
|
'gtceu:hv_air_scrubber',
|
|
'gtceu:ev_air_scrubber',
|
|
|
|
'gtceu:lv_world_accelerator',
|
|
'gtceu:mv_world_accelerator',
|
|
'gtceu:hv_world_accelerator',
|
|
'gtceu:ev_world_accelerator',
|
|
'gtceu:iv_world_accelerator',
|
|
'gtceu:luv_world_accelerator',
|
|
'gtceu:zpm_world_accelerator',
|
|
'gtceu:uv_world_accelerator',
|
|
|
|
'gtceu:compressed_clay',
|
|
|
|
'gtceu:damascus_steel_nugget',
|
|
'gtceu:damascus_steel_ingot',
|
|
'gtceu:damascus_steel_block',
|
|
'gtceu:damascus_steel_plate',
|
|
'gtceu:double_damascus_steel_plate',
|
|
'gtceu:damascus_steel_gear',
|
|
'gtceu:damascus_steel_buzzsaw_blade',
|
|
'gtceu:damascus_steel_drill_head',
|
|
'gtceu:damascus_steel_chainsaw_head',
|
|
'gtceu:damascus_steel_bolt',
|
|
'gtceu:damascus_steel_screw',
|
|
'gtceu:damascus_steel_rod',
|
|
'gtceu:long_damascus_steel_rod',
|
|
'gtceu:damascus_steel_dust',
|
|
'gtceu:small_damascus_steel_dust',
|
|
'gtceu:tiny_damascus_steel_dust',
|
|
'gtceu:lv_damascus_steel_drill',
|
|
'gtceu:mv_damascus_steel_drill',
|
|
'gtceu:hv_damascus_steel_drill',
|
|
'gtceu:ev_damascus_steel_drill',
|
|
'gtceu:iv_damascus_steel_drill',
|
|
'gtceu:lv_damascus_steel_chainsaw',
|
|
'gtceu:damascus_steel_buzzsaw',
|
|
'gtceu:lv_damascus_steel_wirecutter',
|
|
'gtceu:hv_damascus_steel_wirecutter',
|
|
'gtceu:iv_damascus_steel_wirecutter',
|
|
'gtceu:lv_damascus_steel_wrench',
|
|
'gtceu:hv_damascus_steel_wrench',
|
|
'gtceu:iv_damascus_steel_wrench',
|
|
'gtceu:lv_damascus_steel_screwdriver',
|
|
'gtceu:damascus_steel_bucket',
|
|
|
|
//armor
|
|
'gtceu:bronze_helmet',
|
|
'gtceu:bronze_chestplate',
|
|
'gtceu:bronze_leggings',
|
|
'gtceu:bronze_boots',
|
|
'gtceu:steel_helmet',
|
|
'gtceu:steel_chestplate',
|
|
'gtceu:steel_leggings',
|
|
'gtceu:steel_boots',
|
|
'gtceu:titanium_helmet',
|
|
'gtceu:titanium_chestplate',
|
|
'gtceu:titanium_leggings',
|
|
'gtceu:titanium_boots',
|
|
|
|
// Huh
|
|
'gtceu:wax_dust',
|
|
'gtceu:small_wax_dust',
|
|
'gtceu:tiny_wax_dust',
|
|
|
|
// 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_sculk_dust',
|
|
'gtceu:small_sculk_dust',
|
|
'gtceu:sculk_dust',
|
|
|
|
// Ender eye
|
|
'gtceu:ender_eye_plate',
|
|
'gtceu:ender_eye_block',
|
|
'gtceu:ender_eye_dust',
|
|
'gtceu:small_ender_eye_dust',
|
|
'gtceu:tiny_ender_eye_dust',
|
|
|
|
// Marble
|
|
'gtceu:marble',
|
|
'gtceu:marble_cobblestone',
|
|
'gtceu:mossy_marble_cobblestone',
|
|
'gtceu:marble_bricks',
|
|
'gtceu:cracked_marble_bricks',
|
|
'gtceu:mossy_marble_bricks'
|
|
];
|
|
//#endregion
|
|
|
|
|
|
//#region Hidden Items
|
|
/** @global */
|
|
global.GTCEU_HIDED_ITEMS = [
|
|
'gtceu:netherrack_dust',
|
|
'gtceu:small_netherrack_dust',
|
|
'gtceu:tiny_netherrack_dust',
|
|
|
|
'gtceu:sus_record'
|
|
];
|
|
//#endregion
|
|
|
|
//#region Armor
|
|
/** @global */
|
|
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'
|
|
];
|
|
//#endregion
|
|
|
|
//#region Extruder Molds
|
|
/** @global */
|
|
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',
|
|
'tfg:fish_hook_extruder_mold',
|
|
'tfg:whisk_extruder_mold',
|
|
'tfg:screwdriver_tip_extruder_mold',
|
|
'tfg:wrench_tip_extruder_mold',
|
|
'tfg:wire_cutter_head_extruder_mold',
|
|
'tfg:small_casing_extruder_mold',
|
|
'tfg:shell_casing_extruder_mold',
|
|
'tfg:large_casing_extruder_mold'
|
|
];
|
|
//#endregion
|
|
|
|
//#region Casting Molds
|
|
/** @global */
|
|
global.TFG_CASTING_MOLDS = [
|
|
'tfg:lamp_casting_mold',
|
|
'tfg:trapdoor_casting_mold',
|
|
'tfg:chain_casting_mold',
|
|
'tfg:bell_casting_mold'
|
|
];
|
|
//#endregion
|
|
|
|
//#region Ore Bearing Stone
|
|
/** @global */
|
|
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',
|
|
|
|
'moon_stone',
|
|
'moon_deepslate',
|
|
'mars_stone',
|
|
'venus_stone',
|
|
'mercury_stone',
|
|
'glacio_stone'
|
|
];
|
|
//#endregion
|
|
|
|
//#region Add Circuits
|
|
/** @global */
|
|
global.ADD_CIRCUIT = [
|
|
{recipeId: 'gtceu:chemical_reactor/tetrafluoroethylene_from_chloroform', circuitNumber: 1},
|
|
{recipeId: 'gtceu:chemical_reactor/hydrofluoric_acid_from_elements', circuitNumber: 2},
|
|
];
|
|
//#endregion
|
|
|
|
//#region Superconductors
|
|
/** @global */
|
|
global.GTCEU_SUPERCONDUCTORS = [
|
|
{name: 'manganese_phosphide', materialId: 'ManganesePhosphide'},
|
|
{name: 'magnesium_diboride', materialId: 'MagnesiumDiboride'},
|
|
{name: 'mercury_barium_calcium_cuprate', materialId: 'MercuryBariumCalciumCuprate'},
|
|
{name: 'uranium_triplatinum', materialId: 'UraniumTriplatinum'},
|
|
{name: 'samarium_iron_arsenic_oxide', materialId: 'SamariumIronArsenicOxide'},
|
|
{name: 'indium_tin_barium_titanium_cuprate', materialId: 'IndiumTinBariumTitaniumCuprate'},
|
|
{name: 'uranium_rhodium_dinaquadide', materialId: 'UraniumRhodiumDinaquadide'},
|
|
{name: 'enriched_naquadah_trinium_europium_duranide', materialId: 'EnrichedNaquadahTriniumEuropiumDuranide'},
|
|
{name: 'ruthenium_trinium_americium_neutronate', materialId: 'RutheniumTriniumAmericiumNeutronate'}
|
|
]
|
|
//#endregion
|
|
|