aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/mixins/MixinTextureManager.java
AgeCommit message (Collapse)Author
2024-07-08Add Improvements to /neucustomize (#1200)NopoTheGamer
2024-01-13Actually fix the Concurrent Modification issue (#989)IlmarsXd
actually fix the issue
2023-12-23Fixed ConcurrentModificationException in Texture Manager (#974)IlmarsXd
* Fixed ConcurrentModificationException in Texture Manager caused by other mods and NEU loading a player on a different thread * Change comment * Add more info about issue
2022-06-09Re-license project as LGPL (#157)IRONM00N
* add licence files & a few misc chores * add license notices & run auto formatter
2022-02-27feat: improve formating :)IRONM00N
2021-12-28more code clean up (#38)IRONM00N
2021-10-16Code Clean Up (#2)IRONM00N
* intellij code clean up * optimize imports * format * intellij suggestions * fix empty catch issues
2021-05-06fine ironmanBuildTools