Skip to content

Commit

Permalink
Pull 1.20.1 changes to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Mar 2, 2024
1 parent e731a5c commit ea0bae8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.4-SNAPSHOT" apply false
id "dev.architectury.loom" version "1.5-SNAPSHOT" apply false
id "me.modmuss50.mod-publish-plugin" version "0.4.5"
}

Expand Down Expand Up @@ -34,7 +34,7 @@ allprojects {

repositories {
maven { url "https://maven.neomc.dev/releases"}
maven { url "https://maven.wuffs.wtf/releases"}
maven { url "https://maven.wuffs.dev/releases"}
}

tasks.withType(JavaCompile) {
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ archives_base_name=squatgrow
mod_version=6.0.1
maven_group=dev.wuffs

architectury_version=11.0.10
architectury_version=11.1.13

fabric_loader_version=0.15.3
fabric_api_version=0.92.1+1.20.4
fabric_loader_version=0.15.7
fabric_api_version=0.96.4+1.20.4

forge_version=1.20.4-49.0.14
forge_version=1.20.4-49.0.31

# Neo
neo_version=20.4.80-beta
neo_version=20.4.190
neo_gradle=[7.0.60,)

cloth_config_version=13.0.121
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
repositories {
maven { url "https://maven.wuffs.wtf/releases" }
maven { url "https://maven.wuffs.dev/releases" }
// maven { url "https://maven.creeperhost.net/" }
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
Expand Down

0 comments on commit ea0bae8

Please sign in to comment.