├── .gitattributes ├── .github └── workflows │ └── build.yml ├── .gitignore ├── README.md ├── assets ├── gcys │ └── textures │ │ └── items │ │ └── metaitems │ │ ├── circuit.cosmic_assembly.png │ │ ├── circuit.cosmic_computer.png │ │ ├── circuit.cosmic_processor.png │ │ ├── circuit.gooware_assembly.png │ │ ├── circuit.gooware_computer.png │ │ ├── circuit.gooware_processor.png │ │ ├── circuit.optical_assembly.png │ │ ├── circuit.optical_computer.png │ │ ├── circuit.optical_processor.png │ │ ├── circuit.spintronic_assembly.png │ │ ├── circuit.spintronic_computer.png │ │ ├── circuit.spintronic_processor.png │ │ ├── circuit.supracausal_assembly.png │ │ ├── circuit.supracausal_assembly.png.mcmeta │ │ ├── circuit.supracausal_computer.png │ │ ├── circuit.supracausal_computer.png.mcmeta │ │ ├── circuit.supracausal_processor.png │ │ └── circuit.supracausal_processor.png.mcmeta ├── gregtech │ ├── blockstates │ │ └── powderbarrel.json │ └── textures │ │ ├── armor │ │ ├── jetpack.png │ │ ├── liquid_fuel_jetpack.png │ │ ├── nano_muscule_suite_1.png │ │ ├── nano_muscule_suite_2.png │ │ ├── nightvision_goggles.png │ │ ├── quark_tech_suite_1.png │ │ └── quark_tech_suite_2.png │ │ ├── blocks │ │ ├── cable │ │ │ ├── insulation_0.png │ │ │ ├── insulation_1.png │ │ │ ├── insulation_2.png │ │ │ ├── insulation_3.png │ │ │ ├── insulation_4.png │ │ │ ├── insulation_5.png │ │ │ └── wire.png │ │ ├── casings │ │ │ ├── battery │ │ │ │ ├── empty_tier_i │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── empty_tier_ii │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── empty_tier_iii │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── lapotronic_ev │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── lapotronic_iv │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── lapotronic_luv │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── lapotronic_uv │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── lapotronic_zpm │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ └── ultimate_uhv │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ ├── cleanroom │ │ │ │ ├── filter_casing.png │ │ │ │ ├── filter_casing_sterile.png │ │ │ │ └── plascrete.png │ │ │ ├── coal │ │ │ │ ├── ev.png │ │ │ │ ├── hv.png │ │ │ │ ├── iv.png │ │ │ │ ├── luv.png │ │ │ │ ├── lv.png │ │ │ │ ├── max.png │ │ │ │ ├── mv.png │ │ │ │ ├── opv.png │ │ │ │ ├── uev.png │ │ │ │ ├── uhv.png │ │ │ │ ├── uiv.png │ │ │ │ ├── ulv.png │ │ │ │ ├── uv.png │ │ │ │ ├── uxv.png │ │ │ │ └── zpm.png │ │ │ ├── coils │ │ │ │ ├── machine_coil_cupronickel.png │ │ │ │ ├── machine_coil_cupronickel.png.mcmeta │ │ │ │ ├── machine_coil_cupronickel_bloom.png │ │ │ │ ├── machine_coil_cupronickel_bloom.png.mcmeta │ │ │ │ ├── machine_coil_cupronickel_bloom_ctm.png │ │ │ │ ├── machine_coil_cupronickel_ctm.png │ │ │ │ ├── machine_coil_hssg.png │ │ │ │ ├── machine_coil_hssg.png.mcmeta │ │ │ │ ├── machine_coil_hssg_bloom.png │ │ │ │ ├── machine_coil_hssg_bloom.png.mcmeta │ │ │ │ ├── machine_coil_hssg_bloom_ctm.png │ │ │ │ ├── machine_coil_hssg_ctm.png │ │ │ │ ├── machine_coil_kanthal.png │ │ │ │ ├── machine_coil_kanthal.png.mcmeta │ │ │ │ ├── machine_coil_kanthal_bloom.png │ │ │ │ ├── machine_coil_kanthal_bloom.png.mcmeta │ │ │ │ ├── machine_coil_kanthal_bloom_ctm.png │ │ │ │ ├── machine_coil_kanthal_ctm.png │ │ │ │ ├── machine_coil_molybdenum_disilicide.png │ │ │ │ ├── machine_coil_molybdenum_disilicide.png.mcmeta │ │ │ │ ├── machine_coil_molybdenum_disilicide_bloom.png │ │ │ │ ├── machine_coil_molybdenum_disilicide_bloom.png.mcmeta │ │ │ │ ├── machine_coil_molybdenum_disilicide_bloom_ctm.png │ │ │ │ ├── machine_coil_molybdenum_disilicide_ctm.png │ │ │ │ ├── machine_coil_naquadah.png │ │ │ │ ├── machine_coil_naquadah.png.mcmeta │ │ │ │ ├── machine_coil_naquadah_bloom.png │ │ │ │ ├── machine_coil_naquadah_bloom.png.mcmeta │ │ │ │ ├── machine_coil_naquadah_bloom_ctm.png │ │ │ │ ├── machine_coil_naquadah_ctm.png │ │ │ │ ├── machine_coil_nichrome.png │ │ │ │ ├── machine_coil_nichrome.png.mcmeta │ │ │ │ ├── machine_coil_nichrome_bloom.png │ │ │ │ ├── machine_coil_nichrome_bloom.png.mcmeta │ │ │ │ ├── machine_coil_nichrome_bloom_ctm.png │ │ │ │ ├── machine_coil_nichrome_ctm.png │ │ │ │ ├── machine_coil_rtm_alloy.png │ │ │ │ ├── machine_coil_rtm_alloy.png.mcmeta │ │ │ │ ├── machine_coil_rtm_alloy_bloom.png │ │ │ │ ├── machine_coil_rtm_alloy_bloom.png.mcmeta │ │ │ │ ├── machine_coil_rtm_alloy_bloom_ctm.png │ │ │ │ ├── machine_coil_rtm_alloy_ctm.png │ │ │ │ ├── machine_coil_trinium.png │ │ │ │ ├── machine_coil_trinium.png.mcmeta │ │ │ │ ├── machine_coil_trinium_bloom.png │ │ │ │ ├── machine_coil_trinium_bloom.png.mcmeta │ │ │ │ ├── machine_coil_trinium_bloom_ctm.png │ │ │ │ ├── machine_coil_trinium_ctm.png │ │ │ │ ├── machine_coil_tritanium.png │ │ │ │ ├── machine_coil_tritanium.png.mcmeta │ │ │ │ ├── machine_coil_tritanium_bloom.png │ │ │ │ ├── machine_coil_tritanium_bloom.png.mcmeta │ │ │ │ ├── machine_coil_tritanium_bloom_ctm.png │ │ │ │ ├── machine_coil_tritanium_ctm.png │ │ │ │ ├── machine_coil_tungstensteel.png │ │ │ │ ├── machine_coil_tungstensteel.png.mcmeta │ │ │ │ ├── machine_coil_tungstensteel_bloom.png │ │ │ │ ├── machine_coil_tungstensteel_bloom.png.mcmeta │ │ │ │ ├── machine_coil_tungstensteel_bloom_ctm.png │ │ │ │ └── machine_coil_tungstensteel_ctm.png │ │ │ ├── computer │ │ │ │ ├── advanced_computer_casing │ │ │ │ │ ├── back.png │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── front.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── computer_casing │ │ │ │ │ ├── back.png │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── front.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── computer_heat_vent_side.png │ │ │ │ ├── computer_heat_vent_top_bot.png │ │ │ │ ├── damaged_advanced_hpca_component_side.png │ │ │ │ ├── damaged_hpca_component_side.png │ │ │ │ └── high_power_casing.png │ │ │ ├── crafting_table │ │ │ │ ├── back.png │ │ │ │ ├── bottom.png │ │ │ │ ├── front.png │ │ │ │ ├── left.png │ │ │ │ ├── right.png │ │ │ │ └── top.png │ │ │ ├── firebox │ │ │ │ ├── machine_casing_firebox_bloom.png │ │ │ │ ├── machine_casing_firebox_bloom.png.mcmeta │ │ │ │ ├── machine_casing_firebox_bronze.png │ │ │ │ ├── machine_casing_firebox_bronze_active.png │ │ │ │ ├── machine_casing_firebox_bronze_active_emissive.png │ │ │ │ ├── machine_casing_firebox_steel.png │ │ │ │ ├── machine_casing_firebox_steel_active.png │ │ │ │ ├── machine_casing_firebox_steel_active_emissive.png │ │ │ │ ├── machine_casing_firebox_titanium.png │ │ │ │ ├── machine_casing_firebox_titanium_active.png │ │ │ │ ├── machine_casing_firebox_titanium_active_emissive.png │ │ │ │ ├── machine_casing_firebox_top_bottom_active.png │ │ │ │ ├── machine_casing_firebox_tungstensteel.png │ │ │ │ ├── machine_casing_firebox_tungstensteel_active.png │ │ │ │ ├── machine_casing_firebox_tungstensteel_active_emissive.png │ │ │ │ └── overlay │ │ │ │ │ ├── bronze │ │ │ │ │ ├── active │ │ │ │ │ │ ├── back.png │ │ │ │ │ │ ├── back_emissive.png │ │ │ │ │ │ ├── bottom.png │ │ │ │ │ │ ├── front.png │ │ │ │ │ │ ├── side.png │ │ │ │ │ │ ├── side_emissive.png │ │ │ │ │ │ └── top.png │ │ │ │ │ ├── back.png │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── front.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ │ ├── steel │ │ │ │ │ ├── active │ │ │ │ │ │ ├── back.png │ │ │ │ │ │ ├── back_emissive.png │ │ │ │ │ │ ├── bottom.png │ │ │ │ │ │ ├── front.png │ │ │ │ │ │ ├── side.png │ │ │ │ │ │ ├── side_emissive.png │ │ │ │ │ │ └── top.png │ │ │ │ │ ├── back.png │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── front.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ │ ├── titanium │ │ │ │ │ ├── active │ │ │ │ │ │ ├── back.png │ │ │ │ │ │ ├── back_emissive.png │ │ │ │ │ │ ├── bottom.png │ │ │ │ │ │ ├── front.png │ │ │ │ │ │ ├── side.png │ │ │ │ │ │ ├── side_emissive.png │ │ │ │ │ │ └── top.png │ │ │ │ │ ├── back.png │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── front.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ │ └── tungstensteel │ │ │ │ │ ├── active │ │ │ │ │ ├── back.png │ │ │ │ │ ├── back_emissive.png │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── front.png │ │ │ │ │ ├── side.png │ │ │ │ │ ├── side_emissive.png │ │ │ │ │ └── top.png │ │ │ │ │ ├── back.png │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── front.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ ├── fusion │ │ │ │ ├── machine_casing_fusion.png │ │ │ │ ├── machine_casing_fusion.png.mcmeta │ │ │ │ ├── machine_casing_fusion_2.png │ │ │ │ ├── machine_casing_fusion_2.png.mcmeta │ │ │ │ ├── machine_casing_fusion_2_ctm.png │ │ │ │ ├── machine_casing_fusion_3.png │ │ │ │ ├── machine_casing_fusion_3.png.mcmeta │ │ │ │ ├── machine_casing_fusion_3_ctm.png │ │ │ │ ├── machine_casing_fusion_bloom.png │ │ │ │ ├── machine_casing_fusion_bloom.png.mcmeta │ │ │ │ ├── machine_casing_fusion_bloom_ctm.png │ │ │ │ ├── machine_casing_fusion_coil.png │ │ │ │ ├── machine_casing_fusion_ctm.png │ │ │ │ ├── machine_casing_fusion_hatch.png │ │ │ │ ├── machine_casing_fusion_hatch_yellow.png │ │ │ │ └── machine_coil_superconductor.png │ │ │ ├── gearbox │ │ │ │ ├── machine_casing_gearbox_bronze.png │ │ │ │ ├── machine_casing_gearbox_stainless_steel.png │ │ │ │ ├── machine_casing_gearbox_steel.png │ │ │ │ ├── machine_casing_gearbox_titanium.png │ │ │ │ └── machine_casing_gearbox_tungstensteel.png │ │ │ ├── hermetic_casing │ │ │ │ └── hermetic_casing_overlay.png │ │ │ ├── large_multiblock_casing │ │ │ │ ├── assembler_casing.png │ │ │ │ ├── atomic_casing.png │ │ │ │ ├── blast_casing.png │ │ │ │ ├── corrosion_proof_casing.png │ │ │ │ ├── cutter_casing.png │ │ │ │ ├── engraver_casing.png │ │ │ │ ├── macerator_casing.png │ │ │ │ ├── mixer_casing.png │ │ │ │ ├── nonconducting_casing.png │ │ │ │ ├── steam_casing.png │ │ │ │ ├── stress_proof_casing.png │ │ │ │ ├── vibration_safe_casing.png │ │ │ │ └── watertight_casing.png │ │ │ ├── material │ │ │ │ └── iridium.png │ │ │ ├── mechanic │ │ │ │ ├── machine_casing_assembly_control.png │ │ │ │ ├── machine_casing_assembly_line.png │ │ │ │ ├── machine_casing_assembly_line_bloom.png │ │ │ │ ├── machine_casing_assembly_line_bloom.png.mcmeta │ │ │ │ ├── machine_casing_turbine_stainless_steel.png │ │ │ │ ├── machine_casing_turbine_steel.png │ │ │ │ ├── machine_casing_turbine_titanium.png │ │ │ │ └── machine_casing_turbine_tungstensteel.png │ │ │ ├── misc │ │ │ │ ├── cryogenic.png │ │ │ │ ├── hollow_casing.png │ │ │ │ ├── molecular_casing.png │ │ │ │ ├── molecular_coil_side.png │ │ │ │ ├── molecular_coil_top.png │ │ │ │ └── volcanus.png │ │ │ ├── pipe │ │ │ │ ├── grate_steel_front │ │ │ │ │ ├── back.png │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── front.png │ │ │ │ │ ├── left.png │ │ │ │ │ ├── right.png │ │ │ │ │ └── top.png │ │ │ │ ├── machine_casing_engine_intake.png │ │ │ │ ├── machine_casing_engine_intake_active.png │ │ │ │ ├── machine_casing_engine_intake_active.png.mcmeta │ │ │ │ ├── machine_casing_extreme_engine_intake.png │ │ │ │ ├── machine_casing_extreme_engine_intake_active.png │ │ │ │ ├── machine_casing_extreme_engine_intake_active.png.mcmeta │ │ │ │ ├── machine_casing_grate.png │ │ │ │ ├── machine_casing_pipe_bronze.png │ │ │ │ ├── machine_casing_pipe_polytetrafluoroethylene.png │ │ │ │ ├── machine_casing_pipe_steel.png │ │ │ │ ├── machine_casing_pipe_titanium.png │ │ │ │ └── machine_casing_pipe_tungstensteel.png │ │ │ ├── pump_deck │ │ │ │ ├── bottom.png │ │ │ │ ├── side.png │ │ │ │ └── top.png │ │ │ ├── signs │ │ │ │ ├── machine_casing_acidhazard.png │ │ │ │ ├── machine_casing_antimatterhazard.png │ │ │ │ ├── machine_casing_biohazard.png │ │ │ │ ├── machine_casing_bosshazard.png │ │ │ │ ├── machine_casing_causalityhazard.png │ │ │ │ ├── machine_casing_containment_field.png │ │ │ │ ├── machine_casing_empty.png │ │ │ │ ├── machine_casing_explosionhazard.png │ │ │ │ ├── machine_casing_firehazard.png │ │ │ │ ├── machine_casing_frosthazard.png │ │ │ │ ├── machine_casing_generichazard.png │ │ │ │ ├── machine_casing_gregificationhazard.png │ │ │ │ ├── machine_casing_highpressurehazard.png │ │ │ │ ├── machine_casing_hightemperaturehazard.png │ │ │ │ ├── machine_casing_highvoltagehazard.png │ │ │ │ ├── machine_casing_laserhazard.png │ │ │ │ ├── machine_casing_magichazard.png │ │ │ │ ├── machine_casing_magneticfieldhazard.png │ │ │ │ ├── machine_casing_mobhazard.png │ │ │ │ ├── machine_casing_mobspawnhazard.png │ │ │ │ ├── machine_casing_noisehazard.png │ │ │ │ ├── machine_casing_radiationproof.png │ │ │ │ ├── machine_casing_radioactivehazard.png │ │ │ │ ├── machine_casing_spatialhazard.png │ │ │ │ ├── machine_casing_stripes_a.png │ │ │ │ ├── machine_casing_stripes_b.png │ │ │ │ ├── machine_casing_turrethazard.png │ │ │ │ └── machine_casing_voidhazard.png │ │ │ ├── solid │ │ │ │ ├── machine_bronze_plated_bricks.png │ │ │ │ ├── machine_casing_clean_stainless_steel.png │ │ │ │ ├── machine_casing_frost_proof.png │ │ │ │ ├── machine_casing_heatproof.png │ │ │ │ ├── machine_casing_inert_ptfe.png │ │ │ │ ├── machine_casing_palladium_substation.png │ │ │ │ ├── machine_casing_robust_tungstensteel.png │ │ │ │ ├── machine_casing_solid_steel.png │ │ │ │ ├── machine_casing_stable_titanium.png │ │ │ │ ├── machine_casing_sturdy_hsse.png │ │ │ │ ├── machine_coke_bricks.png │ │ │ │ └── machine_primitive_bricks.png │ │ │ ├── steam │ │ │ │ ├── bricked_bronze │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── bricked_steel │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── bronze │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ └── steel │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ ├── transparent │ │ │ │ ├── cleanroom_glass.png │ │ │ │ ├── cleanroom_glass.png.mcmeta │ │ │ │ ├── cleanroom_glass_ctm.png │ │ │ │ ├── fusion_glass.png │ │ │ │ ├── fusion_glass.png.mcmeta │ │ │ │ ├── fusion_glass_ctm.png │ │ │ │ ├── laminated_glass.png │ │ │ │ ├── laminated_glass.png.mcmeta │ │ │ │ └── laminated_glass_ctm.png │ │ │ ├── unique │ │ │ │ ├── crushing_wheels.png │ │ │ │ ├── crushing_wheels_on.png │ │ │ │ ├── crushing_wheels_on.png.mcmeta │ │ │ │ ├── electrolytic_cell.png │ │ │ │ ├── electrolytic_cell_on.png │ │ │ │ ├── electrolytic_cell_on.png.mcmeta │ │ │ │ ├── heat_vent.png │ │ │ │ ├── heat_vent_bloom.png │ │ │ │ ├── heat_vent_bloom.png.mcmeta │ │ │ │ ├── slicing_blades.png │ │ │ │ ├── slicing_blades_on.png │ │ │ │ └── slicing_blades_on.png.mcmeta │ │ │ ├── voltage │ │ │ │ ├── []uxv │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── ev │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── hv │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── iv │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── luv │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── lv │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── max │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── mv │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── opv │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── uev │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── uhv │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── uiv │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── ulv │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── uv │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ ├── uxv │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ │ └── zpm │ │ │ │ │ ├── bottom.png │ │ │ │ │ ├── side.png │ │ │ │ │ └── top.png │ │ │ └── wood_wall │ │ │ │ ├── bottom.png │ │ │ │ ├── side.png │ │ │ │ └── top.png │ │ ├── cover │ │ │ ├── cover_interface_computer_button.png │ │ │ ├── cover_interface_energy.png │ │ │ ├── cover_interface_energy_button.png │ │ │ ├── cover_interface_fluid.png │ │ │ ├── cover_interface_fluid_button.png │ │ │ ├── cover_interface_fluid_glass.png │ │ │ ├── cover_interface_item.png │ │ │ ├── cover_interface_item_button.png │ │ │ ├── cover_interface_machine_button.png │ │ │ ├── cover_interface_machine_off.png │ │ │ ├── cover_interface_machine_off_proxy.png │ │ │ ├── cover_interface_machine_on.png │ │ │ ├── cover_interface_machine_on_proxy.png │ │ │ ├── cover_interface_proxy.png │ │ │ ├── cover_interface_proxy_emissive.png │ │ │ ├── cover_interface_proxy_emissive.png.mcmeta │ │ │ ├── cover_interface_wireless.png │ │ │ ├── cover_pump_inverted.png │ │ │ ├── overlay_activity_detector.png │ │ │ ├── overlay_activity_detector_advanced.png │ │ │ ├── overlay_activity_detector_advanced_emissive.png │ │ │ ├── overlay_activity_detector_emissive.png │ │ │ ├── overlay_arm.png │ │ │ ├── overlay_arm_emissive.png │ │ │ ├── overlay_arm_emissive.png.mcmeta │ │ │ ├── overlay_arm_inverted.png │ │ │ ├── overlay_arm_inverted_emissive.png │ │ │ ├── overlay_arm_inverted_emissive.png.mcmeta │ │ │ ├── overlay_controller.png │ │ │ ├── overlay_conveyor.png │ │ │ ├── overlay_conveyor_emissive.png │ │ │ ├── overlay_conveyor_emissive.png.mcmeta │ │ │ ├── overlay_conveyor_inverted.png │ │ │ ├── overlay_conveyor_inverted_emissive.png │ │ │ ├── overlay_conveyor_inverted_emissive.png.mcmeta │ │ │ ├── overlay_crafting.png │ │ │ ├── overlay_display.png │ │ │ ├── overlay_display_emissive.png │ │ │ ├── overlay_display_emissive.png.mcmeta │ │ │ ├── overlay_ender_fluid_link.png │ │ │ ├── overlay_ender_fluid_link.png.mcmeta │ │ │ ├── overlay_ender_fluid_link_emissive.png │ │ │ ├── overlay_ender_fluid_link_emissive.png.mcmeta │ │ │ ├── overlay_energy_detector.png │ │ │ ├── overlay_energy_detector_advanced.png │ │ │ ├── overlay_filter.png │ │ │ ├── overlay_fluid_detector.png │ │ │ ├── overlay_fluid_detector_advanced.png │ │ │ ├── overlay_fluid_filter.png │ │ │ ├── overlay_fluid_voiding.png │ │ │ ├── overlay_fluid_voiding.png.mcmeta │ │ │ ├── overlay_fluid_voiding_advanced.png │ │ │ ├── overlay_fluid_voiding_advanced.png.mcmeta │ │ │ ├── overlay_fluid_voiding_advanced_emissive.png │ │ │ ├── overlay_infinite_water.png │ │ │ ├── overlay_infinite_water_emissive.png │ │ │ ├── overlay_infinite_water_emissive.png.mcmeta │ │ │ ├── overlay_item_detector.png │ │ │ ├── overlay_item_detector_advanced.png │ │ │ ├── overlay_item_filter.png │ │ │ ├── overlay_item_voiding.png │ │ │ ├── overlay_item_voiding.png.mcmeta │ │ │ ├── overlay_item_voiding_advanced.png │ │ │ ├── overlay_item_voiding_advanced.png.mcmeta │ │ │ ├── overlay_item_voiding_advanced_emissive.png │ │ │ ├── overlay_maintenance_detector.png │ │ │ ├── overlay_ore_dictionary_filter.png │ │ │ ├── overlay_pump.png │ │ │ ├── overlay_pump.png.mcmeta │ │ │ ├── overlay_pump_inverted.png │ │ │ ├── overlay_pump_inverted.png.mcmeta │ │ │ ├── overlay_shutter.png │ │ │ ├── overlay_smart_item_filter.png │ │ │ ├── overlay_solar_panel.png │ │ │ └── overlay_storage.png │ │ ├── decoration │ │ │ ├── large_metalsheet_black.png │ │ │ ├── large_metalsheet_blue.png │ │ │ ├── large_metalsheet_brown.png │ │ │ ├── large_metalsheet_cyan.png │ │ │ ├── large_metalsheet_gray.png │ │ │ ├── large_metalsheet_green.png │ │ │ ├── large_metalsheet_light_blue.png │ │ │ ├── large_metalsheet_light_gray.png │ │ │ ├── large_metalsheet_lime.png │ │ │ ├── large_metalsheet_magenta.png │ │ │ ├── large_metalsheet_orange.png │ │ │ ├── large_metalsheet_pink.png │ │ │ ├── large_metalsheet_purple.png │ │ │ ├── large_metalsheet_red.png │ │ │ ├── large_metalsheet_white.png │ │ │ ├── large_metalsheet_yellow.png │ │ │ ├── metalsheet_black.png │ │ │ ├── metalsheet_blue.png │ │ │ ├── metalsheet_brown.png │ │ │ ├── metalsheet_cyan.png │ │ │ ├── metalsheet_gray.png │ │ │ ├── metalsheet_green.png │ │ │ ├── metalsheet_light_blue.png │ │ │ ├── metalsheet_light_gray.png │ │ │ ├── metalsheet_lime.png │ │ │ ├── metalsheet_magenta.png │ │ │ ├── metalsheet_orange.png │ │ │ ├── metalsheet_pink.png │ │ │ ├── metalsheet_purple.png │ │ │ ├── metalsheet_red.png │ │ │ ├── metalsheet_white.png │ │ │ ├── metalsheet_yellow.png │ │ │ ├── studs_black.png │ │ │ ├── studs_blue.png │ │ │ ├── studs_brown.png │ │ │ ├── studs_cyan.png │ │ │ ├── studs_gray.png │ │ │ ├── studs_green.png │ │ │ ├── studs_light_blue.png │ │ │ ├── studs_light_gray.png │ │ │ ├── studs_lime.png │ │ │ ├── studs_magenta.png │ │ │ ├── studs_orange.png │ │ │ ├── studs_pink.png │ │ │ ├── studs_purple.png │ │ │ ├── studs_red.png │ │ │ ├── studs_white.png │ │ │ └── studs_yellow.png │ │ ├── foam │ │ │ ├── foam.png │ │ │ ├── petrified_foam.png │ │ │ └── reinforced_stone.png │ │ ├── generators │ │ │ ├── boiler │ │ │ │ ├── coal │ │ │ │ │ ├── overlay_front.png │ │ │ │ │ ├── overlay_front_active.png │ │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ │ └── overlay_front_emissive.png │ │ │ │ ├── lava │ │ │ │ │ ├── overlay_front.png │ │ │ │ │ ├── overlay_front_active.png │ │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ │ └── overlay_front_emissive.png │ │ │ │ └── solar │ │ │ │ │ ├── overlay_top.png │ │ │ │ │ └── overlay_top_active.png │ │ │ ├── combustion │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ └── overlay_top_active.png.mcmeta │ │ │ ├── gas_turbine │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ └── overlay_side_active.png.mcmeta │ │ │ ├── naquadah │ │ │ │ ├── naquadah_reactor_fluid_back.png │ │ │ │ ├── naquadah_reactor_fluid_back_active.png │ │ │ │ ├── naquadah_reactor_fluid_front.png │ │ │ │ ├── naquadah_reactor_fluid_front_active.png │ │ │ │ ├── naquadah_reactor_fluid_side.png │ │ │ │ ├── naquadah_reactor_fluid_side_active.png │ │ │ │ ├── naquadah_reactor_fluid_top.png │ │ │ │ ├── naquadah_reactor_fluid_top_active.png │ │ │ │ ├── naquadah_reactor_solid_back.png │ │ │ │ ├── naquadah_reactor_solid_back_active.png │ │ │ │ ├── naquadah_reactor_solid_front.png │ │ │ │ ├── naquadah_reactor_solid_front_active.png │ │ │ │ ├── naquadah_reactor_solid_side.png │ │ │ │ ├── naquadah_reactor_solid_side_active.png │ │ │ │ ├── naquadah_reactor_solid_top.png │ │ │ │ └── naquadah_reactor_solid_top_active.png │ │ │ ├── solar │ │ │ │ ├── solarpanel.png │ │ │ │ ├── solarpanel_ev.png │ │ │ │ ├── solarpanel_hv.png │ │ │ │ ├── solarpanel_iv.png │ │ │ │ ├── solarpanel_luv.png │ │ │ │ ├── solarpanel_lv.png │ │ │ │ ├── solarpanel_mv.png │ │ │ │ ├── solarpanel_ulv.png │ │ │ │ ├── solarpanel_uv.png │ │ │ │ └── solarpanel_zpm.png │ │ │ └── steam_turbine │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ └── overlay_side_active.png.mcmeta │ │ ├── hatches │ │ │ ├── parallel_hatch_mk1 │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front.png.mcmeta │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ └── overlay_front_emissive.png.mcmeta │ │ │ ├── parallel_hatch_mk2 │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front.png.mcmeta │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ └── overlay_front_emissive.png.mcmeta │ │ │ ├── parallel_hatch_mk3 │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front.png.mcmeta │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ └── overlay_front_emissive.png.mcmeta │ │ │ └── parallel_hatch_mk4 │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front.png.mcmeta │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ └── overlay_front_emissive.png.mcmeta │ │ ├── lamps │ │ │ ├── black.png │ │ │ ├── black.png.mcmeta │ │ │ ├── black_borderless_emissive.png │ │ │ ├── black_ctm.png │ │ │ ├── black_ctm_emissive.png │ │ │ ├── black_emissive.png │ │ │ ├── black_emissive.png.mcmeta │ │ │ ├── black_off.png │ │ │ ├── black_off.png.mcmeta │ │ │ ├── black_off_borderless.png │ │ │ ├── black_off_ctm.png │ │ │ ├── blue.png │ │ │ ├── blue.png.mcmeta │ │ │ ├── blue_borderless_emissive.png │ │ │ ├── blue_ctm.png │ │ │ ├── blue_ctm_emissive.png │ │ │ ├── blue_emissive.png │ │ │ └── blue_emissive.png.mcmeta │ │ ├── machines │ │ │ ├── alloy_smelter │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── arc_furnace │ │ │ │ ├── overlay_back.png │ │ │ │ ├── overlay_back_active.png │ │ │ │ ├── overlay_back_active_emissive.png │ │ │ │ ├── overlay_back_emissive.png │ │ │ │ ├── overlay_bottom.png │ │ │ │ ├── overlay_bottom_active.png │ │ │ │ ├── overlay_bottom_active_emissive.png │ │ │ │ ├── overlay_bottom_emissive.png │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ └── overlay_side_emissive.png │ │ │ ├── assembler │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ ├── overlay_front_paused_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── autoclave │ │ │ │ ├── overlay_back.png │ │ │ │ ├── overlay_back_active.png │ │ │ │ ├── overlay_back_active_emissive.png │ │ │ │ ├── overlay_back_emissive.png │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ ├── overlay_side_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ ├── overlay_top_emissive.png │ │ │ │ ├── overlay_top_paused.png │ │ │ │ └── overlay_top_paused_emissive.png │ │ │ ├── bender │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ └── overlay_front_active.png.mcmeta │ │ │ ├── brewery │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ └── overlay_side_emissive.png │ │ │ ├── canner │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ └── overlay_side_emissive.png │ │ │ ├── centrifuge │ │ │ │ ├── overlay_back.png │ │ │ │ ├── overlay_back_active.png │ │ │ │ ├── overlay_back_active.png.mcmeta │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active.png.mcmeta │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ └── overlay_top_active.png.mcmeta │ │ │ ├── chemical_bath │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ └── overlay_side_emissive.png │ │ │ ├── chemical_reactor │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── compressor │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ ├── overlay_side_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── cutter │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ └── overlay_front_emissive.png.mcmeta │ │ │ ├── disassembler │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ ├── overlay_front_paused_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── distillery │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ ├── overlay_front_paused_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ └── overlay_side_emissive.png │ │ │ ├── electric_furnace │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── electric_oven │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── electrolyzer │ │ │ │ ├── overlay_back.png │ │ │ │ ├── overlay_back_active.png │ │ │ │ ├── overlay_back_active.png.mcmeta │ │ │ │ ├── overlay_back_active_emissive.png │ │ │ │ ├── overlay_back_emissive.png │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active.png.mcmeta │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ └── overlay_side_emissive.png │ │ │ ├── electromagnetic_separator │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── extractor │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ ├── overlay_side_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── extruder │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ ├── overlay_top_emissive.png │ │ │ │ ├── overlay_top_paused.png │ │ │ │ └── overlay_top_paused_emissive.png │ │ │ ├── fermenter │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ ├── overlay_front_paused_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ └── overlay_side_emissive.png │ │ │ ├── fluid_heater │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ ├── overlay_side_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── fluid_solidifier │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── forge_hammer │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ └── overlay_front_active_emissive.png.mcmeta │ │ │ ├── furnace │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── gas_collector │ │ │ │ ├── overlay_back.png │ │ │ │ ├── overlay_back_active.png │ │ │ │ ├── overlay_back_active_emissive.png │ │ │ │ ├── overlay_back_emissive.png │ │ │ │ ├── overlay_bottom.png │ │ │ │ ├── overlay_bottom_active.png │ │ │ │ ├── overlay_bottom_active_emissive.png │ │ │ │ ├── overlay_bottom_emissive.png │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ ├── overlay_side_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ ├── overlay_top_emissive.png │ │ │ │ ├── overlay_top_paused.png │ │ │ │ └── overlay_top_paused_emissive.png │ │ │ ├── item_collector │ │ │ │ ├── overlay_bottom.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ └── top.png │ │ │ ├── laser_engraver │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── lathe │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── macerator │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active.png.mcmeta │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ ├── overlay_top_active_emissive.png.mcmeta │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── mass_fabricator │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── mixer │ │ │ │ ├── overlay_back.png │ │ │ │ ├── overlay_back_active.png │ │ │ │ ├── overlay_back_active.png.mcmeta │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active.png.mcmeta │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ └── overlay_top_active.png.mcmeta │ │ │ ├── ore_washer │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ └── overlay_side_emissive.png │ │ │ ├── packer │ │ │ │ ├── overlay_front.png │ │ │ │ └── overlay_front_active.png │ │ │ ├── polarizer │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ ├── overlay_front_paused_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ ├── overlay_top_emissive.png │ │ │ │ ├── overlay_top_paused.png │ │ │ │ └── overlay_top_paused_emissive.png │ │ │ ├── press │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ ├── overlay_side_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── printer │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── pulverizer │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active.png.mcmeta │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ ├── overlay_top_active_emissive.png.mcmeta │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── recycler │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ ├── overlay_side_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── replicator │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── rock_crusher │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── scanner │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ ├── overlay_front_paused.png.mcmeta │ │ │ │ ├── overlay_front_paused_emissive.png │ │ │ │ └── overlay_front_paused_emissive.png.mcmeta │ │ │ ├── sifter │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── slicer │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ ├── overlay_top_emissive.png │ │ │ │ ├── overlay_top_paused.png │ │ │ │ └── overlay_top_paused_emissive.png │ │ │ ├── teleporter │ │ │ │ ├── overlay_teleporter.png │ │ │ │ ├── overlay_teleporter_active.png │ │ │ │ ├── overlay_teleporter_active_emissive.png │ │ │ │ └── overlay_teleporter_emissive.png │ │ │ ├── thermal_centrifuge │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ ├── overlay_front_paused.png.mcmeta │ │ │ │ ├── overlay_front_paused_emissive.png │ │ │ │ └── overlay_front_paused_emissive.png.mcmeta │ │ │ ├── unpacker │ │ │ │ ├── overlay_front.png │ │ │ │ └── overlay_front_active.png │ │ │ ├── wiremill │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ ├── overlay_front_paused_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ ├── overlay_top_emissive.png │ │ │ │ ├── overlay_top_paused.png │ │ │ │ └── overlay_top_paused_emissive.png │ │ │ ├── world_accelerator │ │ │ │ ├── overlay_back.png │ │ │ │ ├── overlay_back_active.png │ │ │ │ ├── overlay_back_active.png.mcmeta │ │ │ │ ├── overlay_back_active_emissive.png │ │ │ │ ├── overlay_back_active_emissive.png.mcmeta │ │ │ │ ├── overlay_back_emissive.png │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active.png.mcmeta │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ ├── overlay_side_active_emissive.png.mcmeta │ │ │ │ └── overlay_side_emissive.png │ │ │ └── world_accelerator_te │ │ │ │ ├── overlay_back.png │ │ │ │ ├── overlay_back_active.png │ │ │ │ ├── overlay_back_active.png.mcmeta │ │ │ │ ├── overlay_back_active_emissive.png │ │ │ │ ├── overlay_back_active_emissive.png.mcmeta │ │ │ │ ├── overlay_back_emissive.png │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_active.png │ │ │ │ ├── overlay_side_active.png.mcmeta │ │ │ │ ├── overlay_side_active_emissive.png │ │ │ │ ├── overlay_side_active_emissive.png.mcmeta │ │ │ │ └── overlay_side_emissive.png │ │ ├── material_sets │ │ │ ├── bright │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── diamond │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ ├── ore_small_emissive.png │ │ │ │ └── wire.png │ │ │ ├── dull │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── frame_gt.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ ├── ore_small_emissive.png │ │ │ │ ├── ore_small_emissive.png.mcmeta │ │ │ │ └── wire.png │ │ │ ├── emerald │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── fine │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ ├── ore_small_emissive.png │ │ │ │ └── wire.png │ │ │ ├── flint │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ ├── ore_small_emissive.png │ │ │ │ └── wire.png │ │ │ ├── fluid │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── gas │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── gem_horizontal │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── gem_vertical │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── glass │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── lapis │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ ├── ore_small_emissive.png │ │ │ │ └── wire.png │ │ │ ├── lignite │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_old.png │ │ │ │ ├── ore_small.png │ │ │ │ ├── ore_small_emissive.png │ │ │ │ └── wire.png │ │ │ ├── magnetic │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── metallic │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── netherstar │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── none │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── opal │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── paper │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── powder │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── quartz │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ ├── ore_small_emissive.png │ │ │ │ └── wire.png │ │ │ ├── rough │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ ├── ore_small_emissive.png │ │ │ │ └── wire.png │ │ │ ├── ruby │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── sand │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ ├── shiny │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ ├── ore_small.png │ │ │ │ └── wire.png │ │ │ └── wood │ │ │ │ ├── block.png │ │ │ │ ├── fluid.png │ │ │ │ ├── fluid.png.mcmeta │ │ │ │ ├── foil.png │ │ │ │ ├── frame_gt.png │ │ │ │ ├── ore.png │ │ │ │ ├── ore_emissive.png │ │ │ │ ├── ore_emissive.png.mcmeta │ │ │ │ └── wire.png │ │ ├── misc │ │ │ ├── brittle_charcoal.png │ │ │ ├── itnt.png │ │ │ ├── powderbarrel.png │ │ │ ├── pwd_side.png │ │ │ └── pwd_top.png │ │ ├── multiblock │ │ │ ├── advanced_processing_array │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── alloy_blast_smelter │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── blast_furnace │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── charcoal_pile_igniter │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ ├── overlay_top_active.png.mcmeta │ │ │ │ ├── overlay_top_active_emissive.png │ │ │ │ ├── overlay_top_active_emissive.png.mcmeta │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── chemical_plant │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── cleanroom │ │ │ │ ├── overlay_bottom.png │ │ │ │ ├── overlay_bottom_active.png │ │ │ │ ├── overlay_bottom_active.png.mcmeta │ │ │ │ ├── overlay_top.png │ │ │ │ ├── overlay_top_active.png │ │ │ │ └── overlay_top_active.png.mcmeta │ │ │ ├── coke_oven │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── cracking_unit │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── data_bank │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front.png.mcmeta │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ └── overlay_front_emissive.png.mcmeta │ │ │ ├── distillation_tower │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── electric_implosion │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── fluid_drilling_rig │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── fusion_reactor │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ └── overlay_front_emissive.png.mcmeta │ │ │ ├── generator │ │ │ │ ├── extreme_combustion_engine │ │ │ │ │ ├── overlay_front.png │ │ │ │ │ ├── overlay_front_active.png │ │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ │ ├── overlay_front_paused.png │ │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ │ ├── large_bronze_boiler │ │ │ │ │ ├── overlay_front.png │ │ │ │ │ ├── overlay_front_active.png │ │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ │ ├── overlay_front_paused.png │ │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ │ ├── large_combustion_engine │ │ │ │ │ ├── overlay_front.png │ │ │ │ │ ├── overlay_front_active.png │ │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ │ ├── overlay_front_paused.png │ │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ │ ├── large_gas_turbine │ │ │ │ │ ├── overlay_front.png │ │ │ │ │ ├── overlay_front_active.png │ │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ │ ├── overlay_front_paused.png │ │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ │ ├── large_plasma_turbine │ │ │ │ │ ├── overlay_front.png │ │ │ │ │ ├── overlay_front_active.png │ │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ │ ├── overlay_front_paused.png │ │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ │ ├── large_steam_turbine │ │ │ │ │ ├── overlay_front.png │ │ │ │ │ ├── overlay_front_active.png │ │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ │ ├── overlay_front_paused.png │ │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ │ ├── large_steel_boiler │ │ │ │ │ ├── overlay_front.png │ │ │ │ │ ├── overlay_front_active.png │ │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ │ ├── overlay_front_paused.png │ │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ │ ├── large_titanium_boiler │ │ │ │ │ ├── overlay_front.png │ │ │ │ │ ├── overlay_front_active.png │ │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ │ ├── overlay_front_paused.png │ │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ │ └── large_tungstensteel_boiler │ │ │ │ │ ├── overlay_front.png │ │ │ │ │ ├── overlay_front_active.png │ │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ │ ├── overlay_front_paused.png │ │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── gtpp │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front.png.mcmeta │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ └── overlay_front_emissive.png.mcmeta │ │ │ ├── hpca │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front.png.mcmeta │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ └── overlay_front_emissive.png.mcmeta │ │ │ ├── implosion_compressor │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_arc_furnace │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── large_assembler │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_autoclave │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_bender │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_brewery │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_centrifuge │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_chemical_bath │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_chemical_reactor │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_circuit_assembler │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_cutter │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_distillery │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_electrolyzer │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_engraver │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_extractor │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_extruder │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_macerator │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_mass_fabricator │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_miner_advanced │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_miner_advanced_2 │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_miner_basic │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_mixer │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_packager │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_polarizer │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_replicator │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_sifter │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_solidifier │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── large_turbine │ │ │ │ ├── base_bg.png │ │ │ │ ├── base_ring.png │ │ │ │ ├── blade_active │ │ │ │ │ ├── 1.png │ │ │ │ │ ├── 1.png.mcmeta │ │ │ │ │ ├── 2.png │ │ │ │ │ ├── 2.png.mcmeta │ │ │ │ │ ├── 3.png │ │ │ │ │ ├── 3.png.mcmeta │ │ │ │ │ ├── 4.png │ │ │ │ │ ├── 4.png.mcmeta │ │ │ │ │ ├── 5.png │ │ │ │ │ ├── 5.png.mcmeta │ │ │ │ │ ├── 6.png │ │ │ │ │ ├── 6.png.mcmeta │ │ │ │ │ ├── 7.png │ │ │ │ │ ├── 7.png.mcmeta │ │ │ │ │ ├── 8.png │ │ │ │ │ ├── 8.png.mcmeta │ │ │ │ │ ├── 9.png │ │ │ │ │ └── 9.png.mcmeta │ │ │ │ ├── rotor_idle.png │ │ │ │ ├── rotor_spinning.png │ │ │ │ └── rotor_spinning.png.mcmeta │ │ │ ├── large_wiremill │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── mega_blast_furnace │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── mega_vacuum_freezer │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── multi_furnace │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── multiblock_tank │ │ │ │ ├── overlay_front.png │ │ │ │ └── overlay_front_active.png │ │ │ ├── multiblock_workable │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── network_switch │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front.png.mcmeta │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ └── overlay_front_emissive.png.mcmeta │ │ │ ├── power_substation │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ └── overlay_front_active_emissive.png.mcmeta │ │ │ ├── primitive_blast_furnace │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── primitive_pump │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ └── overlay_front_active.png.mcmeta │ │ │ ├── processing_array │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ └── overlay_front_emissive.png │ │ │ ├── pyrolyse_oven │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ ├── research_station │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front.png.mcmeta │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active.png.mcmeta │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_active_emissive.png.mcmeta │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ └── overlay_front_emissive.png.mcmeta │ │ │ ├── steam_engine │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ │ └── vacuum_freezer │ │ │ │ ├── overlay_front.png │ │ │ │ ├── overlay_front_active.png │ │ │ │ ├── overlay_front_active_emissive.png │ │ │ │ ├── overlay_front_emissive.png │ │ │ │ ├── overlay_front_paused.png │ │ │ │ └── overlay_front_paused_emissive.png │ │ ├── overlay │ │ │ ├── appeng │ │ │ │ ├── me_input_bus.png │ │ │ │ ├── me_input_bus_active.png │ │ │ │ ├── me_input_hatch.png │ │ │ │ ├── me_input_hatch_active.png │ │ │ │ ├── me_output_bus.png │ │ │ │ ├── me_output_bus_active.png │ │ │ │ ├── me_output_hatch.png │ │ │ │ └── me_output_hatch_active.png │ │ │ ├── automation │ │ │ │ ├── automation_chestbuffer.png │ │ │ │ ├── automation_filter.png │ │ │ │ ├── automation_regulator.png │ │ │ │ ├── automation_superbuffer.png │ │ │ │ └── automation_typefilter.png │ │ │ ├── converter │ │ │ │ ├── converter_fe_in.png │ │ │ │ └── converter_fe_out.png │ │ │ └── machine │ │ │ │ ├── fluid_input_black.png │ │ │ │ ├── hpca │ │ │ │ ├── active_cooler.png │ │ │ │ ├── active_cooler_active.png │ │ │ │ ├── active_cooler_active.png.mcmeta │ │ │ │ ├── active_cooler_active_emissive.png │ │ │ │ ├── active_cooler_active_emissive.png.mcmeta │ │ │ │ ├── bridge.png │ │ │ │ ├── bridge_active.png │ │ │ │ ├── bridge_active_emissive.png │ │ │ │ ├── computation.png │ │ │ │ ├── computation_active.png │ │ │ │ ├── computation_active.png.mcmeta │ │ │ │ ├── computation_active_emissive.png │ │ │ │ ├── computation_active_emissive.png.mcmeta │ │ │ │ ├── computation_advanced.png │ │ │ │ ├── computation_advanced_active.png │ │ │ │ ├── computation_advanced_active.png.mcmeta │ │ │ │ ├── computation_advanced_active_emissive.png │ │ │ │ ├── computation_advanced_active_emissive.png.mcmeta │ │ │ │ ├── damaged.png │ │ │ │ ├── damaged_active.png │ │ │ │ ├── damaged_active.png.mcmeta │ │ │ │ ├── damaged_active_emissive.png │ │ │ │ ├── damaged_active_emissive.png.mcmeta │ │ │ │ ├── damaged_advanced.png │ │ │ │ ├── damaged_advanced_active.png │ │ │ │ ├── damaged_advanced_active.png.mcmeta │ │ │ │ ├── damaged_advanced_active_emissive.png │ │ │ │ ├── damaged_advanced_active_emissive.png.mcmeta │ │ │ │ ├── empty.png │ │ │ │ └── heat_sink.png │ │ │ │ ├── overlay_adv_pump.png │ │ │ │ ├── overlay_air_vent.png │ │ │ │ ├── overlay_alarm.png │ │ │ │ ├── overlay_alarm_active.png │ │ │ │ ├── overlay_alarm_active_emissive.png │ │ │ │ ├── overlay_blank_screen.png │ │ │ │ ├── overlay_blower.png │ │ │ │ ├── overlay_blower_active.png │ │ │ │ ├── overlay_blower_active.png.mcmeta │ │ │ │ ├── overlay_buffer.png │ │ │ │ ├── overlay_chunk_miner.png │ │ │ │ ├── overlay_closet.png │ │ │ │ ├── overlay_creativecontainer.png │ │ │ │ ├── overlay_creativecontainer_emissive.png │ │ │ │ ├── overlay_creativecontainer_emissive.png.mcmeta │ │ │ │ ├── overlay_data_hatch.png │ │ │ │ ├── overlay_data_hatch_creative.png │ │ │ │ ├── overlay_data_hatch_creative_emissive.png │ │ │ │ ├── overlay_data_hatch_creative_emissive.png.mcmeta │ │ │ │ ├── overlay_data_hatch_emissive.png │ │ │ │ ├── overlay_data_hatch_optical.png │ │ │ │ ├── overlay_data_hatch_optical.png.mcmeta │ │ │ │ ├── overlay_data_hatch_optical_emissive.png │ │ │ │ ├── overlay_data_hatch_optical_emissive.png.mcmeta │ │ │ │ ├── overlay_ducttape.png │ │ │ │ ├── overlay_energy_emitter.png │ │ │ │ ├── overlay_energy_in.png │ │ │ │ ├── overlay_energy_in_hi.png │ │ │ │ ├── overlay_energy_in_max.png │ │ │ │ ├── overlay_energy_in_multi.png │ │ │ │ ├── overlay_energy_in_ultra.png │ │ │ │ ├── overlay_energy_out.png │ │ │ │ ├── overlay_energy_out_hi.png │ │ │ │ ├── overlay_energy_out_max.png │ │ │ │ ├── overlay_energy_out_multi.png │ │ │ │ ├── overlay_energy_out_ultra.png │ │ │ │ ├── overlay_filter.png │ │ │ │ ├── overlay_fluid_filter.png │ │ │ │ ├── overlay_fluid_hatch_input.png │ │ │ │ ├── overlay_fluid_hatch_output.png │ │ │ │ ├── overlay_fluid_output.png │ │ │ │ ├── overlay_hatch.png │ │ │ │ ├── overlay_item_hatch_input.png │ │ │ │ ├── overlay_item_hatch_output.png │ │ │ │ ├── overlay_item_output.png │ │ │ │ ├── overlay_laser_source.png │ │ │ │ ├── overlay_laser_target.png │ │ │ │ ├── overlay_maintenance.png │ │ │ │ ├── overlay_maintenance_cleaning.png │ │ │ │ ├── overlay_maintenance_cleaning_emissive.png │ │ │ │ ├── overlay_maintenance_cleaning_emissive.png.mcmeta │ │ │ │ ├── overlay_maintenance_configurable.png │ │ │ │ ├── overlay_maintenance_configurable_emissive.png │ │ │ │ ├── overlay_maintenance_configurable_emissive.png.mcmeta │ │ │ │ ├── overlay_maintenance_full_auto.png │ │ │ │ ├── overlay_maintenance_full_auto_emissive.png │ │ │ │ ├── overlay_maintenance_full_auto_emissive.png.mcmeta │ │ │ │ ├── overlay_maintenance_sterile.png │ │ │ │ ├── overlay_maintenance_sterile_emissive.png │ │ │ │ ├── overlay_maintenance_sterile_emissive.png.mcmeta │ │ │ │ ├── overlay_maintenance_taped.png │ │ │ │ ├── overlay_muffler.png │ │ │ │ ├── overlay_object_holder.png │ │ │ │ ├── overlay_object_holder_active.png │ │ │ │ ├── overlay_object_holder_active.png.mcmeta │ │ │ │ ├── overlay_object_holder_active_emissive.png │ │ │ │ ├── overlay_object_holder_active_emissive.png.mcmeta │ │ │ │ ├── overlay_pipe_4x.png │ │ │ │ ├── overlay_pipe_9x.png │ │ │ │ ├── overlay_pipe_in.png │ │ │ │ ├── overlay_pipe_out.png │ │ │ │ ├── overlay_qchest.png │ │ │ │ ├── overlay_qchest_emissive.png │ │ │ │ ├── overlay_qchest_emissive.png.mcmeta │ │ │ │ ├── overlay_qtank.png │ │ │ │ ├── overlay_qtank_emissive.png │ │ │ │ ├── overlay_qtank_emissive.png.mcmeta │ │ │ │ ├── overlay_rotor_holder.png │ │ │ │ ├── overlay_screen.png │ │ │ │ ├── overlay_screen_emissive.png │ │ │ │ ├── overlay_screen_emissive.png.mcmeta │ │ │ │ ├── overlay_screen_glass.png │ │ │ │ ├── overlay_steam_miner.png │ │ │ │ ├── overlay_steam_pump.png │ │ │ │ ├── overlay_steam_vent.png │ │ │ │ ├── overlay_water.png │ │ │ │ ├── swirly_infinity.png │ │ │ │ ├── swirly_infinity_emissive.png │ │ │ │ └── swirly_infinity_emissive.png.mcmeta │ │ ├── pipe │ │ │ ├── blocked │ │ │ │ ├── pipe_blocked.png │ │ │ │ ├── pipe_blocked_dl.png │ │ │ │ ├── pipe_blocked_down.png │ │ │ │ ├── pipe_blocked_dr.png │ │ │ │ ├── pipe_blocked_left.png │ │ │ │ ├── pipe_blocked_lr.png │ │ │ │ ├── pipe_blocked_nd.png │ │ │ │ ├── pipe_blocked_nl.png │ │ │ │ ├── pipe_blocked_nr.png │ │ │ │ ├── pipe_blocked_nu.png │ │ │ │ ├── pipe_blocked_rd.png │ │ │ │ ├── pipe_blocked_right.png │ │ │ │ ├── pipe_blocked_ud.png │ │ │ │ ├── pipe_blocked_ul.png │ │ │ │ ├── pipe_blocked_up.png │ │ │ │ └── pipe_blocked_ur.png │ │ │ ├── ld_fluid_pipe │ │ │ │ ├── block.png │ │ │ │ ├── overlay_bottom.png │ │ │ │ ├── overlay_bottom_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── ld_item_pipe │ │ │ │ ├── block.png │ │ │ │ ├── overlay_bottom.png │ │ │ │ ├── overlay_bottom_emissive.png │ │ │ │ ├── overlay_side.png │ │ │ │ ├── overlay_side_emissive.png │ │ │ │ ├── overlay_top.png │ │ │ │ └── overlay_top_emissive.png │ │ │ ├── pipe_blocked.png │ │ │ ├── pipe_huge_in.png │ │ │ ├── pipe_large_in.png │ │ │ ├── pipe_large_in_wood.png │ │ │ ├── pipe_laser_in.png │ │ │ ├── pipe_laser_side.png │ │ │ ├── pipe_laser_side_overlay.png │ │ │ ├── pipe_laser_side_overlay_emissive.png │ │ │ ├── pipe_nonuple_in.png │ │ │ ├── pipe_normal_in.png │ │ │ ├── pipe_normal_in_wood.png │ │ │ ├── pipe_optical_in.png │ │ │ ├── pipe_optical_side.png │ │ │ ├── pipe_optical_side_overlay.png │ │ │ ├── pipe_optical_side_overlay_active.png │ │ │ ├── pipe_optical_side_overlay_active.png.mcmeta │ │ │ ├── pipe_quadruple_in.png │ │ │ ├── pipe_restrictive.png │ │ │ ├── pipe_side.png │ │ │ ├── pipe_side_wood.png │ │ │ ├── pipe_small_in.png │ │ │ ├── pipe_small_in_wood.png │ │ │ └── pipe_tiny_in.png │ │ ├── rendering_error.png │ │ ├── stones │ │ │ ├── asphalt │ │ │ │ └── asphalt.png │ │ │ ├── basalt │ │ │ │ ├── basalt_bricks.png │ │ │ │ ├── basalt_bricks_cracked.png │ │ │ │ ├── basalt_bricks_mossy.png │ │ │ │ ├── basalt_bricks_small.png │ │ │ │ ├── basalt_bricks_square.png │ │ │ │ ├── basalt_chiseled.png │ │ │ │ ├── basalt_cobble.png │ │ │ │ ├── basalt_cobble_mossy.png │ │ │ │ ├── basalt_polished.png │ │ │ │ ├── basalt_smooth.png │ │ │ │ ├── basalt_tiled.png │ │ │ │ ├── basalt_tiled_small.png │ │ │ │ ├── basalt_windmill_a.png │ │ │ │ └── basalt_windmill_b.png │ │ │ ├── black_granite │ │ │ │ ├── black_granite_bricks.png │ │ │ │ ├── black_granite_bricks_cracked.png │ │ │ │ ├── black_granite_bricks_mossy.png │ │ │ │ ├── black_granite_bricks_small.png │ │ │ │ ├── black_granite_bricks_square.png │ │ │ │ ├── black_granite_chiseled.png │ │ │ │ ├── black_granite_cobble.png │ │ │ │ ├── black_granite_cobble_mossy.png │ │ │ │ ├── black_granite_polished.png │ │ │ │ ├── black_granite_smooth.png │ │ │ │ ├── black_granite_tiled.png │ │ │ │ ├── black_granite_tiled_small.png │ │ │ │ ├── black_granite_windmill_a.png │ │ │ │ └── black_granite_windmill_b.png │ │ │ ├── concrete_dark │ │ │ │ ├── concrete_dark_bricks.png │ │ │ │ ├── concrete_dark_bricks_cracked.png │ │ │ │ ├── concrete_dark_bricks_mossy.png │ │ │ │ ├── concrete_dark_bricks_small.png │ │ │ │ ├── concrete_dark_bricks_square.png │ │ │ │ ├── concrete_dark_chiseled.png │ │ │ │ ├── concrete_dark_cobble.png │ │ │ │ ├── concrete_dark_cobble_mossy.png │ │ │ │ ├── concrete_dark_polished.png │ │ │ │ ├── concrete_dark_smooth.png │ │ │ │ ├── concrete_dark_tiled.png │ │ │ │ ├── concrete_dark_tiled_small.png │ │ │ │ ├── concrete_dark_windmill_a.png │ │ │ │ └── concrete_dark_windmill_b.png │ │ │ ├── concrete_light │ │ │ │ ├── concrete_light_bricks.png │ │ │ │ ├── concrete_light_bricks_cracked.png │ │ │ │ ├── concrete_light_bricks_mossy.png │ │ │ │ ├── concrete_light_bricks_small.png │ │ │ │ ├── concrete_light_bricks_square.png │ │ │ │ ├── concrete_light_chiseled.png │ │ │ │ ├── concrete_light_cobble.png │ │ │ │ ├── concrete_light_cobble_mossy.png │ │ │ │ ├── concrete_light_polished.png │ │ │ │ ├── concrete_light_smooth.png │ │ │ │ ├── concrete_light_tiled.png │ │ │ │ ├── concrete_light_tiled_small.png │ │ │ │ ├── concrete_light_windmill_a.png │ │ │ │ └── concrete_light_windmill_b.png │ │ │ ├── marble │ │ │ │ ├── marble_bricks.png │ │ │ │ ├── marble_bricks_cracked.png │ │ │ │ ├── marble_bricks_mossy.png │ │ │ │ ├── marble_bricks_small.png │ │ │ │ ├── marble_bricks_square.png │ │ │ │ ├── marble_chiseled.png │ │ │ │ ├── marble_cobble.png │ │ │ │ ├── marble_cobble_mossy.png │ │ │ │ ├── marble_polished.png │ │ │ │ ├── marble_smooth.png │ │ │ │ ├── marble_tiled.png │ │ │ │ ├── marble_tiled_small.png │ │ │ │ ├── marble_windmill_a.png │ │ │ │ └── marble_windmill_b.png │ │ │ ├── red_granite │ │ │ │ ├── red_granite_bricks.png │ │ │ │ ├── red_granite_bricks_cracked.png │ │ │ │ ├── red_granite_bricks_mossy.png │ │ │ │ ├── red_granite_bricks_small.png │ │ │ │ ├── red_granite_bricks_square.png │ │ │ │ ├── red_granite_chiseled.png │ │ │ │ ├── red_granite_cobble.png │ │ │ │ ├── red_granite_cobble_mossy.png │ │ │ │ ├── red_granite_polished.png │ │ │ │ ├── red_granite_smooth.png │ │ │ │ ├── red_granite_tiled.png │ │ │ │ ├── red_granite_tiled_small.png │ │ │ │ ├── red_granite_windmill_a.png │ │ │ │ └── red_granite_windmill_b.png │ │ │ └── surface_rock_stone.png │ │ ├── storage │ │ │ ├── crates │ │ │ │ ├── metal_crate.png │ │ │ │ └── wooden_crate.png │ │ │ └── drums │ │ │ │ ├── drum │ │ │ │ ├── bottom.png │ │ │ │ ├── side.png │ │ │ │ └── top.png │ │ │ │ ├── drum_top │ │ │ │ └── top.png │ │ │ │ └── wooden_drum │ │ │ │ ├── bottom.png │ │ │ │ ├── side.png │ │ │ │ └── top.png │ │ ├── void.png │ │ └── wood │ │ │ ├── rubber │ │ │ ├── leaves_rubber.png │ │ │ ├── log_rubber_side.png │ │ │ ├── log_rubber_top.png │ │ │ ├── planks_rubber.png │ │ │ └── sapling_rubber.png │ │ │ └── treated │ │ │ └── planks_treated.png │ │ ├── entity │ │ ├── rubber_wood_boat.png │ │ └── treated_wood_boat.png │ │ ├── gui │ │ ├── base │ │ │ ├── background.png │ │ │ ├── background_bronze.png │ │ │ ├── background_popup.png │ │ │ ├── background_steel.png │ │ │ ├── blank.png │ │ │ ├── bordered_background.png │ │ │ ├── boxed_background.png │ │ │ ├── display.png │ │ │ ├── display_bronze.png │ │ │ ├── display_steel.png │ │ │ ├── fluid_slot.png │ │ │ ├── fluid_tank_background.png │ │ │ ├── fluid_tank_overlay.png │ │ │ ├── indicator_no_energy.png │ │ │ ├── indicator_no_steam_bronze.png │ │ │ ├── indicator_no_steam_steel.png │ │ │ ├── slot.png │ │ │ ├── slot_bronze.png │ │ │ ├── slot_steel.png │ │ │ └── tank_icon.png │ │ ├── icon │ │ │ ├── arc_furnace_recycling.png │ │ │ ├── extractor_recycling.png │ │ │ ├── macerator_recycling.png │ │ │ └── multiblock_category.png │ │ ├── item_overlay │ │ │ ├── lamp_no_bloom.png │ │ │ └── lamp_no_light.png │ │ ├── overlay │ │ │ ├── arrow_input_overlay.png │ │ │ ├── arrow_output_overlay.png │ │ │ ├── atomic_overlay_1.png │ │ │ ├── atomic_overlay_2.png │ │ │ ├── battery_overlay.png │ │ │ ├── beaker_overlay_1.png │ │ │ ├── beaker_overlay_2.png │ │ │ ├── beaker_overlay_3.png │ │ │ ├── beaker_overlay_4.png │ │ │ ├── bender_overlay.png │ │ │ ├── box_overlay.png │ │ │ ├── boxed_overlay.png │ │ │ ├── brewer_overlay.png │ │ │ ├── canister_overlay.png │ │ │ ├── canister_overlay_bronze.png │ │ │ ├── canister_overlay_steel.png │ │ │ ├── canner_overlay.png │ │ │ ├── centrifuge_overlay.png │ │ │ ├── charger_slot_overlay.png │ │ │ ├── circuit_overlay.png │ │ │ ├── coal_overlay_bronze.png │ │ │ ├── coal_overlay_steel.png │ │ │ ├── compressor_overlay.png │ │ │ ├── compressor_overlay_bronze.png │ │ │ ├── compressor_overlay_steel.png │ │ │ ├── cracking_overlay_1.png │ │ │ ├── cracking_overlay_2.png │ │ │ ├── crushed_ore_overlay.png │ │ │ ├── crushed_ore_overlay_bronze.png │ │ │ ├── crushed_ore_overlay_steel.png │ │ │ ├── crystal_overlay.png │ │ │ ├── cutter_overlay.png │ │ │ ├── dark_canister_overlay.png │ │ │ ├── data_orb_overlay.png │ │ │ ├── duct_tape_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_overlay_bronze.png │ │ │ ├── dust_overlay_steel.png │ │ │ ├── extractor_overlay.png │ │ │ ├── extractor_overlay_bronze.png │ │ │ ├── extractor_overlay_steel.png │ │ │ ├── filter_slot_overlay.png │ │ │ ├── furnace_overlay_1.png │ │ │ ├── furnace_overlay_2.png │ │ │ ├── furnace_overlay_bronze.png │ │ │ ├── furnace_overlay_steel.png │ │ │ ├── hammer_overlay.png │ │ │ ├── hammer_overlay_bronze.png │ │ │ ├── hammer_overlay_steel.png │ │ │ ├── heating_overlay_1.png │ │ │ ├── heating_overlay_2.png │ │ │ ├── implosion_overlay_1.png │ │ │ ├── implosion_overlay_2.png │ │ │ ├── in_slot_overlay.png │ │ │ ├── in_slot_overlay_bronze.png │ │ │ ├── in_slot_overlay_steel.png │ │ │ ├── ingot_overlay.png │ │ │ ├── int_circuit_overlay.png │ │ │ ├── lens_overlay.png │ │ │ ├── lightning_overlay_1.png │ │ │ ├── lightning_overlay_2.png │ │ │ ├── mold_overlay.png │ │ │ ├── molecular_overlay_1.png │ │ │ ├── molecular_overlay_2.png │ │ │ ├── molecular_overlay_3.png │ │ │ ├── molecular_overlay_4.png │ │ │ ├── neutral_matter_overlay.png │ │ │ ├── out_slot_overlay.png │ │ │ ├── out_slot_overlay_bronze.png │ │ │ ├── out_slot_overlay_steel.png │ │ │ ├── paper_overlay.png │ │ │ ├── pipe_overlay_1.png │ │ │ ├── pipe_overlay_2.png │ │ │ ├── positive_matter_overlay.png │ │ │ ├── press_overlay_1.png │ │ │ ├── press_overlay_2.png │ │ │ ├── press_overlay_3.png │ │ │ ├── press_overlay_4.png │ │ │ ├── printed_paper_overlay.png │ │ │ ├── research_station_overlay.png │ │ │ ├── sawblade_overlay.png │ │ │ ├── scanner_overlay.png │ │ │ ├── solidifier_overlay.png │ │ │ ├── string_slot_overlay.png │ │ │ ├── tool_slot_overlay.png │ │ │ ├── turbine_overlay.png │ │ │ ├── vial_overlay_1.png │ │ │ ├── vial_overlay_2.png │ │ │ └── wiremill_overlay.png │ │ ├── primitive │ │ │ ├── overlay_primitive_dust.png │ │ │ ├── overlay_primitive_furnace.png │ │ │ ├── overlay_primitive_ingot.png │ │ │ ├── primitive_background.png │ │ │ ├── primitive_large_fluid_tank.png │ │ │ ├── primitive_large_fluid_tank_overlay.png │ │ │ ├── primitive_slot.png │ │ │ └── progress_bar_primitive_blast_furnace.png │ │ ├── progress_bar │ │ │ ├── fusion_diagram │ │ │ │ ├── bottom_left.png │ │ │ │ ├── bottom_right.png │ │ │ │ ├── top_left.png │ │ │ │ └── top_right.png │ │ │ ├── progress_bar_arc_furnace.png │ │ │ ├── progress_bar_arrow.png │ │ │ ├── progress_bar_arrow_bronze.png │ │ │ ├── progress_bar_arrow_multiple.png │ │ │ ├── progress_bar_arrow_steel.png │ │ │ ├── progress_bar_assembly_line.png │ │ │ ├── progress_bar_assembly_line_arrow.png │ │ │ ├── progress_bar_bath.png │ │ │ ├── progress_bar_bending.png │ │ │ ├── progress_bar_boiler_empty_bronze.png │ │ │ ├── progress_bar_boiler_empty_steel.png │ │ │ ├── progress_bar_boiler_fuel_bronze.png │ │ │ ├── progress_bar_boiler_fuel_steel.png │ │ │ ├── progress_bar_boiler_heat.png │ │ │ ├── progress_bar_canner.png │ │ │ ├── progress_bar_circuit.png │ │ │ ├── progress_bar_circuit_assembler.png │ │ │ ├── progress_bar_coke_oven.png │ │ │ ├── progress_bar_compress.png │ │ │ ├── progress_bar_compress_bronze.png │ │ │ ├── progress_bar_compress_steel.png │ │ │ ├── progress_bar_cracking.png │ │ │ ├── progress_bar_cracking_2.png │ │ │ ├── progress_bar_crystallization.png │ │ │ ├── progress_bar_distillation_tower.png │ │ │ ├── progress_bar_extract.png │ │ │ ├── progress_bar_extract_bronze.png │ │ │ ├── progress_bar_extract_steel.png │ │ │ ├── progress_bar_extruder.png │ │ │ ├── progress_bar_fluid_rig_depletion.png │ │ │ ├── progress_bar_fusion.png │ │ │ ├── progress_bar_fusion_energy.png │ │ │ ├── progress_bar_fusion_heat.png │ │ │ ├── progress_bar_gas_collector.png │ │ │ ├── progress_bar_hammer.png │ │ │ ├── progress_bar_hammer_base.png │ │ │ ├── progress_bar_hammer_base_bronze.png │ │ │ ├── progress_bar_hammer_base_steel.png │ │ │ ├── progress_bar_hammer_bronze.png │ │ │ ├── progress_bar_hammer_steel.png │ │ │ ├── progress_bar_hpca_computation.png │ │ │ ├── progress_bar_lathe.png │ │ │ ├── progress_bar_lathe_base.png │ │ │ ├── progress_bar_lce_fuel.png │ │ │ ├── progress_bar_lce_lubricant.png │ │ │ ├── progress_bar_lce_oxygen.png │ │ │ ├── progress_bar_macerate.png │ │ │ ├── progress_bar_macerate_bronze.png │ │ │ ├── progress_bar_macerate_steel.png │ │ │ ├── progress_bar_magnet.png │ │ │ ├── progress_bar_mass_fab.png │ │ │ ├── progress_bar_mixer.png │ │ │ ├── progress_bar_multi_energy_yellow.png │ │ │ ├── progress_bar_packer.png │ │ │ ├── progress_bar_recycler.png │ │ │ ├── progress_bar_replicator.png │ │ │ ├── progress_bar_research_station_1.png │ │ │ ├── progress_bar_research_station_2.png │ │ │ ├── progress_bar_research_station_base.png │ │ │ ├── progress_bar_sift.png │ │ │ ├── progress_bar_sift_bronze.png │ │ │ ├── progress_bar_sift_steel.png │ │ │ ├── progress_bar_single_heat.png │ │ │ ├── progress_bar_slice.png │ │ │ ├── progress_bar_solar_bronze.png │ │ │ ├── progress_bar_solar_steel.png │ │ │ ├── progress_bar_turbine_rotor_durability.png │ │ │ ├── progress_bar_turbine_rotor_speed.png │ │ │ ├── progress_bar_unlock.png │ │ │ ├── progress_bar_unpacker.png │ │ │ └── progress_bar_wiremill.png │ │ ├── tab │ │ │ ├── tabs_bottom.png │ │ │ ├── tabs_left.png │ │ │ ├── tabs_right.png │ │ │ └── tabs_top.png │ │ └── widget │ │ │ ├── button.png │ │ │ ├── button_allow_import_export.png │ │ │ ├── button_blacklist.png │ │ │ ├── button_blocks_input.png │ │ │ ├── button_circuit_minus.png │ │ │ ├── button_circuit_plus.png │ │ │ ├── button_clear_grid.png │ │ │ ├── button_distinct_buses.png │ │ │ ├── button_distribution_mode.png │ │ │ ├── button_filter_damage.png │ │ │ ├── button_filter_nbt.png │ │ │ ├── button_fluid_output_overlay.png │ │ │ ├── button_fluid_void.png │ │ │ ├── button_item_output_overlay.png │ │ │ ├── button_item_void.png │ │ │ ├── button_lock.png │ │ │ ├── button_maintenance.png │ │ │ ├── button_miner_modes.png │ │ │ ├── button_multi_map.png │ │ │ ├── button_no_distinct_buses.png │ │ │ ├── button_no_flex.png │ │ │ ├── button_output.png │ │ │ ├── button_overclock.png │ │ │ ├── button_power.png │ │ │ ├── button_power_detail.png │ │ │ ├── button_public_private.png │ │ │ ├── button_silk_touch_mode.png │ │ │ ├── button_switch_view.png │ │ │ ├── button_throttle_minus.png │ │ │ ├── button_throttle_plus.png │ │ │ ├── button_void.png │ │ │ ├── button_void_multiblock.png │ │ │ ├── button_void_none.png │ │ │ ├── button_working_enable.png │ │ │ ├── config_arrow.png │ │ │ ├── config_arrow_dark.png │ │ │ ├── hpca │ │ │ ├── active_cooler_component.png │ │ │ ├── advanced_computation_component.png │ │ │ ├── bridge_component.png │ │ │ ├── computation_component.png │ │ │ ├── damaged_advanced_computation_component.png │ │ │ ├── damaged_computation_component.png │ │ │ ├── empty_component.png │ │ │ └── heat_sink_component.png │ │ │ ├── information.png │ │ │ ├── left.png │ │ │ ├── lock.png │ │ │ ├── lock_white.png │ │ │ ├── ore_filter │ │ │ ├── error.png │ │ │ ├── info.png │ │ │ ├── match.png │ │ │ ├── no_match.png │ │ │ ├── success.png │ │ │ ├── waiting.png │ │ │ └── warn.png │ │ │ ├── right.png │ │ │ ├── slider.png │ │ │ ├── slider_background.png │ │ │ ├── slider_background_row.png │ │ │ ├── slider_background_vertical.png │ │ │ ├── toggle_button_background.png │ │ │ └── vanilla_button.png │ │ └── items │ │ ├── material_sets │ │ ├── bright │ │ │ ├── bolt.png │ │ │ ├── bolt_overlay.png │ │ │ ├── cell_plasma.png │ │ │ ├── cell_plasma_overlay.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_small_overlay.png │ │ │ ├── dust_tiny.png │ │ │ ├── dust_tiny_overlay.png │ │ │ ├── foil.png │ │ │ ├── gear.png │ │ │ ├── gear_overlay.png │ │ │ ├── gear_small.png │ │ │ ├── gear_small_overlay.png │ │ │ ├── ingot.png │ │ │ ├── ingot_double.png │ │ │ ├── ingot_double_overlay.png │ │ │ ├── ingot_hot.png │ │ │ ├── ingot_hot_overlay.png │ │ │ ├── ingot_overlay.png │ │ │ ├── nugget.png │ │ │ ├── nugget_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_dense.png │ │ │ ├── plate_dense_overlay.png │ │ │ ├── plate_double.png │ │ │ ├── plate_double_overlay.png │ │ │ ├── plate_overlay.png │ │ │ ├── ring.png │ │ │ ├── ring_overlay.png │ │ │ ├── rotor.png │ │ │ ├── round.png │ │ │ ├── round_overlay.png │ │ │ ├── screw.png │ │ │ ├── screw_overlay.png │ │ │ ├── spring.png │ │ │ ├── spring_small.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── stick_long_overlay.png │ │ │ ├── stick_overlay.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_buzz_saw.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_file.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_hoe.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_plow.png │ │ │ ├── tool_head_saw.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_sense.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_soldering.png │ │ │ ├── tool_head_sword.png │ │ │ ├── tool_head_universal_spade.png │ │ │ ├── tool_head_wrench.png │ │ │ ├── turbine_blade.png │ │ │ ├── wire_fine.png │ │ │ └── wire_fine_overlay.png │ │ ├── certus │ │ │ └── gem.png │ │ ├── diamond │ │ │ ├── bolt.png │ │ │ ├── bolt_overlay.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_small_overlay.png │ │ │ ├── dust_tiny.png │ │ │ ├── dust_tiny_overlay.png │ │ │ ├── gear.png │ │ │ ├── gear_overlay.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawless.png │ │ │ ├── lens.png │ │ │ ├── lens_overlay.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ ├── ore_sandy_chunk_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_double.png │ │ │ ├── plate_double_overlay.png │ │ │ ├── plate_overlay.png │ │ │ ├── screw.png │ │ │ ├── screw_overlay.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── stick_long_overlay.png │ │ │ ├── stick_overlay.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_buzz_saw.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_file.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_hoe.png │ │ │ ├── tool_head_mallet.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_plow.png │ │ │ ├── tool_head_saw.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_sense.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_soldering.png │ │ │ ├── tool_head_sword.png │ │ │ ├── tool_head_universal_spade.png │ │ │ ├── tool_head_wrench.png │ │ │ └── turbine_blade.png │ │ ├── dull │ │ │ ├── bolt.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_tiny.png │ │ │ ├── foil.png │ │ │ ├── gear.png │ │ │ ├── gear_small.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawless.png │ │ │ ├── ingot.png │ │ │ ├── ingot_double.png │ │ │ ├── ingot_hot.png │ │ │ ├── ingot_hot_overlay.png │ │ │ ├── lens.png │ │ │ ├── lens_overlay.png │ │ │ ├── nugget.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ ├── ore_sandy_chunk_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_dense.png │ │ │ ├── plate_double.png │ │ │ ├── ring.png │ │ │ ├── rotor.png │ │ │ ├── round.png │ │ │ ├── screw.png │ │ │ ├── spring.png │ │ │ ├── spring_small.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_buzz_saw.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_file.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_hoe.png │ │ │ ├── tool_head_mallet.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_plow.png │ │ │ ├── tool_head_saw.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_sense.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_soldering.png │ │ │ ├── tool_head_sword.png │ │ │ ├── tool_head_universal_spade.png │ │ │ ├── tool_head_wrench.png │ │ │ ├── turbine_blade.png │ │ │ ├── wire_fine.png │ │ │ └── wire_fine_overlay.png │ │ ├── emerald │ │ │ ├── bolt.png │ │ │ ├── bolt_overlay.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_small_overlay.png │ │ │ ├── dust_tiny.png │ │ │ ├── dust_tiny_overlay.png │ │ │ ├── gear.png │ │ │ ├── gear_overlay.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawless.png │ │ │ ├── lens.png │ │ │ ├── lens_overlay.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ ├── ore_sandy_chunk_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_double.png │ │ │ ├── plate_double_overlay.png │ │ │ ├── plate_overlay.png │ │ │ ├── screw.png │ │ │ ├── screw_overlay.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── stick_long_overlay.png │ │ │ ├── stick_overlay.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_buzz_saw.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_file.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_hoe.png │ │ │ ├── tool_head_mallet.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_plow.png │ │ │ ├── tool_head_saw.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_sense.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_soldering.png │ │ │ ├── tool_head_sword.png │ │ │ ├── tool_head_universal_spade.png │ │ │ ├── tool_head_wrench.png │ │ │ └── turbine_blade.png │ │ ├── fiery │ │ │ ├── bolt.png │ │ │ ├── bolt_overlay.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_centrifuged_overlay.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── crushed_purified_overlay.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_small_overlay.png │ │ │ ├── dust_tiny.png │ │ │ ├── dust_tiny_overlay.png │ │ │ ├── foil.png │ │ │ ├── foil_overlay.png │ │ │ ├── gear.png │ │ │ ├── gear_overlay.png │ │ │ ├── gear_small.png │ │ │ ├── gear_small_overlay.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_chipped_overlay.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_exquisite_overlay.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawed_overlay.png │ │ │ ├── gem_flawless.png │ │ │ ├── gem_flawless_overlay.png │ │ │ ├── gem_overlay.png │ │ │ ├── ingot.png │ │ │ ├── ingot_hot.png │ │ │ ├── ingot_hot_overlay.png │ │ │ ├── ingot_overlay.png │ │ │ ├── lens.png │ │ │ ├── lens_overlay.png │ │ │ ├── nugget.png │ │ │ ├── nugget_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_dense.png │ │ │ ├── plate_dense_overlay.png │ │ │ ├── plate_double.png │ │ │ ├── plate_double_overlay.png │ │ │ ├── plate_overlay.png │ │ │ ├── ring.png │ │ │ ├── ring_overlay.png │ │ │ ├── rotor.png │ │ │ ├── rotor_overlay.png │ │ │ ├── round.png │ │ │ ├── round_overlay.png │ │ │ ├── screw.png │ │ │ ├── screw_overlay.png │ │ │ ├── spring.png │ │ │ ├── spring_overlay.png │ │ │ ├── spring_small.png │ │ │ ├── spring_small_overlay.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── stick_long_overlay.png │ │ │ ├── stick_overlay.png │ │ │ ├── tool_Head_Axe_OVERLAY.png │ │ │ ├── tool_Head_Chainsaw_OVERLAY.png │ │ │ ├── tool_Head_Drill_OVERLAY.png │ │ │ ├── tool_Head_Hammer_OVERLAY.png │ │ │ ├── tool_Head_Pickaxe_OVERLAY.png │ │ │ ├── tool_Head_Screwdriver_OVERLAY.png │ │ │ ├── tool_Head_Shovel_OVERLAY.png │ │ │ ├── tool_Head_Wrench_OVERLAY.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_buzzsaw.png │ │ │ ├── tool_head_buzzsaw_OVERLAY.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_wrench.png │ │ │ ├── wire_fine.png │ │ │ └── wire_fine_overlay.png │ │ ├── fine │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_tiny.png │ │ │ ├── gear.png │ │ │ ├── gear_small.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawless.png │ │ │ ├── ingot.png │ │ │ ├── ingot_hot.png │ │ │ ├── ingot_hot_overlay.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ ├── ore_sandy_chunk_overlay.png │ │ │ ├── plate_dense.png │ │ │ ├── spring_small.png │ │ │ ├── stick_long.png │ │ │ ├── wire_fine.png │ │ │ └── wire_fine_overlay.png │ │ ├── flint │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_tiny.png │ │ │ ├── gem.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ ├── ore_sandy_chunk_overlay.png │ │ │ └── plate.png │ │ ├── gem_horizontal │ │ │ ├── bolt.png │ │ │ ├── bolt_overlay.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_small_overlay.png │ │ │ ├── dust_tiny.png │ │ │ ├── dust_tiny_overlay.png │ │ │ ├── gear.png │ │ │ ├── gear_overlay.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawless.png │ │ │ ├── lens.png │ │ │ ├── lens_overlay.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ ├── ore_sandy_chunk_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_double.png │ │ │ ├── plate_double_overlay.png │ │ │ ├── plate_overlay.png │ │ │ ├── screw.png │ │ │ ├── screw_overlay.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── stick_long_overlay.png │ │ │ ├── stick_overlay.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_buzz_saw.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_file.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_hoe.png │ │ │ ├── tool_head_mallet.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_plow.png │ │ │ ├── tool_head_saw.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_sense.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_soldering.png │ │ │ ├── tool_head_sword.png │ │ │ ├── tool_head_universal_spade.png │ │ │ ├── tool_head_wrench.png │ │ │ └── turbine_blade.png │ │ ├── gem_vertical │ │ │ ├── bolt.png │ │ │ ├── bolt_overlay.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_small_overlay.png │ │ │ ├── dust_tiny.png │ │ │ ├── dust_tiny_overlay.png │ │ │ ├── gear.png │ │ │ ├── gear_overlay.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawless.png │ │ │ ├── lens.png │ │ │ ├── lens_overlay.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ ├── ore_sandy_chunk_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_double.png │ │ │ ├── plate_double_overlay.png │ │ │ ├── plate_overlay.png │ │ │ ├── screw.png │ │ │ ├── screw_overlay.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── stick_long_overlay.png │ │ │ ├── stick_overlay.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_buzz_saw.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_file.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_hoe.png │ │ │ ├── tool_head_mallet.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_plow.png │ │ │ ├── tool_head_saw.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_sense.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_soldering.png │ │ │ ├── tool_head_sword.png │ │ │ ├── tool_head_universal_spade.png │ │ │ ├── tool_head_wrench.png │ │ │ └── turbine_blade.png │ │ ├── glass │ │ │ ├── dust.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_small_overlay.png │ │ │ ├── dust_tiny.png │ │ │ ├── dust_tiny_overlay.png │ │ │ ├── gear.png │ │ │ ├── gear_overlay.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawless.png │ │ │ ├── ingot.png │ │ │ ├── ingot_hot.png │ │ │ ├── ingot_hot_overlay.png │ │ │ ├── lens.png │ │ │ ├── lens_overlay.png │ │ │ ├── nugget.png │ │ │ ├── plate.png │ │ │ ├── plate_overlay.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── stick_long_overlay.png │ │ │ └── stick_overlay.png │ │ ├── lapis │ │ │ ├── bolt.png │ │ │ ├── bolt_overlay.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_tiny.png │ │ │ ├── gear.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawless.png │ │ │ ├── lens.png │ │ │ ├── lens_overlay.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ ├── ore_sandy_chunk_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_double.png │ │ │ ├── screw.png │ │ │ ├── stick.png │ │ │ └── stick_long.png │ │ ├── lignite │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_centrifuged_overlay.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── crushed_purified_overlay.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_small_overlay.png │ │ │ ├── dust_tiny.png │ │ │ ├── dust_tiny_overlay.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawless.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ └── ore_sandy_chunk_overlay.png │ │ ├── magnetic │ │ │ ├── bolt.png │ │ │ ├── bolt_overlay.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_centrifuged_overlay.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── crushed_purified_overlay.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_small_overlay.png │ │ │ ├── dust_tiny.png │ │ │ ├── dust_tiny_overlay.png │ │ │ ├── foil.png │ │ │ ├── foil_overlay.png │ │ │ ├── gear.png │ │ │ ├── gear_overlay.png │ │ │ ├── gear_small.png │ │ │ ├── gear_small_overlay.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawless.png │ │ │ ├── ingot.png │ │ │ ├── ingot_double.png │ │ │ ├── ingot_overlay.png │ │ │ ├── lens.png │ │ │ ├── lens_overlay.png │ │ │ ├── magnetic_overlay.png │ │ │ ├── nugget.png │ │ │ ├── nugget_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_dense.png │ │ │ ├── plate_dense_overlay.png │ │ │ ├── plate_double.png │ │ │ ├── plate_double_overlay.png │ │ │ ├── plate_overlay.png │ │ │ ├── ring.png │ │ │ ├── ring_overlay.png │ │ │ ├── rotor.png │ │ │ ├── rotor_overlay.png │ │ │ ├── round.png │ │ │ ├── round_overlay.png │ │ │ ├── screw.png │ │ │ ├── screw_overlay.png │ │ │ ├── spring.png │ │ │ ├── spring_overlay.png │ │ │ ├── spring_small.png │ │ │ ├── spring_small_overlay.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── stick_long_overlay.png │ │ │ ├── stick_overlay.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_axe_overlay.png │ │ │ ├── tool_head_buzz_saw.png │ │ │ ├── tool_head_buzz_saw_overlay.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_chainsaw_overlay.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_drill_overlay.png │ │ │ ├── tool_head_file.png │ │ │ ├── tool_head_file_overlay.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_hammer_overlay.png │ │ │ ├── tool_head_hoe.png │ │ │ ├── tool_head_hoe_overlay.png │ │ │ ├── tool_head_mallet.png │ │ │ ├── tool_head_mallet_overlay.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_pickaxe_overlay.png │ │ │ ├── tool_head_saw.png │ │ │ ├── tool_head_saw_overlay.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_screwdriver_overlay.png │ │ │ ├── tool_head_sense.png │ │ │ ├── tool_head_sense_overlay.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_shovel_overlay.png │ │ │ ├── tool_head_soldering.png │ │ │ ├── tool_head_sword.png │ │ │ ├── tool_head_sword_overlay.png │ │ │ ├── tool_head_universal_spade.png │ │ │ ├── tool_head_universal_spade_overlay.png │ │ │ ├── tool_head_wrench.png │ │ │ ├── tool_head_wrench_overlay.png │ │ │ ├── turbine_blade.png │ │ │ ├── wire_fine.png │ │ │ └── wire_fine_overlay.png │ │ ├── metallic │ │ │ ├── bolt.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_tiny.png │ │ │ ├── foil.png │ │ │ ├── gear.png │ │ │ ├── gear_small.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawless.png │ │ │ ├── ingot.png │ │ │ ├── ingot_double.png │ │ │ ├── ingot_hot.png │ │ │ ├── ingot_hot_overlay.png │ │ │ ├── ingot_overlay.png │ │ │ ├── nugget.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ ├── ore_sandy_chunk_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_dense.png │ │ │ ├── plate_double.png │ │ │ ├── ring.png │ │ │ ├── rotor.png │ │ │ ├── round.png │ │ │ ├── screw.png │ │ │ ├── spring.png │ │ │ ├── spring_small.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_buzz_saw.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_file.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_hoe.png │ │ │ ├── tool_head_mallet.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_plow.png │ │ │ ├── tool_head_saw.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_sense.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_soldering.png │ │ │ ├── tool_head_sword.png │ │ │ ├── tool_head_universal_spade.png │ │ │ ├── tool_head_wrench.png │ │ │ ├── turbine_blade.png │ │ │ ├── wire_fine.png │ │ │ └── wire_fine_overlay.png │ │ ├── netherstar │ │ │ ├── bolt.png │ │ │ ├── bolt_overlay.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_small_overlay.png │ │ │ ├── dust_tiny.png │ │ │ ├── dust_tiny_overlay.png │ │ │ ├── gear.png │ │ │ ├── gear_overlay.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawless.png │ │ │ ├── lens.png │ │ │ ├── lens_overlay.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ ├── ore_sandy_chunk_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_double.png │ │ │ ├── plate_double_overlay.png │ │ │ ├── plate_overlay.png │ │ │ ├── screw.png │ │ │ ├── screw_overlay.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── stick_overlay.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_buzz_saw.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_file.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_hoe.png │ │ │ ├── tool_head_mallet.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_plow.png │ │ │ ├── tool_head_saw.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_sense.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_soldering.png │ │ │ ├── tool_head_sword.png │ │ │ ├── tool_head_universal_spade.png │ │ │ ├── tool_head_wrench.png │ │ │ └── turbine_blade.png │ │ ├── opal │ │ │ ├── bolt.png │ │ │ ├── bolt_overlay.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_small_overlay.png │ │ │ ├── dust_tiny.png │ │ │ ├── dust_tiny_overlay.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_chipped_overlay.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_exquisite_overlay.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawed_overlay.png │ │ │ ├── gem_flawless.png │ │ │ ├── gem_flawless_overlay.png │ │ │ ├── gem_overlay.png │ │ │ ├── lens.png │ │ │ ├── lens_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_double.png │ │ │ ├── plate_double_overlay.png │ │ │ ├── plate_overlay.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── stick_long_overlay.png │ │ │ ├── stick_overlay.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_buzz_saw.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_file.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_hoe.png │ │ │ ├── tool_head_mallet.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_plow.png │ │ │ ├── tool_head_saw.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_sense.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_soldering.png │ │ │ ├── tool_head_sword.png │ │ │ ├── tool_head_universal_spade.png │ │ │ └── tool_head_wrench.png │ │ ├── paper │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ └── dust_tiny.png │ │ ├── quartz │ │ │ ├── bolt.png │ │ │ ├── bolt_overlay.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_tiny.png │ │ │ ├── gear.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawless.png │ │ │ ├── lens.png │ │ │ ├── lens_overlay.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ ├── ore_sandy_chunk_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_double.png │ │ │ ├── screw.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_buzz_saw.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_file.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_hoe.png │ │ │ ├── tool_head_mallet.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_plow.png │ │ │ ├── tool_head_saw.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_sense.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_soldering.png │ │ │ ├── tool_head_sword.png │ │ │ ├── tool_head_universal_spade.png │ │ │ ├── tool_head_wrench.png │ │ │ └── turbine_blade.png │ │ ├── rough │ │ │ ├── bolt.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_tiny.png │ │ │ ├── foil.png │ │ │ ├── gear.png │ │ │ ├── gear_small.png │ │ │ ├── ingot.png │ │ │ ├── ingot_double.png │ │ │ ├── ingot_overlay.png │ │ │ ├── nugget.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ ├── ore_sandy_chunk_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_dense.png │ │ │ ├── plate_double.png │ │ │ ├── ring.png │ │ │ ├── rotor.png │ │ │ ├── round.png │ │ │ ├── screw.png │ │ │ ├── spring.png │ │ │ ├── spring_small.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_buzz_saw.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_file.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_hoe.png │ │ │ ├── tool_head_mallet.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_plow.png │ │ │ ├── tool_head_saw.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_sense.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_soldering.png │ │ │ ├── tool_head_sword.png │ │ │ ├── tool_head_universal_spade.png │ │ │ ├── tool_head_wrench.png │ │ │ ├── turbine_blade.png │ │ │ ├── wire_fine.png │ │ │ └── wire_fine_overlay.png │ │ ├── ruby │ │ │ ├── bolt.png │ │ │ ├── bolt_overlay.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_small_overlay.png │ │ │ ├── dust_tiny.png │ │ │ ├── dust_tiny_overlay.png │ │ │ ├── gem.png │ │ │ ├── gem_chipped.png │ │ │ ├── gem_chipped_overlay.png │ │ │ ├── gem_exquisite.png │ │ │ ├── gem_exquisite_overlay.png │ │ │ ├── gem_flawed.png │ │ │ ├── gem_flawed_overlay.png │ │ │ ├── gem_flawless.png │ │ │ ├── gem_flawless_overlay.png │ │ │ ├── lens.png │ │ │ ├── lens_overlay.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ ├── ore_sandy_chunk_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_double.png │ │ │ ├── plate_double_overlay.png │ │ │ ├── plate_overlay.png │ │ │ ├── screw.png │ │ │ ├── screw_overlay.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── stick_long_overlay.png │ │ │ ├── stick_overlay.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_buzz_saw.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_file.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_hoe.png │ │ │ ├── tool_head_mallet.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_plow.png │ │ │ ├── tool_head_saw.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_sense.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_soldering.png │ │ │ ├── tool_head_sword.png │ │ │ ├── tool_head_universal_spade.png │ │ │ ├── tool_head_wrench.png │ │ │ └── turbine_blade.png │ │ ├── sand │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_small_overlay.png │ │ │ ├── dust_tiny.png │ │ │ └── dust_tiny_overlay.png │ │ ├── shiny │ │ │ ├── bolt.png │ │ │ ├── bolt_overlay.png │ │ │ ├── cell_plasma.png │ │ │ ├── cell_plasma_overlay.png │ │ │ ├── crushed.png │ │ │ ├── crushed_centrifuged.png │ │ │ ├── crushed_overlay.png │ │ │ ├── crushed_purified.png │ │ │ ├── dust.png │ │ │ ├── dust_impure.png │ │ │ ├── dust_impure_overlay.png │ │ │ ├── dust_overlay.png │ │ │ ├── dust_pure.png │ │ │ ├── dust_pure_overlay.png │ │ │ ├── dust_small.png │ │ │ ├── dust_small_overlay.png │ │ │ ├── dust_tiny.png │ │ │ ├── dust_tiny_overlay.png │ │ │ ├── foil.png │ │ │ ├── gear.png │ │ │ ├── gear_overlay.png │ │ │ ├── gear_small.png │ │ │ ├── gear_small_overlay.png │ │ │ ├── ingot.png │ │ │ ├── ingot_double.png │ │ │ ├── ingot_double_overlay.png │ │ │ ├── ingot_hot.png │ │ │ ├── ingot_hot_overlay.png │ │ │ ├── ingot_overlay.png │ │ │ ├── nugget.png │ │ │ ├── nugget_overlay.png │ │ │ ├── ore_chunk.png │ │ │ ├── ore_chunk_overlay.png │ │ │ ├── ore_ender_chunk_overlay.png │ │ │ ├── ore_nether_chunk_overlay.png │ │ │ ├── ore_sandy_chunk_overlay.png │ │ │ ├── plate.png │ │ │ ├── plate_dense.png │ │ │ ├── plate_dense_overlay.png │ │ │ ├── plate_double.png │ │ │ ├── plate_double_overlay.png │ │ │ ├── plate_overlay.png │ │ │ ├── ring.png │ │ │ ├── ring_overlay.png │ │ │ ├── rotor.png │ │ │ ├── round.png │ │ │ ├── round_overlay.png │ │ │ ├── screw.png │ │ │ ├── screw_overlay.png │ │ │ ├── spring.png │ │ │ ├── spring_small.png │ │ │ ├── stick.png │ │ │ ├── stick_long.png │ │ │ ├── stick_long_overlay.png │ │ │ ├── stick_overlay.png │ │ │ ├── tool_head_axe.png │ │ │ ├── tool_head_buzz_saw.png │ │ │ ├── tool_head_chainsaw.png │ │ │ ├── tool_head_drill.png │ │ │ ├── tool_head_file.png │ │ │ ├── tool_head_hammer.png │ │ │ ├── tool_head_hoe.png │ │ │ ├── tool_head_pickaxe.png │ │ │ ├── tool_head_plow.png │ │ │ ├── tool_head_saw.png │ │ │ ├── tool_head_screwdriver.png │ │ │ ├── tool_head_sense.png │ │ │ ├── tool_head_shovel.png │ │ │ ├── tool_head_soldering.png │ │ │ ├── tool_head_sword.png │ │ │ ├── tool_head_universal_spade.png │ │ │ ├── tool_head_wrench.png │ │ │ ├── turbine_blade.png │ │ │ ├── wire_fine.png │ │ │ └── wire_fine_overlay.png │ │ ├── smooth │ │ │ ├── dust.png │ │ │ ├── dust_small.png │ │ │ ├── dust_tiny.png │ │ │ ├── gear.png │ │ │ └── stick_long.png │ │ └── wood │ │ │ ├── bolt.png │ │ │ ├── bolt_overlay.png │ │ │ ├── dust.png │ │ │ ├── dust_small.png │ │ │ ├── dust_tiny.png │ │ │ ├── gear.png │ │ │ ├── plate.png │ │ │ ├── plate_double.png │ │ │ ├── screw.png │ │ │ ├── stick.png │ │ │ └── stick_long.png │ │ ├── metaitems │ │ ├── advanced_electric_jetpack.png │ │ ├── basic_tape.png │ │ ├── battery.ev.vanadium │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── battery.hull.ev.png │ │ ├── battery.hull.hv.png │ │ ├── battery.hull.iv.png │ │ ├── battery.hull.luv.png │ │ ├── battery.hull.lv.png │ │ ├── battery.hull.mv.png │ │ ├── battery.hull.uv.png │ │ ├── battery.hull.zpm.png │ │ ├── battery.iv.vanadium │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── battery.luv.vanadium │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── battery.re.hv.cadmium.png │ │ ├── battery.re.hv.cadmium │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── battery.re.hv.lithium.png │ │ ├── battery.re.hv.lithium │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── battery.re.hv.sodium.png │ │ ├── battery.re.hv.sodium │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── battery.re.lv.cadmium.png │ │ ├── battery.re.lv.cadmium │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── battery.re.lv.lithium.png │ │ ├── battery.re.lv.lithium │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── battery.re.lv.sodium.png │ │ ├── battery.re.lv.sodium │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── battery.re.mv.cadmium.png │ │ ├── battery.re.mv.cadmium │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── battery.re.mv.lithium.png │ │ ├── battery.re.mv.lithium │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── battery.re.mv.sodium.png │ │ ├── battery.re.mv.sodium │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── battery.re.ulv.tantalum.png │ │ ├── battery.uv.naquadria │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── battery.zpm.naquadria │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── bio_chaff.png │ │ ├── blacklight.png │ │ ├── bottle.purple.drink.png │ │ ├── boule.naquadah.png │ │ ├── boule.neutronium.png │ │ ├── boule.phosphorus.png │ │ ├── boule.silicon.png │ │ ├── brick.coke.png │ │ ├── brick.fireclay.png │ │ ├── carbon.fibers.png │ │ ├── carbon.fibres.png │ │ ├── carbon.mesh.png │ │ ├── carbon.plate.png │ │ ├── circuit.advanced_integrated.png │ │ ├── circuit.assembly.png │ │ ├── circuit.basic_integrated.png │ │ ├── circuit.crystal_assembly.png │ │ ├── circuit.crystal_computer.png │ │ ├── circuit.crystal_processor.png │ │ ├── circuit.electronic.png │ │ ├── circuit.good_electronic.png │ │ ├── circuit.good_integrated.png │ │ ├── circuit.integrated │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 12.png │ │ │ ├── 13.png │ │ │ ├── 14.png │ │ │ ├── 15.png │ │ │ ├── 16.png │ │ │ ├── 17.png │ │ │ ├── 18.png │ │ │ ├── 19.png │ │ │ ├── 2.png │ │ │ ├── 20.png │ │ │ ├── 21.png │ │ │ ├── 22.png │ │ │ ├── 23.png │ │ │ ├── 24.png │ │ │ ├── 25.png │ │ │ ├── 26.png │ │ │ ├── 27.png │ │ │ ├── 28.png │ │ │ ├── 29.png │ │ │ ├── 3.png │ │ │ ├── 30.png │ │ │ ├── 31.png │ │ │ ├── 32.png │ │ │ ├── 33.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ ├── circuit.microprocessor.png │ │ ├── circuit.nand_chip.png │ │ ├── circuit.nano_assembly.png │ │ ├── circuit.nano_computer.png │ │ ├── circuit.nano_processor.png │ │ ├── circuit.processor.png │ │ ├── circuit.quantum_assembly.png │ │ ├── circuit.quantum_computer.png │ │ ├── circuit.quantum_processor.png │ │ ├── circuit.vacuum_tube.png │ │ ├── circuit.wetware_assembly.png │ │ ├── circuit.wetware_computer.png │ │ ├── circuit.wetware_processor.png │ │ ├── circuit.workstation.png │ │ ├── coin.chocolate.png │ │ ├── coin.doge.png │ │ ├── coin.gold.ancient.png │ │ ├── component.glass.tube.png │ │ ├── component.grinder.diamond.png │ │ ├── component.grinder.tungsten.png │ │ ├── compressed.clay.png │ │ ├── compressed.coke_clay.png │ │ ├── compressed.fireclay.png │ │ ├── conveyor.module.ev.png │ │ ├── conveyor.module.hv.png │ │ ├── conveyor.module.iv.png │ │ ├── conveyor.module.luv.png │ │ ├── conveyor.module.lv.png │ │ ├── conveyor.module.mv.png │ │ ├── conveyor.module.opv.png │ │ ├── conveyor.module.steam.png │ │ ├── conveyor.module.uev.png │ │ ├── conveyor.module.uhv.png │ │ ├── conveyor.module.uiv.png │ │ ├── conveyor.module.ulv.png │ │ ├── conveyor.module.uv.png │ │ ├── conveyor.module.uxv.png │ │ ├── conveyor.module.zpm.png │ │ ├── cover.activity.detector.png │ │ ├── cover.activity.detector_advanced.png │ │ ├── cover.controller.png │ │ ├── cover.crafting.png │ │ ├── cover.digital.interface.png │ │ ├── cover.digital.interface.wireless.png │ │ ├── cover.ender_fluid_link.png │ │ ├── cover.energy.detector.png │ │ ├── cover.energy.detector_advanced.png │ │ ├── cover.fluid.detector.advanced.png │ │ ├── cover.fluid.detector.png │ │ ├── cover.fluid.voiding.advanced.png │ │ ├── cover.fluid.voiding.png │ │ ├── cover.infinite_water.png │ │ ├── cover.item.detector.advanced.png │ │ ├── cover.item.detector.png │ │ ├── cover.item.voiding.advanced.png │ │ ├── cover.item.voiding.png │ │ ├── cover.maintenance.detector.png │ │ ├── cover.needs.maintenance.png │ │ ├── cover.player.detector.png │ │ ├── cover.redstone.receiver.external.png │ │ ├── cover.redstone.receiver.internal.png │ │ ├── cover.redstone.transmitter.external.png │ │ ├── cover.redstone.transmitter.internal.png │ │ ├── cover.screen.png │ │ ├── cover.shutter.png │ │ ├── cover.solar.panel.ev.png │ │ ├── cover.solar.panel.hv.png │ │ ├── cover.solar.panel.iv.png │ │ ├── cover.solar.panel.luv.png │ │ ├── cover.solar.panel.lv.png │ │ ├── cover.solar.panel.mv.png │ │ ├── cover.solar.panel.png │ │ ├── cover.solar.panel.ulv.png │ │ ├── cover.solar.panel.uv.png │ │ ├── cover.solar.panel.zpm.png │ │ ├── cover.storage.png │ │ ├── credit.copper.png │ │ ├── credit.cupronickel.png │ │ ├── credit.gold.png │ │ ├── credit.naquadah.png │ │ ├── credit.neutronium.png │ │ ├── credit.osmium.png │ │ ├── credit.platinum.png │ │ ├── credit.silver.png │ │ ├── crystal.central_processing_unit.png │ │ ├── crystal.raw.png │ │ ├── crystal.raw_chip.png │ │ ├── crystal.system_on_chip.png │ │ ├── debug_scanner.png │ │ ├── dual_cover │ │ │ ├── ev.png │ │ │ ├── hv.png │ │ │ ├── iv.png │ │ │ ├── luv.png │ │ │ ├── lv.png │ │ │ ├── mv.png │ │ │ ├── opv.png │ │ │ ├── uev.png │ │ │ ├── uhv.png │ │ │ ├── uiv.png │ │ │ ├── uv.png │ │ │ ├── uxv.png │ │ │ └── zpm.png │ │ ├── duct_tape.png │ │ ├── dye.black.png │ │ ├── dye.blue.png │ │ ├── dye.brown.png │ │ ├── dye.cyan.png │ │ ├── dye.gray.png │ │ ├── dye.green.png │ │ ├── dye.indigo.png │ │ ├── dye.light_blue.png │ │ ├── dye.lime.png │ │ ├── dye.magenta.png │ │ ├── dye.orange.png │ │ ├── dye.pink.png │ │ ├── dye.purple.png │ │ ├── dye.red.png │ │ ├── dye.silver.png │ │ ├── dye.white.png │ │ ├── dye.yellow.png │ │ ├── dynamite.png │ │ ├── electric.motor.ev.png │ │ ├── electric.motor.hv.png │ │ ├── electric.motor.iv.png │ │ ├── electric.motor.luv.png │ │ ├── electric.motor.lv.png │ │ ├── electric.motor.mv.png │ │ ├── electric.motor.opv.png │ │ ├── electric.motor.steam.png │ │ ├── electric.motor.uev.png │ │ ├── electric.motor.uhv.png │ │ ├── electric.motor.uiv.png │ │ ├── electric.motor.ulv.png │ │ ├── electric.motor.uv.png │ │ ├── electric.motor.uxv.png │ │ ├── electric.motor.zpm.png │ │ ├── electric.piston.ev.png │ │ ├── electric.piston.hv.png │ │ ├── electric.piston.iv.png │ │ ├── electric.piston.luv.png │ │ ├── electric.piston.lv.png │ │ ├── electric.piston.mv.png │ │ ├── electric.piston.opv.png │ │ ├── electric.piston.steam.png │ │ ├── electric.piston.uev.png │ │ ├── electric.piston.uhv.png │ │ ├── electric.piston.uiv.png │ │ ├── electric.piston.ulv.png │ │ ├── electric.piston.uv.png │ │ ├── electric.piston.uxv.png │ │ ├── electric.piston.zpm.png │ │ ├── electric.pump.ev.png │ │ ├── electric.pump.hv.png │ │ ├── electric.pump.iv.png │ │ ├── electric.pump.luv.png │ │ ├── electric.pump.lv.png │ │ ├── electric.pump.mv.png │ │ ├── electric.pump.opv.png │ │ ├── electric.pump.steam.png │ │ ├── electric.pump.uev.png │ │ ├── electric.pump.uhv.png │ │ ├── electric.pump.uiv.png │ │ ├── electric.pump.ulv.png │ │ ├── electric.pump.uv.png │ │ ├── electric.pump.uxv.png │ │ ├── electric.pump.zpm.png │ │ ├── electric_jetpack │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── electrode.apatite.png │ │ ├── electrode.blaze.png │ │ ├── electrode.bronze.png │ │ ├── electrode.copper.png │ │ ├── electrode.diamond.png │ │ ├── electrode.emerald.png │ │ ├── electrode.ender.png │ │ ├── electrode.gold.png │ │ ├── electrode.iron.png │ │ ├── electrode.lapis.png │ │ ├── electrode.obsidian.png │ │ ├── electrode.orchid.png │ │ ├── electrode.rubber.png │ │ ├── electrode.tin.png │ │ ├── emitter.ev.png │ │ ├── emitter.hv.png │ │ ├── emitter.iv.png │ │ ├── emitter.luv.png │ │ ├── emitter.lv.png │ │ ├── emitter.mv.png │ │ ├── emitter.opv.png │ │ ├── emitter.uev.png │ │ ├── emitter.uhv.png │ │ ├── emitter.uiv.png │ │ ├── emitter.uv.png │ │ ├── emitter.uxv.png │ │ ├── emitter.zpm.png │ │ ├── energium_dust.png │ │ ├── energy.cluster │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── energy.lapotronic_orb │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── energy.lapotronic_orb_cluster │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── energy.module │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── energy_crystal │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── engraved.crystal_chip.png │ │ ├── engraved.lapotron_chip.png │ │ ├── fertilizer.png │ │ ├── field.generator.ev.png │ │ ├── field.generator.hv.png │ │ ├── field.generator.iv.png │ │ ├── field.generator.luv.png │ │ ├── field.generator.lv.png │ │ ├── field.generator.mv.png │ │ ├── field.generator.opv.png │ │ ├── field.generator.uev.png │ │ ├── field.generator.uhv.png │ │ ├── field.generator.uiv.png │ │ ├── field.generator.uv.png │ │ ├── field.generator.uxv.png │ │ ├── field.generator.zpm.png │ │ ├── fluid.regulator.ev.png │ │ ├── fluid.regulator.hv.png │ │ ├── fluid.regulator.iv.png │ │ ├── fluid.regulator.luv.png │ │ ├── fluid.regulator.lv.png │ │ ├── fluid.regulator.mv.png │ │ ├── fluid.regulator.uv.png │ │ ├── fluid.regulator.zpm.png │ │ ├── fluid_cell.universal │ │ │ ├── base.png │ │ │ └── overlay.png │ │ ├── fluid_cell │ │ │ ├── base.png │ │ │ └── overlay.png │ │ ├── fluid_filter.png │ │ ├── foam_sprayer │ │ │ ├── base.png │ │ │ └── overlay.png │ │ ├── gelled_toluene.png │ │ ├── gg_circuit │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ └── 5.png │ │ ├── glass_lens.black.png │ │ ├── glass_lens.blue.png │ │ ├── glass_lens.brown.png │ │ ├── glass_lens.cyan.png │ │ ├── glass_lens.gray.png │ │ ├── glass_lens.green.png │ │ ├── glass_lens.light_blue.png │ │ ├── glass_lens.light_gray.png │ │ ├── glass_lens.lime.png │ │ ├── glass_lens.magenta.png │ │ ├── glass_lens.orange.png │ │ ├── glass_lens.pink.png │ │ ├── glass_lens.purple.png │ │ ├── glass_lens.red.png │ │ ├── glass_lens.yellow.png │ │ ├── glass_vial │ │ │ ├── base.png │ │ │ └── overlay.png │ │ ├── gravistar.png │ │ ├── gravitation_engine.png │ │ ├── item_filter.png │ │ ├── item_magnet.hv.png │ │ ├── item_magnet.lv.png │ │ ├── lapotron_crystal │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ ├── large_fluid_cell.aluminium │ │ │ ├── base.png │ │ │ └── overlay.png │ │ ├── large_fluid_cell.stainless_steel │ │ │ ├── base.png │ │ │ └── overlay.png │ │ ├── large_fluid_cell.steel │ │ │ ├── base.png │ │ │ └── overlay.png │ │ ├── large_fluid_cell.titanium │ │ │ ├── base.png │ │ │ └── overlay.png │ │ ├── large_fluid_cell.tungstensteel │ │ │ ├── base.png │ │ │ └── overlay.png │ │ ├── liquid_fuel_jetpack │ │ │ ├── base.png │ │ │ └── overlay.png │ │ ├── minecart_wheels.iron.png │ │ ├── minecart_wheels.steel.png │ │ ├── misc │ │ │ ├── coolant_cell.1080k.png │ │ │ ├── coolant_cell.1080k_sp.png │ │ │ ├── coolant_cell.10k.png │ │ │ ├── coolant_cell.180k.he.png │ │ │ ├── coolant_cell.180k.nak.png │ │ │ ├── coolant_cell.180k.png │ │ │ ├── coolant_cell.180k_sp.png │ │ │ ├── coolant_cell.30k.png │ │ │ ├── coolant_cell.360k.he.png │ │ │ ├── coolant_cell.360k.nak.png │ │ │ ├── coolant_cell.360k.png │ │ │ ├── coolant_cell.360k_sp.png │ │ │ ├── coolant_cell.540k.png │ │ │ ├── coolant_cell.540k_sp.png │ │ │ ├── coolant_cell.60k.he.png │ │ │ ├── coolant_cell.60k.nak.png │ │ │ └── coolant_cell.60k.png │ │ ├── misc_chips │ │ │ ├── diamond.png │ │ │ ├── energy.png │ │ │ ├── gold.png │ │ │ └── manyullyn.png │ │ ├── nano_saber │ │ │ ├── active.png │ │ │ ├── active.png.mcmeta │ │ │ └── normal.png │ │ ├── neutron_reflector.png │ │ ├── nightvision_goggles.png │ │ ├── nms.advanced_chestplate.png │ │ ├── nms.boots.png │ │ ├── nms.chestplate.png │ │ ├── nms.helmet.png │ │ ├── nms.leggings.png │ │ ├── ore_dictionary_filter.png │ │ ├── petri_dish.png │ │ ├── plant_ball.png │ │ ├── processor.neuro.png │ │ ├── prospector.hv.png │ │ ├── prospector.luv.png │ │ ├── prospector.lv.png │ │ ├── qts.boots.png │ │ ├── qts.chestplate.png │ │ ├── qts.helmet.png │ │ ├── qts.leggings.png │ │ ├── quantumeye.png │ │ ├── quantumstar.png │ │ ├── robot.arm.ev.png │ │ ├── robot.arm.hv.png │ │ ├── robot.arm.iv.png │ │ ├── robot.arm.luv.png │ │ ├── robot.arm.lv.png │ │ ├── robot.arm.mv.png │ │ ├── robot.arm.opv.png │ │ ├── robot.arm.steam.png │ │ ├── robot.arm.uev.png │ │ ├── robot.arm.uhv.png │ │ ├── robot.arm.uiv.png │ │ ├── robot.arm.ulv.png │ │ ├── robot.arm.uv.png │ │ ├── robot.arm.uxv.png │ │ ├── robot.arm.zpm.png │ │ ├── rubber_drop.png │ │ ├── rubber_wood_boat.png │ │ ├── sensor.ev.png │ │ ├── sensor.hv.png │ │ ├── sensor.iv.png │ │ ├── sensor.luv.png │ │ ├── sensor.lv.png │ │ ├── sensor.mv.png │ │ ├── sensor.opv.png │ │ ├── sensor.uev.png │ │ ├── sensor.uhv.png │ │ ├── sensor.uiv.png │ │ ├── sensor.uv.png │ │ ├── sensor.uxv.png │ │ ├── sensor.zpm.png │ │ ├── shape.empty.png │ │ ├── shape.extruder.axe.png │ │ ├── shape.extruder.block.png │ │ ├── shape.extruder.bolt.png │ │ ├── shape.extruder.bottle.png │ │ ├── shape.extruder.casing.png │ │ ├── shape.extruder.cell.png │ │ ├── shape.extruder.file.png │ │ ├── shape.extruder.foil.png │ │ ├── shape.extruder.gear.png │ │ ├── shape.extruder.gear_small.png │ │ ├── shape.extruder.hammer.png │ │ ├── shape.extruder.hoe.png │ │ ├── shape.extruder.ingot.png │ │ ├── shape.extruder.pickaxe.png │ │ ├── shape.extruder.pipe.huge.png │ │ ├── shape.extruder.pipe.large.png │ │ ├── shape.extruder.pipe.normal.png │ │ ├── shape.extruder.pipe.small.png │ │ ├── shape.extruder.pipe.tiny.png │ │ ├── shape.extruder.plate.png │ │ ├── shape.extruder.ring.png │ │ ├── shape.extruder.rod.png │ │ ├── shape.extruder.rod_long.png │ │ ├── shape.extruder.rotor.png │ │ ├── shape.extruder.saw.png │ │ ├── shape.extruder.shovel.png │ │ ├── shape.extruder.sword.png │ │ ├── shape.extruder.wire.png │ │ ├── shape.mold.anvil.png │ │ ├── shape.mold.baguette.png │ │ ├── shape.mold.ball.png │ │ ├── shape.mold.block.png │ │ ├── shape.mold.bottle.png │ │ ├── shape.mold.bread.png │ │ ├── shape.mold.bun.png │ │ ├── shape.mold.casing.png │ │ ├── shape.mold.credit.png │ │ ├── shape.mold.cylinder.png │ │ ├── shape.mold.gear.png │ │ ├── shape.mold.gear.small.png │ │ ├── shape.mold.ingot.png │ │ ├── shape.mold.name.png │ │ ├── shape.mold.nugget.png │ │ ├── shape.mold.plate.png │ │ ├── shape.mold.rotor.png │ │ ├── smart_item_filter.png │ │ ├── spray.can.dyes.black.png │ │ ├── spray.can.dyes.blue.png │ │ ├── spray.can.dyes.brown.png │ │ ├── spray.can.dyes.cyan.png │ │ ├── spray.can.dyes.gray.png │ │ ├── spray.can.dyes.green.png │ │ ├── spray.can.dyes.light_blue.png │ │ ├── spray.can.dyes.lime.png │ │ ├── spray.can.dyes.magenta.png │ │ ├── spray.can.dyes.orange.png │ │ ├── spray.can.dyes.pink.png │ │ ├── spray.can.dyes.purple.png │ │ ├── spray.can.dyes.red.png │ │ ├── spray.can.dyes.silver.png │ │ ├── spray.can.dyes.white.png │ │ ├── spray.can.dyes.yellow.png │ │ ├── spray.empty.png │ │ ├── spray.solvent.png │ │ ├── tool.datamodule.png │ │ ├── tool.dataorb.png │ │ ├── tool.datastick.png │ │ ├── tool.lighter.invar.closed.png │ │ ├── tool.lighter.invar.png │ │ ├── tool.lighter.platinum.closed.png │ │ ├── tool.lighter.platinum.png │ │ ├── tool.matchbox.png │ │ ├── tool.matches.png │ │ ├── tool.terminal.png │ │ ├── treated_wood_boat.png │ │ ├── tricorder_scanner.png │ │ ├── voltage_coil.ev.png │ │ ├── voltage_coil.hv.png │ │ ├── voltage_coil.iv.png │ │ ├── voltage_coil.luv.png │ │ ├── voltage_coil.lv.png │ │ ├── voltage_coil.mv.png │ │ ├── voltage_coil.ulv.png │ │ ├── voltage_coil.uv.png │ │ ├── voltage_coil.zpm.png │ │ ├── wafer.naquadah.png │ │ ├── wafer.neutronium.png │ │ ├── wafer.phosphorus.png │ │ ├── wafer.silicon.png │ │ ├── wireless.png │ │ ├── wooden_form.brick.png │ │ └── wooden_form.empty.png │ │ └── tools │ │ ├── axe.png │ │ ├── branch_cutter.png │ │ ├── branch_cutter_base.png │ │ ├── butchery_knife.png │ │ ├── butchery_knife_base.png │ │ ├── buzzsaw.png │ │ ├── buzzsaw_tool.png │ │ ├── chainsaw.png │ │ ├── crowbar.png │ │ ├── crowbar_overlay.png │ │ ├── drill.png │ │ ├── file.png │ │ ├── hammer.png │ │ ├── handle.png │ │ ├── handle_buzzsaw.png │ │ ├── handle_electric_screwdriver.png │ │ ├── handle_electric_wire_cutter_hv.png │ │ ├── handle_electric_wire_cutter_iv.png │ │ ├── handle_electric_wire_cutter_lv.png │ │ ├── handle_file.png │ │ ├── handle_hammer.png │ │ ├── handle_plunger.png │ │ ├── handle_saw.png │ │ ├── handle_screwdriver.png │ │ ├── handle_shovel.png │ │ ├── hoe.png │ │ ├── knife.png │ │ ├── knife_base.png │ │ ├── mallet.png │ │ ├── mining_hammer_handle.png │ │ ├── mining_hammer_head.png │ │ ├── mortar.png │ │ ├── mortar_base.png │ │ ├── pickaxe.png │ │ ├── plunger.png │ │ ├── plunger_base.png │ │ ├── power_unit_ev.png │ │ ├── power_unit_hv.png │ │ ├── power_unit_iv.png │ │ ├── power_unit_lv.png │ │ ├── power_unit_mv.png │ │ ├── saw.png │ │ ├── scoop.png │ │ ├── scoop_overlay.png │ │ ├── screwdriver.png │ │ ├── scythe.png │ │ ├── sense.png │ │ ├── shovel.png │ │ ├── sickle.png │ │ ├── sickle_base.png │ │ ├── soft_hammer.png │ │ ├── spade.png │ │ ├── sword.png │ │ ├── sword_base.png │ │ ├── turbine.png │ │ ├── wire_cutter.png │ │ ├── wire_cutter_base.png │ │ ├── wire_cutter_electric.png │ │ ├── wrench.png │ │ └── wrench_electric.png └── gregtechdrawers │ └── textures │ └── blocks │ └── gregtech │ ├── base │ ├── base_rubber_wood.png │ ├── base_treated_wood.png │ ├── trim_rubber_wood.png │ └── trim_treated_wood.png │ ├── drawers_rubber_wood_front_1.png │ ├── drawers_rubber_wood_front_2.png │ ├── drawers_rubber_wood_front_4.png │ ├── drawers_rubber_wood_side.png │ ├── drawers_rubber_wood_side_h.png │ ├── drawers_rubber_wood_side_v.png │ ├── drawers_rubber_wood_sort.png │ ├── drawers_rubber_wood_trim.png │ ├── drawers_treated_wood_front_1.png │ ├── drawers_treated_wood_front_2.png │ ├── drawers_treated_wood_front_4.png │ ├── drawers_treated_wood_side.png │ ├── drawers_treated_wood_side_h.png │ ├── drawers_treated_wood_side_v.png │ ├── drawers_treated_wood_sort.png │ └── drawers_treated_wood_trim.png ├── pack.mcmeta └── pack.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/README.md -------------------------------------------------------------------------------- /assets/gregtech/blockstates/powderbarrel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/blockstates/powderbarrel.json -------------------------------------------------------------------------------- /assets/gregtech/textures/armor/jetpack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/armor/jetpack.png -------------------------------------------------------------------------------- /assets/gregtech/textures/armor/liquid_fuel_jetpack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/armor/liquid_fuel_jetpack.png -------------------------------------------------------------------------------- /assets/gregtech/textures/armor/nano_muscule_suite_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/armor/nano_muscule_suite_1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/armor/nano_muscule_suite_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/armor/nano_muscule_suite_2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/armor/nightvision_goggles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/armor/nightvision_goggles.png -------------------------------------------------------------------------------- /assets/gregtech/textures/armor/quark_tech_suite_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/armor/quark_tech_suite_1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/armor/quark_tech_suite_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/armor/quark_tech_suite_2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cable/insulation_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cable/insulation_0.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cable/insulation_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cable/insulation_1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cable/insulation_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cable/insulation_2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cable/insulation_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cable/insulation_3.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cable/insulation_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cable/insulation_4.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cable/insulation_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cable/insulation_5.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cable/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cable/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/cleanroom/plascrete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/cleanroom/plascrete.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/ev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/ev.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/hv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/iv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/luv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/luv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/lv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/max.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/mv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/opv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/opv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/uev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/uev.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/uhv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/uhv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/uiv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/uiv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/ulv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/ulv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/uv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/uxv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/uxv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/coal/zpm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/coal/zpm.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/crafting_table/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/crafting_table/back.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/crafting_table/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/crafting_table/left.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/crafting_table/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/crafting_table/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/material/iridium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/material/iridium.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/misc/cryogenic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/misc/cryogenic.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/misc/hollow_casing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/misc/hollow_casing.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/misc/volcanus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/misc/volcanus.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/pump_deck/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/pump_deck/bottom.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/pump_deck/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/pump_deck/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/pump_deck/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/pump_deck/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/steam/bronze/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/steam/bronze/bottom.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/steam/bronze/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/steam/bronze/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/steam/steel/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/steam/steel/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/steam/steel/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/steam/steel/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/unique/heat_vent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/unique/heat_vent.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/ev/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/ev/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/ev/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/ev/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/hv/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/hv/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/hv/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/hv/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/iv/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/iv/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/iv/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/iv/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/luv/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/luv/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/luv/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/luv/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/lv/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/lv/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/lv/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/lv/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/max/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/max/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/max/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/max/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/mv/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/mv/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/mv/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/mv/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/opv/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/opv/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/opv/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/opv/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/uev/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/uev/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/uev/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/uev/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/uhv/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/uhv/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/uhv/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/uhv/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/uiv/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/uiv/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/uiv/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/uiv/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/ulv/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/ulv/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/ulv/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/ulv/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/uv/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/uv/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/uv/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/uv/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/uxv/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/uxv/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/uxv/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/uxv/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/zpm/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/zpm/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/voltage/zpm/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/voltage/zpm/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/wood_wall/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/wood_wall/bottom.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/wood_wall/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/wood_wall/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/casings/wood_wall/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/casings/wood_wall/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cover/overlay_arm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cover/overlay_arm.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cover/overlay_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cover/overlay_controller.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cover/overlay_conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cover/overlay_conveyor.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cover/overlay_crafting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cover/overlay_crafting.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cover/overlay_display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cover/overlay_display.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cover/overlay_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cover/overlay_filter.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cover/overlay_pump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cover/overlay_pump.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cover/overlay_shutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cover/overlay_shutter.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/cover/overlay_storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/cover/overlay_storage.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/decoration/studs_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/decoration/studs_black.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/decoration/studs_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/decoration/studs_blue.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/decoration/studs_brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/decoration/studs_brown.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/decoration/studs_cyan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/decoration/studs_cyan.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/decoration/studs_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/decoration/studs_gray.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/decoration/studs_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/decoration/studs_green.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/decoration/studs_lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/decoration/studs_lime.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/decoration/studs_magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/decoration/studs_magenta.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/decoration/studs_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/decoration/studs_orange.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/decoration/studs_pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/decoration/studs_pink.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/decoration/studs_purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/decoration/studs_purple.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/decoration/studs_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/decoration/studs_red.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/decoration/studs_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/decoration/studs_white.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/decoration/studs_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/decoration/studs_yellow.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/foam/foam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/foam/foam.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/foam/petrified_foam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/foam/petrified_foam.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/foam/reinforced_stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/foam/reinforced_stone.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/lamps/black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/lamps/black.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/lamps/black.png.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/lamps/black.png.mcmeta -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/lamps/black_ctm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/lamps/black_ctm.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/lamps/black_ctm_emissive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/lamps/black_ctm_emissive.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/lamps/black_emissive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/lamps/black_emissive.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/lamps/black_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/lamps/black_off.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/lamps/black_off.png.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/lamps/black_off.png.mcmeta -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/lamps/black_off_ctm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/lamps/black_off_ctm.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/lamps/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/lamps/blue.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/lamps/blue.png.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/lamps/blue.png.mcmeta -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/lamps/blue_ctm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/lamps/blue_ctm.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/lamps/blue_ctm_emissive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/lamps/blue_ctm_emissive.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/lamps/blue_emissive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/lamps/blue_emissive.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/bright/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/bright/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/dull/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/dull/block.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/dull/fluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/dull/fluid.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/dull/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/dull/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/dull/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/dull/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/dull/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/dull/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/fine/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/fine/block.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/fine/fluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/fine/fluid.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/fine/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/fine/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/fine/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/fine/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/fine/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/fine/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/flint/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/flint/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/flint/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/flint/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/flint/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/flint/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/fluid/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/fluid/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/fluid/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/fluid/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/fluid/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/fluid/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/gas/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/gas/block.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/gas/fluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/gas/fluid.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/gas/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/gas/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/gas/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/gas/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/gas/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/gas/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/glass/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/glass/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/glass/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/glass/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/glass/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/glass/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/lapis/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/lapis/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/lapis/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/lapis/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/lapis/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/lapis/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/none/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/none/block.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/none/fluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/none/fluid.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/none/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/none/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/none/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/none/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/none/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/none/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/opal/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/opal/block.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/opal/fluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/opal/fluid.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/opal/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/opal/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/opal/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/opal/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/opal/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/opal/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/paper/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/paper/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/paper/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/paper/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/paper/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/paper/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/powder/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/powder/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/quartz/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/quartz/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/rough/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/rough/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/rough/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/rough/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/rough/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/rough/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/ruby/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/ruby/block.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/ruby/fluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/ruby/fluid.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/ruby/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/ruby/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/ruby/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/ruby/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/ruby/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/ruby/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/sand/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/sand/block.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/sand/fluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/sand/fluid.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/sand/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/sand/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/sand/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/sand/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/sand/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/sand/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/shiny/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/shiny/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/shiny/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/shiny/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/shiny/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/shiny/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/wood/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/wood/block.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/wood/fluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/wood/fluid.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/wood/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/wood/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/wood/ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/wood/ore.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/material_sets/wood/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/material_sets/wood/wire.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/misc/brittle_charcoal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/misc/brittle_charcoal.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/misc/itnt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/misc/itnt.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/misc/powderbarrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/misc/powderbarrel.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/misc/pwd_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/misc/pwd_side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/misc/pwd_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/misc/pwd_top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/multiblock/large_turbine/blade_active/1.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation":{} 3 | } -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/multiblock/large_turbine/blade_active/2.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation":{} 3 | } -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/multiblock/large_turbine/blade_active/3.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation":{} 3 | } -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/multiblock/large_turbine/blade_active/4.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation":{} 3 | } -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/multiblock/large_turbine/blade_active/5.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation":{} 3 | } -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/multiblock/large_turbine/blade_active/6.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation":{} 3 | } -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/multiblock/large_turbine/blade_active/7.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation":{} 3 | } -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/multiblock/large_turbine/blade_active/8.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation":{} 3 | } -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/multiblock/large_turbine/blade_active/9.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation":{} 3 | } -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/multiblock/large_turbine/rotor_spinning.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation":{} 3 | } -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/ld_fluid_pipe/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/ld_fluid_pipe/block.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/ld_item_pipe/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/ld_item_pipe/block.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_blocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_blocked.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_huge_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_huge_in.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_large_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_large_in.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_large_in_wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_large_in_wood.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_laser_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_laser_in.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_laser_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_laser_side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_nonuple_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_nonuple_in.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_normal_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_normal_in.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_normal_in_wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_normal_in_wood.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_optical_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_optical_in.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_optical_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_optical_side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_quadruple_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_quadruple_in.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_restrictive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_restrictive.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_side_wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_side_wood.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_small_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_small_in.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_small_in_wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_small_in_wood.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/pipe/pipe_tiny_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/pipe/pipe_tiny_in.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/rendering_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/rendering_error.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/stones/asphalt/asphalt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/stones/asphalt/asphalt.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/storage/drums/drum/side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/storage/drums/drum/side.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/storage/drums/drum/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/storage/drums/drum/top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/blocks/void.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/blocks/void.png -------------------------------------------------------------------------------- /assets/gregtech/textures/entity/rubber_wood_boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/entity/rubber_wood_boat.png -------------------------------------------------------------------------------- /assets/gregtech/textures/entity/treated_wood_boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/entity/treated_wood_boat.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/background.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/background_bronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/background_bronze.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/background_popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/background_popup.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/background_steel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/background_steel.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/blank.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/bordered_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/bordered_background.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/boxed_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/boxed_background.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/display.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/display_bronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/display_bronze.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/display_steel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/display_steel.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/fluid_slot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/fluid_slot.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/fluid_tank_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/fluid_tank_background.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/fluid_tank_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/fluid_tank_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/indicator_no_energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/indicator_no_energy.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/slot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/slot.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/slot_bronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/slot_bronze.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/slot_steel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/slot_steel.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/base/tank_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/base/tank_icon.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/icon/arc_furnace_recycling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/icon/arc_furnace_recycling.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/icon/extractor_recycling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/icon/extractor_recycling.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/icon/macerator_recycling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/icon/macerator_recycling.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/icon/multiblock_category.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/icon/multiblock_category.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/item_overlay/lamp_no_bloom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/item_overlay/lamp_no_bloom.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/item_overlay/lamp_no_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/item_overlay/lamp_no_light.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/arrow_input_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/arrow_input_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/atomic_overlay_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/atomic_overlay_1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/atomic_overlay_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/atomic_overlay_2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/battery_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/battery_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/beaker_overlay_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/beaker_overlay_1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/beaker_overlay_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/beaker_overlay_2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/beaker_overlay_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/beaker_overlay_3.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/beaker_overlay_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/beaker_overlay_4.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/bender_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/bender_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/box_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/box_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/boxed_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/boxed_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/brewer_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/brewer_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/canister_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/canister_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/canner_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/canner_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/centrifuge_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/centrifuge_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/circuit_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/circuit_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/coal_overlay_bronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/coal_overlay_bronze.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/coal_overlay_steel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/coal_overlay_steel.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/compressor_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/compressor_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/cracking_overlay_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/cracking_overlay_1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/cracking_overlay_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/cracking_overlay_2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/crushed_ore_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/crushed_ore_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/crystal_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/crystal_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/cutter_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/cutter_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/data_orb_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/data_orb_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/duct_tape_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/duct_tape_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/dust_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/dust_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/dust_overlay_bronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/dust_overlay_bronze.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/dust_overlay_steel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/dust_overlay_steel.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/extractor_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/extractor_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/filter_slot_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/filter_slot_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/furnace_overlay_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/furnace_overlay_1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/furnace_overlay_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/furnace_overlay_2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/hammer_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/hammer_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/heating_overlay_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/heating_overlay_1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/heating_overlay_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/heating_overlay_2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/implosion_overlay_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/implosion_overlay_1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/implosion_overlay_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/implosion_overlay_2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/in_slot_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/in_slot_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/ingot_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/ingot_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/int_circuit_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/int_circuit_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/lens_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/lens_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/lightning_overlay_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/lightning_overlay_1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/lightning_overlay_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/lightning_overlay_2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/mold_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/mold_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/molecular_overlay_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/molecular_overlay_1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/molecular_overlay_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/molecular_overlay_2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/molecular_overlay_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/molecular_overlay_3.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/molecular_overlay_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/molecular_overlay_4.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/out_slot_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/out_slot_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/paper_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/paper_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/pipe_overlay_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/pipe_overlay_1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/pipe_overlay_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/pipe_overlay_2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/press_overlay_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/press_overlay_1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/press_overlay_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/press_overlay_2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/press_overlay_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/press_overlay_3.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/press_overlay_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/press_overlay_4.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/sawblade_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/sawblade_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/scanner_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/scanner_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/solidifier_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/solidifier_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/string_slot_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/string_slot_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/tool_slot_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/tool_slot_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/turbine_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/turbine_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/vial_overlay_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/vial_overlay_1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/vial_overlay_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/vial_overlay_2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/overlay/wiremill_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/overlay/wiremill_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/primitive/primitive_slot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/primitive/primitive_slot.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/tab/tabs_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/tab/tabs_bottom.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/tab/tabs_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/tab/tabs_left.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/tab/tabs_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/tab/tabs_right.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/tab/tabs_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/tab/tabs_top.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_blacklist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_blacklist.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_blocks_input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_blocks_input.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_circuit_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_circuit_minus.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_circuit_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_circuit_plus.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_clear_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_clear_grid.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_filter_damage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_filter_damage.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_filter_nbt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_filter_nbt.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_fluid_void.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_fluid_void.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_item_void.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_item_void.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_lock.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_maintenance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_maintenance.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_miner_modes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_miner_modes.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_multi_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_multi_map.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_no_flex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_no_flex.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_output.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_overclock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_overclock.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_power.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_power_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_power_detail.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_switch_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_switch_view.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_throttle_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_throttle_plus.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_void.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_void.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/button_void_none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/button_void_none.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/config_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/config_arrow.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/config_arrow_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/config_arrow_dark.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/hpca/empty_component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/hpca/empty_component.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/information.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/left.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/lock.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/lock_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/lock_white.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/ore_filter/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/ore_filter/error.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/ore_filter/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/ore_filter/info.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/ore_filter/match.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/ore_filter/match.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/ore_filter/no_match.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/ore_filter/no_match.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/ore_filter/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/ore_filter/success.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/ore_filter/waiting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/ore_filter/waiting.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/ore_filter/warn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/ore_filter/warn.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/right.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/slider.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/slider_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/slider_background.png -------------------------------------------------------------------------------- /assets/gregtech/textures/gui/widget/vanilla_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/gui/widget/vanilla_button.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/bright/bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/bright/bolt.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/bright/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/bright/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/bright/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/bright/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/bright/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/bright/gear.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/bright/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/bright/ring.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/certus/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/certus/gem.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/diamond/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/diamond/gem.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/bolt.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/gear.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/gem.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/ingot.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/lens.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/nugget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/nugget.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/plate.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/ring.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/rotor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/rotor.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/round.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/screw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/screw.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/spring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/spring.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/dull/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/dull/stick.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/emerald/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/emerald/gem.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fiery/bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fiery/bolt.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fiery/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fiery/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fiery/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fiery/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fiery/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fiery/gear.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fiery/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fiery/gem.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fiery/ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fiery/ingot.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fiery/lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fiery/lens.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fiery/plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fiery/plate.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fiery/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fiery/ring.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fiery/rotor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fiery/rotor.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fiery/round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fiery/round.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fiery/screw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fiery/screw.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fiery/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fiery/stick.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fine/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fine/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fine/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fine/gear.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fine/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fine/gem.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/fine/ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/fine/ingot.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/flint/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/flint/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/flint/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/flint/gem.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/flint/plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/flint/plate.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/glass/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/glass/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/glass/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/glass/gear.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/glass/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/glass/gem.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/glass/ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/glass/ingot.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/glass/lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/glass/lens.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/glass/plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/glass/plate.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/glass/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/glass/stick.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/lapis/bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/lapis/bolt.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/lapis/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/lapis/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/lapis/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/lapis/gear.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/lapis/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/lapis/gem.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/lapis/lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/lapis/lens.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/lapis/plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/lapis/plate.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/lapis/screw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/lapis/screw.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/lapis/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/lapis/stick.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/lignite/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/lignite/gem.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/opal/bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/opal/bolt.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/opal/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/opal/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/opal/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/opal/gem.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/opal/lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/opal/lens.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/opal/plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/opal/plate.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/opal/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/opal/stick.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/paper/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/paper/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/quartz/bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/quartz/bolt.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/quartz/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/quartz/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/quartz/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/quartz/gear.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/quartz/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/quartz/gem.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/quartz/lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/quartz/lens.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/rough/bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/rough/bolt.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/rough/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/rough/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/rough/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/rough/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/rough/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/rough/gear.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/rough/ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/rough/ingot.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/rough/plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/rough/plate.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/rough/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/rough/ring.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/rough/rotor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/rough/rotor.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/rough/round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/rough/round.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/rough/screw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/rough/screw.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/rough/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/rough/stick.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/ruby/bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/ruby/bolt.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/ruby/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/ruby/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/ruby/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/ruby/gem.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/ruby/lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/ruby/lens.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/ruby/plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/ruby/plate.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/ruby/screw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/ruby/screw.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/ruby/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/ruby/stick.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/sand/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/sand/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/shiny/bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/shiny/bolt.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/shiny/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/shiny/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/shiny/foil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/shiny/foil.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/shiny/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/shiny/gear.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/shiny/ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/shiny/ingot.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/shiny/plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/shiny/plate.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/shiny/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/shiny/ring.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/shiny/rotor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/shiny/rotor.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/shiny/round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/shiny/round.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/shiny/screw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/shiny/screw.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/shiny/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/shiny/stick.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/smooth/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/smooth/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/smooth/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/smooth/gear.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/wood/bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/wood/bolt.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/wood/dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/wood/dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/wood/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/wood/gear.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/wood/plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/wood/plate.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/wood/screw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/wood/screw.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/material_sets/wood/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/material_sets/wood/stick.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/basic_tape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/basic_tape.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/battery.hull.ev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/battery.hull.ev.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/battery.hull.hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/battery.hull.hv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/battery.hull.iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/battery.hull.iv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/battery.hull.lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/battery.hull.lv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/battery.hull.mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/battery.hull.mv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/battery.hull.uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/battery.hull.uv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/bio_chaff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/bio_chaff.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/blacklight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/blacklight.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/boule.naquadah.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/boule.naquadah.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/boule.silicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/boule.silicon.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/brick.coke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/brick.coke.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/brick.fireclay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/brick.fireclay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/carbon.fibers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/carbon.fibers.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/carbon.fibres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/carbon.fibres.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/carbon.mesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/carbon.mesh.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/carbon.plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/carbon.plate.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/coin.chocolate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/coin.chocolate.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/coin.doge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/coin.doge.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/compressed.clay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/compressed.clay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/cover.crafting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/cover.crafting.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/cover.screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/cover.screen.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/cover.shutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/cover.shutter.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/cover.storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/cover.storage.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/credit.copper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/credit.copper.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/credit.gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/credit.gold.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/credit.naquadah.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/credit.naquadah.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/credit.osmium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/credit.osmium.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/credit.platinum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/credit.platinum.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/credit.silver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/credit.silver.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/crystal.raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/crystal.raw.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/debug_scanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/debug_scanner.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dual_cover/ev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dual_cover/ev.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dual_cover/hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dual_cover/hv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dual_cover/iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dual_cover/iv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dual_cover/luv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dual_cover/luv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dual_cover/lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dual_cover/lv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dual_cover/mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dual_cover/mv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dual_cover/opv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dual_cover/opv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dual_cover/uev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dual_cover/uev.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dual_cover/uhv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dual_cover/uhv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dual_cover/uiv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dual_cover/uiv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dual_cover/uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dual_cover/uv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dual_cover/uxv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dual_cover/uxv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dual_cover/zpm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dual_cover/zpm.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/duct_tape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/duct_tape.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.black.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.blue.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.brown.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.cyan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.cyan.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.gray.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.green.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.indigo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.indigo.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.light_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.light_blue.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.lime.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.magenta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.magenta.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.orange.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.pink.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.purple.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.red.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.silver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.silver.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.white.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dye.yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dye.yellow.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/dynamite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/dynamite.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/electrode.blaze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/electrode.blaze.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/electrode.ender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/electrode.ender.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/electrode.gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/electrode.gold.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/electrode.iron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/electrode.iron.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/electrode.lapis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/electrode.lapis.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/electrode.tin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/electrode.tin.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/emitter.ev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/emitter.ev.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/emitter.hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/emitter.hv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/emitter.iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/emitter.iv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/emitter.luv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/emitter.luv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/emitter.lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/emitter.lv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/emitter.mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/emitter.mv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/emitter.opv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/emitter.opv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/emitter.uev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/emitter.uev.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/emitter.uhv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/emitter.uhv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/emitter.uiv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/emitter.uiv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/emitter.uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/emitter.uv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/emitter.uxv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/emitter.uxv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/emitter.zpm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/emitter.zpm.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/energium_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/energium_dust.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/energy.module/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/energy.module/1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/energy.module/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/energy.module/2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/energy.module/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/energy.module/3.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/energy.module/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/energy.module/4.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/energy.module/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/energy.module/5.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/energy.module/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/energy.module/6.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/energy.module/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/energy.module/7.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/energy.module/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/energy.module/8.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/fertilizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/fertilizer.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/fluid_cell/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/fluid_cell/base.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/fluid_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/fluid_filter.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/gelled_toluene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/gelled_toluene.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/gg_circuit/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/gg_circuit/1.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/gg_circuit/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/gg_circuit/2.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/gg_circuit/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/gg_circuit/3.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/gg_circuit/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/gg_circuit/4.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/gg_circuit/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/gg_circuit/5.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/glass_lens.blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/glass_lens.blue.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/glass_lens.cyan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/glass_lens.cyan.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/glass_lens.gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/glass_lens.gray.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/glass_lens.lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/glass_lens.lime.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/glass_lens.pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/glass_lens.pink.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/glass_lens.red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/glass_lens.red.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/glass_vial/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/glass_vial/base.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/gravistar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/gravistar.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/item_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/item_filter.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/item_magnet.hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/item_magnet.hv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/item_magnet.lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/item_magnet.lv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/misc_chips/gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/misc_chips/gold.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/nms.boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/nms.boots.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/nms.chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/nms.chestplate.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/nms.helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/nms.helmet.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/nms.leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/nms.leggings.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/petri_dish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/petri_dish.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/plant_ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/plant_ball.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/processor.neuro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/processor.neuro.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/prospector.hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/prospector.hv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/prospector.luv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/prospector.luv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/prospector.lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/prospector.lv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/qts.boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/qts.boots.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/qts.chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/qts.chestplate.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/qts.helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/qts.helmet.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/qts.leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/qts.leggings.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/quantumeye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/quantumeye.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/quantumstar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/quantumstar.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.ev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.ev.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.hv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.iv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.luv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.luv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.lv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.mv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.opv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.opv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.steam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.steam.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.uev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.uev.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.uhv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.uhv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.uiv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.uiv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.ulv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.ulv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.uv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.uxv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.uxv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/robot.arm.zpm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/robot.arm.zpm.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/rubber_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/rubber_drop.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/sensor.ev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/sensor.ev.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/sensor.hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/sensor.hv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/sensor.iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/sensor.iv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/sensor.luv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/sensor.luv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/sensor.lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/sensor.lv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/sensor.mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/sensor.mv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/sensor.opv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/sensor.opv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/sensor.uev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/sensor.uev.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/sensor.uhv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/sensor.uhv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/sensor.uiv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/sensor.uiv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/sensor.uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/sensor.uv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/sensor.uxv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/sensor.uxv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/sensor.zpm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/sensor.zpm.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/shape.empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/shape.empty.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/shape.mold.ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/shape.mold.ball.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/shape.mold.bun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/shape.mold.bun.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/shape.mold.gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/shape.mold.gear.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/shape.mold.name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/shape.mold.name.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/spray.empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/spray.empty.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/spray.solvent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/spray.solvent.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/tool.datamodule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/tool.datamodule.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/tool.dataorb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/tool.dataorb.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/tool.datastick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/tool.datastick.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/tool.matchbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/tool.matchbox.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/tool.matches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/tool.matches.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/tool.terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/tool.terminal.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/voltage_coil.ev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/voltage_coil.ev.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/voltage_coil.hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/voltage_coil.hv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/voltage_coil.iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/voltage_coil.iv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/voltage_coil.lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/voltage_coil.lv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/voltage_coil.mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/voltage_coil.mv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/voltage_coil.uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/voltage_coil.uv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/wafer.naquadah.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/wafer.naquadah.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/wafer.silicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/wafer.silicon.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/metaitems/wireless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/metaitems/wireless.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/axe.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/branch_cutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/branch_cutter.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/branch_cutter_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/branch_cutter_base.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/butchery_knife.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/butchery_knife.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/butchery_knife_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/butchery_knife_base.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/buzzsaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/buzzsaw.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/buzzsaw_tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/buzzsaw_tool.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/chainsaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/chainsaw.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/crowbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/crowbar.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/crowbar_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/crowbar_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/drill.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/file.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/hammer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/hammer.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/handle.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/handle_buzzsaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/handle_buzzsaw.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/handle_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/handle_file.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/handle_hammer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/handle_hammer.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/handle_plunger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/handle_plunger.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/handle_saw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/handle_saw.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/handle_screwdriver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/handle_screwdriver.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/handle_shovel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/handle_shovel.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/hoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/hoe.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/knife.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/knife.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/knife_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/knife_base.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/mallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/mallet.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/mining_hammer_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/mining_hammer_head.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/mortar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/mortar.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/mortar_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/mortar_base.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/pickaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/pickaxe.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/plunger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/plunger.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/plunger_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/plunger_base.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/power_unit_ev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/power_unit_ev.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/power_unit_hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/power_unit_hv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/power_unit_iv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/power_unit_iv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/power_unit_lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/power_unit_lv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/power_unit_mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/power_unit_mv.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/saw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/saw.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/scoop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/scoop.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/scoop_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/scoop_overlay.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/screwdriver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/screwdriver.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/scythe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/scythe.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/sense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/sense.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/shovel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/shovel.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/sickle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/sickle.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/sickle_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/sickle_base.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/soft_hammer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/soft_hammer.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/spade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/spade.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/sword.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/sword_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/sword_base.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/turbine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/turbine.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/wire_cutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/wire_cutter.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/wire_cutter_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/wire_cutter_base.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/wrench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/wrench.png -------------------------------------------------------------------------------- /assets/gregtech/textures/items/tools/wrench_electric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/assets/gregtech/textures/items/tools/wrench_electric.png -------------------------------------------------------------------------------- /pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/pack.mcmeta -------------------------------------------------------------------------------- /pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marisathewitch/Faithful32-GTCEu/HEAD/pack.png --------------------------------------------------------------------------------