Skip to content

Commit

Permalink
Update mod to Minecraft 1.20.1 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 authored Jul 16, 2023
1 parent 848aa1d commit d9f4e66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {

modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modLocalRuntime "eu.pb4:polymer-reg-sync-manipulator:0.4.0-pre.2+1.19.4-rc2"
modLocalRuntime "eu.pb4:polymer-reg-sync-manipulator:0.5.5+1.20.1"

testmodImplementation sourceSets.main.output
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
org.gradle.jvmargs=-Xmx2G

# Fabric Properties
minecraft_version=1.20-rc1
yarn_mappings=1.20-rc1+build.2
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.9
loader_version=0.14.21

# Mod Properties
Expand All @@ -12,4 +12,4 @@ maven_group=xyz.nucleoid
archives_base_name=fantasy

# Dependencies
fabric_version=0.83.0+1.20
fabric_version=0.85.0+1.20.1

0 comments on commit d9f4e66

Please sign in to comment.