Skip to content

Commit

Permalink
port to 1.21 pre 2
Browse files Browse the repository at this point in the history
  • Loading branch information
orifu committed Jun 5, 2024
1 parent 021e03f commit 85d9adc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ repositories {
maven { url = "https://maven.terraformersmc.com/releases/" }
maven { url = "https://maven.quiltmc.org/repository/release/" }
maven { url = "https://repo.sleeping.town/" }

flatDir { dirs 'lib' }
}

configurations {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G

# minecraft, mappings and loader dependencies
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21-pre1
quilt_mappings=1
minecraft_version=1.21-pre2
quilt_mappings=3
loader_version=0.15.11

# mod properties
Expand All @@ -14,5 +14,5 @@ archives_base_name=rainglow

# other dependencies
java_version=21
mod_menu_version=unknown
mod_menu_version=11.0.0-beta.1
fabric_api_version=0.99.4+1.21

0 comments on commit 85d9adc

Please sign in to comment.