To provide users with NEI-like light overlay for Minecraft 1.14 .
|
hace 4 años | |
---|---|---|
common | hace 4 años | |
fabric | hace 4 años | |
forge | hace 4 años | |
gradle | hace 5 años | |
.gitignore | hace 4 años | |
LICENSE | hace 6 años | |
README.md | hace 5 años | |
build.gradle | hace 4 años | |
gradle.properties | hace 4 años | |
gradlew | hace 6 años | |
gradlew.bat | hace 6 años | |
merging.policy | hace 4 años | |
settings.gradle | hace 4 años |
Fabric and Forge are split into modules, and we merge it afterwards
Fabric: gradlew :fabric:runClient
Forge: gradlew :forge:runClient
Or use the run configs if you are using IntelliJ IDEA.
Run gradlew buildMerged
, and the merged jar will be in build/libs/
.