mirror of
https://github.com/AntiCope/meteor-rejects.git
synced 2025-09-06 12:25:49 +00:00

* Update to 1.21.3 part 1 Don't expect it to work anytime soon. * Update to 1.21.3 part 2 * Gradle 8.8 -> 8.12 * Working Build 1.21.3 Had to revert gradle to 8.10 due to unforseen issues. * Removed Unused Imports * Small rendering fixes (hopefully) * 1.21.4 port * Use Utils.canUpdate in AutoCraft * Intellij code fixes --------- Co-authored-by: crazymoose77756 <ryanrogo064@gmail.com> Co-authored-by: SByte <stormybytes@gmail.com>
15 lines
307 B
Properties
15 lines
307 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx2G
|
|
|
|
# Fabric Properties
|
|
minecraft_version=1.21.4
|
|
yarn_version=1.21.4+build.8
|
|
loader_version=0.16.9
|
|
|
|
# Mod Properties
|
|
mod_version = 0.3
|
|
maven_group = anticope.rejects
|
|
archives_base_name = meteor-rejects-addon
|
|
|
|
baritone_version=1.21.4
|