aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/gregtech/textures/gui
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2022-11-26 01:45:28 +0900
committerGitHub <noreply@github.com>2022-11-25 17:45:28 +0100
commit9a2741128a78bb52eba50a631126e090a5a2abd8 (patch)
treea90f47aa94951acb4050e45dc3ed60698e79cf32 /src/main/resources/assets/gregtech/textures/gui
parent51537482fefc4f9c6d3fbd93d119c333a63dcd7b (diff)
downloadGT5-Unofficial-9a2741128a78bb52eba50a631126e090a5a2abd8.tar.gz
GT5-Unofficial-9a2741128a78bb52eba50a631126e090a5a2abd8.tar.bz2
GT5-Unofficial-9a2741128a78bb52eba50a631126e090a5a2abd8.zip
Rewrite GUIs with ModularUI (#1381)
* Base work for ModularUI compat * Remove useless interface * Add almost all the widgets * Invert method * Refactor NEI stack placement positions * NEI handlers on ModularUI * Add some more docs * AdvDebugStructureWriter * Fix NEI progressbar not working * PrimitiveBlastFurnace * clean * derp * clean * spotlessApply * Boilers * Buffers * clean * N by N slots containers * Fix boilers not having bucket interaction Put opening UI to individual MetaTEs * Maintenance Hatch * clean * spotlessApply * Add dependency * IndustrialApiary * Adapt to ModularUI change * Base work for covers & fix crash with MP * Fix crash with server * Rewrite base work for covers * Send initial cover data on cover GUI open so that the time of showing incorrect data will be eliminated * Covers part 1 * Rename package: ModularUI -> modularui * Rename class: GT_UIInfo -> GT_UIInfos * Fix build * Covers part2 * Fix missing client check with tile UI & fix title overlap * CoverTabLine * Move cover window creators to inner class * Fix crash with null base TE * Close GUI when tile is broken * Color cover window with tile colorization * Change signature of addUIWidgets * FluidFilter cover, FluidDisplaySlotWidget, BasicTank, BasicGenerator, Output Hatch, MicrowaveEnergyTransmitter, Teleporter, DigitalChest, DigitalTank * Add title tab * Move package: modularui -> modularui/widget * Programmed circuit + IConfigurationCircuitSupport * clean * VolumetricFlask * Remove integrated circuit overlay from recipe input slots * Input Hatch & Quadruple Input Hatch * Multiblock * Deprecate old cover GUI * BasicMachines * Finish BasicMachine & NEI * Expand DTPF NEI to 9 slots * Fix ME input bus on MP * Move AESlotWidget to public class * Move GT_Recipe_Map constructors with mNEIUnificateOutput to setter method * Move SteamTexture.Variant to outer enum * Switch to remote repository * oops * Update MUI * Update MUI * Minor refactor for change amount buttons * Display items and fluids that exceed usual count * blah * use +=, why didn't I do this * Update MUI * Move ModularUI to Base (#1510) * Move ModularUI to Base * Move most of the ModularUI functionality to `BaseTileEntity` (and `CoverableTileEntity`) * `CommonMetaTileEntity` delegates ato the MetaTileEntity * Added several interfaces (with defaults) to indicate if a tile/metatile override/implement certain behaviors. * Moved `IConfigurationCircuitSupport` interface such that it will work with BaseTileEntity or a MetaTileEntity * Address reviews Co-authored-by: miozune <miozune@gmail.com> * Update MUI * Minor changes to NEI * Return :facepalm: * IGetTabIconSet override * Some more changes to NEI * Merge texture getter interfaces to new class GUITextureSet * Remove BBF structure picture as it's auto-buildable now * Make unified title tab style of texture angular * Expose some boiler texture getters for addon * Fix crash with cover GUI on pipe * Lower the number of recipe per page for DTPF & update MUI * Update MUI * Fix crash with middle-clicking slot on circuit selection GUI * Fix circuit selection window not syncing item from base machine * Merge GT_NEI_AssLineHandler into GT_NEI_DefaultHandler * Update MUI * Add in TecTech multi message * Allow changing the way of binding player inventory * Update MUI * Update MUI * Update MUI * Update MUI * Update MUI * Make MUI non-transitive to allow addons to use their own version * Force enable mixin * Format fluid amount tooltip * Add GUITextureSet.STEAM * Add guard against null ModularWindow creation * Add constructors for Muffler Hatch with inventory * Fix output slot on digital chest and tank allowing insertion * Don't log null ModularWindow * Add default implementation for IHasWorldObjectAndCoords#openGUI * Make openGTTileEntityUI accept MultiTE & cleanup Co-authored-by: Jason Mitchell <mitchej@gmail.com>
Diffstat (limited to 'src/main/resources/assets/gregtech/textures/gui')
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/2by2fluid.pngbin1827 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/AdvDebugStructureWriter.pngbin13506 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/BrickedBlastFurnace.pngbin2608 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/BronzeBlastFurnace.pngbin2345 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/BronzeBoiler.pngbin4397 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/ChestBuffer.pngbin4515 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/DataAccess2by2.pngbin2120 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/DataAccess4by4.pngbin2226 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/DigitalTank.pngbin2744 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/FakeAssemblyline.pngbin262931 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/Filter.pngbin2712 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/FusionComputer.pngbin1386 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/GuiCoverBig.pngbin630 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/GuiCoverLong.pngbin644 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/InputBusME.pngbin2092 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/ItemDistributor.pngbin4084 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/Maintenance.pngbin3480 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/OutputHatch.pngbin2728 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/Regulator.pngbin1986 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/SolarBoiler.pngbin2602 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/SolarHPBoiler.pngbin2243 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/SpecialFilter.pngbin2669 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/SteelBoiler.pngbin2366 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/SuperBuffer.pngbin7635 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/Teleporter.pngbin3909 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/VolumetricFlask.pngbin663 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/background/bronze.pngbin0 -> 436 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/background/fusion_computer.pngbin0 -> 1879 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/background/primitive.pngbin0 -> 434 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/background/singleblock_default.pngbin0 -> 423 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/background/steel.pngbin0 -> 432 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/background/text_field.pngbin0 -> 152 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/background/text_field_light_gray.pngbin0 -> 115 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/AlloySmelter.pngbin3084 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Amplifabricator.pngbin2534 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/ArcFurnace.pngbin2994 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Assembler.pngbin3124 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Assembler2.pngbin7966 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Autoclave.pngbin10335 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Autoclave2.pngbin3074 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Autoclave3.pngbin3116 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Autoclave4.pngbin3186 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Bender.pngbin3137 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/BronzeAlloySmelter.pngbin2821 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/BronzeCompressor.pngbin2674 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/BronzeExtractor.pngbin2766 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/BronzeFurnace.pngbin2762 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/BronzeHammer.pngbin2634 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/BronzeMacerator.pngbin3012 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Canner.pngbin2507 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Centrifuge.pngbin2645 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/ChemicalBath.pngbin5365 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/ChemicalReactor.pngbin3687 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/CircuitAssembler.pngbin2773 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/ComplexFusionReactor.pngbin5714 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Compressor.pngbin2931 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Cutter.pngbin3098 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Cutter2.pngbin5160 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Cutter4.pngbin4976 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Disassembler.pngbin3204 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/DistillationTower.pngbin2788 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Distillery.pngbin2753 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/E_Furnace.pngbin3042 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/E_Oven.pngbin3042 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Electrolyzer.pngbin2596 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/ElectromagneticSeparator.pngbin2626 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Extractor.pngbin3004 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Extruder.pngbin3153 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Fermenter.pngbin3051 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/FluidCanner.pngbin3126 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/FluidExtractor.pngbin3049 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/FluidHeater.pngbin2721 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/FluidSolidifier.pngbin2753 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/FusionReactor.pngbin4782 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Hammer.pngbin2338 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/IndustrialApiary.pngbin20641 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/LaserEngraver.pngbin5505 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/LaserEngraverNEI.pngbin5274 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Lathe.pngbin3070 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Macerator1.pngbin3226 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Macerator2.pngbin3287 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Macerator3.pngbin3286 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Macerator4.pngbin3473 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Massfabricator.pngbin3132 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Miner.pngbin2391 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Mixer.pngbin5663 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Mixer2.pngbin5686 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Mixer4.pngbin5681 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Mixer6.pngbin5818 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/NineXNine.pngbin2631 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/OilCracker.pngbin4782 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/OreWasher.pngbin3462 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Packager.pngbin3021 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/PlasmaArcFurnace.pngbin2375 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/PlasmaForge.pngbin4958 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Polarizer.pngbin2360 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/PotionBrewer.pngbin3162 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Press.pngbin2442 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Printer.pngbin3082 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Recycler.pngbin3122 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Replicator.pngbin2847 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/RockBreaker.pngbin3225 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Scanner.pngbin3116 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Sifter.pngbin4815 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Slicer.pngbin3351 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/SteelAlloySmelter.pngbin2679 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/SteelCompressor.pngbin2690 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/SteelExtractor.pngbin2791 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/SteelFurnace.pngbin2781 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/SteelHammer.pngbin2686 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/SteelMacerator.pngbin3027 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/ThermalCentrifuge.pngbin3209 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Unpackager.pngbin2992 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/Wiremill.pngbin5085 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/button/cover_normal.pngbin0 -> 685 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/button/cover_normal_disabled.pngbin0 -> 324 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/button/cover_normal_hovered.pngbin0 -> 919 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/button/standard.pngbin0 -> 507 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/button/standard_toggle.pngbin0 -> 541 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/button/void_all.pngbin0 -> 262 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/Advanced_Miner2.pngbin4373 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/AssemblyLine.pngbin2116 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/DistillationTower.pngbin4094 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/DrillingRig.pngbin265621 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/ElectricBlastFurnace.pngbin2210 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/FusionComputer.pngbin5280 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/ImplosionCompressor.pngbin2116 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/LargeBoiler.pngbin2258 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/LargeChemicalReactor.pngbin2129 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/LargeDieselEngine.pngbin1870 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/LargeExtremeDieselEngine.pngbin1673 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/LargeHeatExchanger.pngbin4437 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/LargeTurbine.pngbin4313 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/MultiFurnace.pngbin2113 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/OilCrackingUnit.pngbin4379 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/OreDrillingPlant.pngbin4094 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/PlasmaForge.pngbin3940 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/ProcessingArray.pngbin2116 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/PyrolyseOven.pngbin4094 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/multimachines/VacuumFreezer.pngbin2116 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/allow_input.pngbin0 -> 269 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/analog.pngbin0 -> 235 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/arrow_green_down.pngbin0 -> 192 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/arrow_green_up.pngbin0 -> 192 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/autooutput_fluid.pngbin0 -> 206 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/autooutput_item.pngbin0 -> 175 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/blacklist.pngbin0 -> 203 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/block_input.pngbin0 -> 266 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/bounding_box.pngbin0 -> 603 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/overlay_button/checkmark.pngbin0 -> 317 bytes
-rw-r--r--