MinecraftTAS / LoTAS

Low Optimization Tool Assisted Speedrun Mod 1.8.9-1.20.1
https://minecrafttas.com
GNU General Public License v3.0
51 stars 10 forks source link

Various crash fixes #118

Closed ScribbleTAS closed 1 year ago

ScribbleTAS commented 1 year ago
ScribbleTAS commented 1 year ago

@PancakeTAS So, the compatibility for 1.14-1.16.5 is set in the common.gradle and it is on 1.8. For the others, this is actually a revert for an earlier commit, where I botched everything (74dd9d58eade35fbb326f47cbe9f4cad35350286). Back then I somehow threw everything away https://github.com/MinecraftTAS/LoTAS/commit/74dd9d58eade35fbb326f47cbe9f4cad35350286#diff-d2ece9f768eaf134f0487a05b32c9a3b1ecce75d4b7a7beb82abd9466c7e6631L5-R9 . It should now be correct as it was before.

And starting with 1.18, Mojang uses Java 17 features...

PancakeTAS commented 1 year ago

I see. Still you shouldn't set the java compatibility level above 8, ever.

ScribbleTAS commented 1 year ago

I see. Still you shouldn't set the java compatibility level above 8, ever.

I don't care anymore