aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/makamys/neodymium/Compat.java
AgeCommit message (Collapse)Author
2023-03-18Improve handling of VRAM fullnessmakamys
Now the renderer gets reloaded, and Neodymium only gets disabled if the VRAM repeatedly gets full in a short span of time.
2023-02-10Fix FC compat causing NPEmakamys
Happened with the following mod list: _unimixins-compat-1.7.10-0.1.jar _unimixins-gtnhmixins-1.7.10-0.1+2.1.9.jar _unimixins-mixin-1.7.10-0.1+unimix-0.11.6.jar _unimixins-mixingasm-1.7.10-0.1+0.2.2.jar _unimixins-spongemixins-1.7.10-0.1+gtnh-2.0.1.jar fastcraft-1.25.jar neodymium-1.7.10-0.1.6-7-gd46b730+nomixin.jar
2023-02-09Move constants to Constants classmakamys
Fixes crash with something (AppleCore? WitchingGadgets? Hodgepodge?)
2023-02-09Add FastCraft compat by pretending to be OptiFinemakamys
2022-06-30Update warnings immediately when Advanced OpenGL setting is changedmakamys
2022-06-30Warn if incompatibilities are detectedmakamys
2022-06-27Triangulator compatiblity tweakFalsePattern