To provide users with NEI-like light overlay for Minecraft 1.14 .
|
пре 4 година | |
---|---|---|
common | пре 4 година | |
fabric | пре 5 година | |
forge | пре 5 година | |
gradle | пре 5 година | |
.gitignore | пре 5 година | |
LICENSE | пре 6 година | |
README.md | пре 5 година | |
build.gradle | пре 5 година | |
gradle.properties | пре 5 година | |
gradlew | пре 6 година | |
gradlew.bat | пре 6 година | |
merging.policy | пре 5 година | |
settings.gradle | пре 5 година |
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/
.