To provide users with NEI-like light overlay for Minecraft 1.14 .
|
il y a 4 ans | |
---|---|---|
common | il y a 4 ans | |
fabric | il y a 4 ans | |
forge | il y a 4 ans | |
gradle | il y a 4 ans | |
.gitignore | il y a 4 ans | |
LICENSE | il y a 6 ans | |
README.md | il y a 5 ans | |
build.gradle | il y a 4 ans | |
gradle.properties | il y a 4 ans | |
gradlew | il y a 6 ans | |
gradlew.bat | il y a 6 ans | |
merging.policy | il y a 4 ans | |
settings.gradle | il y a 4 ans |
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/
.