aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorGlease <4586901+Glease@users.noreply.github.com>2022-09-07 01:34:35 +0800
committerGitHub <noreply@github.com>2022-09-06 19:34:35 +0200
commit74b5ef849dea6d9a05e47f0294ccc689069f6f2c (patch)
treea5528e41ce2b810b82cf99a5acc2c712145b9b59 /src/main
parent7caea6daefcbffbc102741ed09daac9d6439824d (diff)
downloadGT5-Unofficial-74b5ef849dea6d9a05e47f0294ccc689069f6f2c.tar.gz
GT5-Unofficial-74b5ef849dea6d9a05e47f0294ccc689069f6f2c.tar.bz2
GT5-Unofficial-74b5ef849dea6d9a05e47f0294ccc689069f6f2c.zip
Fix overly large sprites being used causing some users FPS lag (#1347)
* fix sprite abuse * Spotless apply for branch fix/sprite-abuse for #1347 (#1348) Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> * convert gaia spirit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/gregtech/api/enums/Materials.java12
-rw-r--r--src/main/java/gregtech/api/enums/MaterialsBotania.java2
-rw-r--r--src/main/java/gregtech/common/GT_Client.java20
-rw-r--r--src/main/java/gregtech/common/GT_Proxy.java8
-rw-r--r--src/main/java/gregtech/common/render/items/GaiaSpiritRenderer.java37
-rw-r--r--src/main/java/gregtech/common/render/items/TranscendentMetalRenderer.java96
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/TURBINE_BLADE.pngbin13931 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/TURBINE_BLADE.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/TURBINE_BLADE_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/arrowGtPlastic.pngbin4025 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/arrowGtPlastic.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/arrowGtPlastic_OVERLAY.pngbin283 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/arrowGtWood.pngbin4025 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/arrowGtWood.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/arrowGtWood_OVERLAY.pngbin294 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/bolt.pngbin4313 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/bolt.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/bolt_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/casingSmall.pngbin11154 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/casingSmall.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/casingSmall_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/cell.pngbin4413 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/cell.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/cellPlasma.pngbin4413 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/cellPlasma.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/cellPlasma_OVERLAY.pngbin290 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/cell_OVERLAY.pngbin309 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crateGtDust.pngbin6839 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crateGtDust.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crateGtDust_OVERLAY.pngbin506 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crateGtGem.pngbin6207 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crateGtGem.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crateGtGem_OVERLAY.pngbin526 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crateGtIngot.pngbin6976 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crateGtIngot.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crateGtIngot_OVERLAY.pngbin517 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crateGtPlate.pngbin7867 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crateGtPlate.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crateGtPlate_OVERLAY.pngbin449 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crushed.pngbin23929 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crushed.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crushedCentrifuged.pngbin14698 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crushedCentrifuged.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crushedCentrifuged_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crushedPurified.pngbin29009 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crushedPurified.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crushedPurified_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/crushed_OVERLAY.pngbin480 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dust.pngbin9979 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dust.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dustImpure.pngbin9979 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dustImpure.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dustImpure_OVERLAY.pngbin430 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dustPure.pngbin9979 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dustPure.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dustPure_OVERLAY.pngbin424 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dustSmall.pngbin5760 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dustSmall.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dustSmall_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dustTiny.pngbin4078 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dustTiny.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dustTiny_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/dust_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/foil.pngbin20099 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/foil.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/foil_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gearGt.pngbin22424 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gearGt.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gearGtSmall.pngbin14073 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gearGtSmall.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gearGtSmall_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gearGt_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gem.pngbin14510 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gem.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gemChipped.pngbin17287 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gemChipped.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gemChipped_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gemExquisite.pngbin22584 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gemExquisite.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gemExquisite_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gemFlawed.pngbin18291 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gemFlawed.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gemFlawed_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gemFlawless.pngbin19585 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gemFlawless.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gemFlawless_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/gem_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/handleMallet.pngbin9491 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/handleMallet.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/handleMallet_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingot.pngbin11299 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingot.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotDouble.pngbin15293 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotDouble.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotDouble_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotHot.pngbin10866 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotHot.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotHot_OVERLAY.pngbin309 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotQuadruple.pngbin12471 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotQuadruple.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotQuadruple_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotQuintuple.pngbin11309 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotQuintuple.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotQuintuple_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotTriple.pngbin13323 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotTriple.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingotTriple_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/ingot_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/lens.pngbin8721 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/lens.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/lens_OVERLAY.pngbin567 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/nugget.pngbin6054 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/nugget.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/nugget_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/plate.pngbin8701 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/plate.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/plateDense.pngbin9432 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/plateDense.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/plateDense_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/plateDouble.pngbin10052 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/plateDouble.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/plateDouble_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/plateQuadruple.pngbin12331 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/plateQuadruple.png.mcmeta1
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/plateQuadruple_OVERLAY.pngbin143 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/GaiaSpirit/plateQuintuple.pngbin11943 -> 0 bytes
-rw-r--r--