A mod for adding Iron Age Furniture to Minecraft
Install a JDK 17. The Gradle wrapper runs on Java 17 while the build's Java toolchain compiles the Minecraft 1.10.2 mod for Java 8.
On Windows:
.\gradlew.bat eclipse genEclipseRuns
.\gradlew.bat buildOn Linux or macOS:
./gradlew eclipse genEclipseRuns
./gradlew buildsetupDecompWorkspace was a ForgeGradle 2 task and is not used by this
ForgeGradle 7 build. The first command can take several minutes while the
Minecraft Mavenizer prepares the legacy Forge dependency.