aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/envcheck/EnvironmentScan.java
AgeCommit message (Collapse)Author
2024-03-07Fix wrong mod loader warning on modern versions of minecraft (#1030)Linnea Gräf
2022-11-22Terrible Kotlin! (#435)Roman / Linnea Gräf
* Terrible Kotlin! You are unloved and everybody dies * Load Kotlin via a Tweaker * Fix version comparison * Allow user to prevent loading of Kotlin libraries using system properties * Remove testing files
2022-09-01Warn on invalid forge configs (and crash on 1.19 cause java is a bitch and i ↵Roman / Linnea Gräf
dont want to write a custom tweaker to load jar in jars, even tho i totally could, it would just not be very practical) (#236) * warning * Also warn on fabric * also work on forge * Fix grammar issue