mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
General cleanup by making use of java 16 features (#397)
* General cleanup by making use of java 16 features * use jackson-databind in place of gson when reading to a record * Fixes * cleanup * dep updates * Replace commons IOUtils usage with native java * Update fernflower
This commit is contained in:
@@ -6,8 +6,8 @@ A [Gradle](https://gradle.org/) plugin to setup a deobfuscated development envir
|
||||
* Utilises the Fernflower and CFR decompilers to generate source code with comments.
|
||||
* Designed to support modern versions of Minecraft (Tested with 1.14.4 and upwards)
|
||||
* Built in support for IntelliJ IDEA, Eclipse and Visual Studio Code to generate run configurations for Minecraft.
|
||||
* Loom targets a wide range of Gradle versions. _Tested with 4.9 up to 6.7_
|
||||
* Supports the latest version of Java all the way down to Java 8
|
||||
* Loom targets the latest version of Gradle 7 or newer
|
||||
* Supports Java 16 upwards
|
||||
|
||||
## Use Loom to develop mods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user