Skip to content

Commit

Permalink
change: Update to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashyReese committed Jun 7, 2023
1 parent 5c288a4 commit 5c23fc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation "me.jellysquid.mods:sodium-fabric:0.4.10+build.219"
//modImplementation "maven.modrinth:sodium:${project.sodium_version}"
//modImplementation "me.jellysquid.mods:sodium-fabric:0.4.10+build.219"
modImplementation "maven.modrinth:sodium:${project.sodium_version}"
//modImplementation "maven.modrinth:iris:${project.iris_version}"

//modRuntimeOnly "maven.modrinth:lazydfu:0.1.3"
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20-rc1
yarn_mappings=1.20-rc1+build.2
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.14.21
# Mod Properties
mod_version=1.5.0
maven_group=me.flashyreese.mods
archives_base_name=reeses_sodium_options

# Dependency
sodium_version=mc1.19.4-0.4.10
sodium_version=mc1.20-0.4.10
iris_version=1.5.2+1.19.4

#Fabric api
Expand Down

0 comments on commit 5c23fc6

Please sign in to comment.