General quality update
Major changes along with some more minor patches + quality upgrades. ✅ Main Changes: - Updated to 1.18.2 - Removed Imber, Altum (for now) and Navitas - Patched issue #1 - Made balancing changes - Cleaned up project - Simplified confusing code
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
org.gradle.jvmargs=-Xmx6G
|
||||
org.gradle.java.home=C:/Program Files/Java/jdk-17.0.2
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/versions.html
|
||||
minecraft_version=1.18.1
|
||||
yarn_mappings=1.18.1+build.1
|
||||
loader_version=0.12.10
|
||||
minecraft_version=1.18.2
|
||||
yarn_mappings=1.18.2+build.3
|
||||
loader_version=0.14.6
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.0.4
|
||||
maven_group = com.example
|
||||
mod_version = 1.0.6
|
||||
maven_group = com.aspects
|
||||
archives_base_name = aspects
|
||||
origins_version=v1.3.0
|
||||
origins_version=v1.4.1
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.44.0+1.18
|
||||
fabric_version=0.54.0+1.18.2
|
||||
|
||||
Reference in New Issue
Block a user