Better End Mod
Find a file
2023-06-19 19:38:32 +02:00
.github/ISSUE_TEMPLATE Update BUG_REPORT.yml 2023-05-16 13:04:10 +02:00
gradle/wrapper gradlew update to 7.3 2021-12-04 14:07:23 +01:00
json Removed color provider 2021-07-10 16:25:34 +03:00
src/main [Fix] Broken with EMI > 1.0 (quiqueck/BCLib#96) 2023-06-07 22:48:48 +02:00
.gitignore Task to auto increment build version 2023-06-19 19:38:32 +02:00
build.gradle Task to auto increment build version 2023-06-19 19:38:32 +02:00
Convert.java Merge branch 'master' of github.com:paulevsGitch/BetterEnd into 1.17 2021-07-13 18:07:06 +02:00
gradle.properties Version Bump 2023-06-08 01:23:00 +02:00
gradlew gradlew update to 7.3 2021-12-04 14:07:23 +01:00
gradlew.bat gradlew update to 7.3 2021-12-04 14:07:23 +01:00
jitpack.yml Updated jitpack to Java 17 (closes #391) 2022-01-11 17:12:02 +01:00
LICENSE Asset License 2022-07-29 11:10:00 +02:00
LICENSE.ASSETS Asset License 2022-07-29 11:10:00 +02:00
README.md jitpack update location 2022-06-07 14:19:33 +02:00
settings.gradle Changed handling of vanilla/fabric end biomes 2022-06-14 14:29:50 +02:00

Better End

Better End Mod for Fabric, MC 1.19

Importing:

  • Clone repo
  • Edit gradle.properties if necessary
  • Run command line in folder: gradlew genSources idea (or eclipse)
  • Import project to IDE

Building:

  • Clone repo
  • Run command line in folder: gradlew build
  • Mod .jar will be in ./build/libs