aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/preloader/asm/AsmConfig.java
AgeCommit message (Collapse)Author
2024-05-24Apply updated GT5u spotless configsRaven Szewczyk
2023-10-26add back classes referenced by code injected with asm (#772)Glease
* add back classes referenced by code injected with asm * remove chunk debugging since the related command is removed
2023-10-18Cleaning up (#767)Connor-Colenso
* Kill playerAPI * Gut more events and compat that is now obsolete * Remove commented out code * Remove final modifier from methods * Make more stuff final * Remove slow building ring * Protected -> private in final classes * More cleaning * More cleaning v2 * Purging * Clean DevHelper * Clean DevHelper 2 * delete DevHelper * remove useless IFMLLoadingPlugin.MCVersion annotation from @Mod files * check for obfuscation only once in the IFMLloadingPlugin.injectData * don't instantiate the static class ASMConfig * delete unused and empty implementation of IFMLCallHook * delete empty class * delete ClassesToTransform class that just holds the class names constants * delete unused methods and unsless logging in dummymod container * delete unused transformer ClassTransformer_TT_ThaumicRestorer * spotless * Clean * Clean utils * Build checkpoint * Purge * Stage 2 * Stage 3 * Stage 4 * Stage 5 * Stage 6 * Spotless * Imports * Stage idk * Stage 1 * Fix issue * Spotless * Format numbers --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: Alexdoru <57050655+Alexdoru@users.noreply.github.com> Co-authored-by: Connor Colenso <colen@CONNORSPC>
2023-06-11Remove broken GC asm (#666)chochem
* remove GC ASM - was broken and disabled anyway * tooltip change was also permanently disabled
2023-06-04fix lag by disabling asm that messed with tinkers fluid lighting (#654)Dennis
* disable asm that messed with tinkers fluid lighting * remove unused config and asm file
2023-01-28[ci skip] spotlessApply with the new settingsJason Mitchell
2022-08-31Remove Railcraft asm as we have the source code now (#332)Raven Szewczyk
2022-08-29Buildscript + Spotless (#318)Jakub
* Convert AES.java to readable class * Buildscript * Spotless
2022-08-18Disabled debug logging to be on by default (#282)Maxim
2021-12-12Move sources and resourcesJohann Bernhardt