Skip to content

Commit

Permalink
Merge pull request #43 from DietrichPaul/1.20
Browse files Browse the repository at this point in the history
update 1.20.4
  • Loading branch information
Pyrofab authored Dec 31, 2023
2 parents 7cc5a31 + 8c18e86 commit c4de0f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version "1.0.+"
id 'fabric-loom' version "1.4-SNAPSHOT"
id 'io.github.ladysnake.chenille' version '0.11.3'
id 'io.github.juuxel.loom-quiltflower' version "1.8.0"
}
Expand Down Expand Up @@ -50,7 +50,7 @@ dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modApi "net.fabricmc.fabric-api:fabric-api:${fabric_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_version}"
modLocalRuntime "com.terraformersmc:modmenu:${project.modmenu_version}"
modCompileOnly ("maven.modrinth:iris:${project.iris_version}")

Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
org.gradle.jvmargs=-Xmx2G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.20.3
yarn_mappings=1.20.3+build.1
loader_version=0.15.0
# check these on https://fabricmc.net/develop
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.3
#Fabric api
fabric_version=0.91.1+1.20.3
fabric_version=0.91.3+1.20.4

# Mod Properties
mod_version = 1.15.0
Expand All @@ -19,8 +19,8 @@ archives_base_name = satin
findbugs_version = 3.0.2
jb_annotations_version = 18.0.0
apiguardian_version = 1.0.0
modmenu_version = 9.0.0-pre.1
iris_version = 1.6.3+1.19.4
modmenu_version = 9.0.0
iris_version = 1.6.13+1.20.4

#Publishing
display_name = Satin
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c4de0f1

Please sign in to comment.