diff options
author | Jonas Herzig <jonas@spark-squared.com> | 2022-05-21 16:32:22 +0200 |
---|---|---|
committer | Jonas Herzig <jonas@spark-squared.com> | 2022-05-21 16:32:22 +0200 |
commit | 86c3ecb7ca62a9525defb6156b3363043ee1580b (patch) | |
tree | 8b4be7aaf6c3cd5d7125a080e8b24fae483cf2d1 /src/main/java/net/fabricmc/loom/task/UnpickJarTask.java | |
parent | d776a57784daca57b81b0dfd65abd8bf2c98f2ab (diff) | |
download | architectury-loom-dev/0.10.0.tar.gz architectury-loom-dev/0.10.0.tar.bz2 architectury-loom-dev/0.10.0.zip |
Just enough to allow compiling against 1.19-pre1HEADdev/0.10.0
Upgrading asm 9.3 because apparently there's Java 19 classes in the MC jar now.
Removing the `module` wrapper around dependencies because frankly I don't know
why it's a thing in the first place (works fine without on all versions of
UniversalCraft) and it prevents you from having two modules differing only in
the classifier, which is what MC 1.19 does.
Removing the throw when there are no natives, because those come bundled in jars
now (this doesn't allow running in a dev env, but it's enough to compile a jar).
Diffstat (limited to 'src/main/java/net/fabricmc/loom/task/UnpickJarTask.java')
0 files changed, 0 insertions, 0 deletions