Better End Mod
Previously, getScale() was used to get the size value when saving the entity to NBT. However, this means that the entities will get progressively smaller, since getScale() divides the true scale before returning it. This commit fixes this by getting the 'raw' scale directly from the dataTracker when saving the scale to NBT. |
||
---|---|---|
gradle/wrapper | ||
json | ||
src/main | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
Better End
Better End Mod for Fabric, MC 1.16.4
Importing:
- Clone repo
- Edit gradle.properties if necessary
- Run command line in folder: gradlew genSources eclipse (or Another-IDE-Name)
- Import project to IDE
Building:
- Clone repo
- Run command line in folder: gradlew build
- Mod .jar will be in ./build/libs
Mappings: