Skip to content

Commit

Permalink
Update to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Leronus committed Jun 27, 2024
1 parent f3e8ad4 commit 48b28c3
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 41 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,21 @@ dependencies {
modImplementation "maven.modrinth:lithium:${project.lithium_version}"

//Iris
modImplementation "maven.modrinth:YL57xq9U:Cjwm9s3i"
modImplementation "maven.modrinth:YL57xq9U:${project.iris_version}"
//Indium
modImplementation "maven.modrinth:Orvt0mRa:tD2IqHXC"
modImplementation "maven.modrinth:Orvt0mRa:${project.indium_version}"
//EntityCulling
modImplementation "maven.modrinth:NNAgCjsB:KRGWwoZW"
modImplementation "maven.modrinth:NNAgCjsB:${project.entity_culling_version}"
//Continuity
modImplementation "maven.modrinth:1IjD5062:Ox1racg8"
modImplementation "maven.modrinth:1IjD5062:${project.continuity_version}"
// //Bobby
// modImplementation "maven.modrinth:M08ruV16:2cuVyTav"
//Nvidium
modImplementation "maven.modrinth:SfMw2IZN:UO1crPGk"
modImplementation "maven.modrinth:SfMw2IZN:${project.nvidium_version}"

//Custom Shields
modImplementation "maven.modrinth:7SDalH12:xY16zX6k"
modImplementation "com.terraformersmc:modmenu:${project.mod_menu_version}"
modImplementation "maven.modrinth:modmenu:${project.mod_menu_version}"
modImplementation "maven.modrinth:midnightlib:${project.midnightlib_version}"
modImplementation "com.github.Chocohead:Fabric-ASM:v${project.fabricasm_version}"

Expand Down
23 changes: 15 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.11

# Mod Properties
Expand All @@ -14,11 +14,18 @@ maven_group=mod.leronus.mores
archives_base_name=mores

# Dependencies
fabric_version=0.91.6+1.20.2
sodium_version=mc1.20.2-0.5.5
lithium_version=mc1.20.2-0.12.0
fabric_version=0.97.1+1.20.4
sodium_version=mc1.20.4-0.5.8
lithium_version=mc1.20.4-0.12.1

fabric_shield_lib_version=1.7.2-1.20.2
midnightlib_version=1.5.0-fabric
mod_menu_version=8.0.1
iris_version=gPXdh2Es
indium_version=VlLxDisa

entity_culling_version=cj8nR3eG
continuity_version=Ox1racg8
nvidium_version=J2fuM58R

fabric_shield_lib_version=1.7.2-1.20.4
midnightlib_version=1.5.3-fabric
mod_menu_version=9.2.0
fabricasm_version=2.3
Loading

0 comments on commit 48b28c3

Please sign in to comment.