Skip to content

Commit

Permalink
update to 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed Dec 6, 2023
1 parent 3693e8b commit c0214b3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
9 changes: 2 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id "fabric-loom" version "1.3-SNAPSHOT"
id "io.github.juuxel.loom-vineflower" version "1.11.0"
id "fabric-loom" version "1.4-SNAPSHOT"
}

version = project.mod_version
Expand All @@ -20,7 +19,7 @@ dependencies {
modImplementation include("eu.pb4:placeholder-api:${project.placeholder_api}")
modImplementation include("eu.pb4:polymer-virtual-entity:${project.polymer_version}")

modLocalRuntime "com.terraformersmc:modmenu:8.0.0"
modLocalRuntime "com.terraformersmc:modmenu:9.0.0-pre.1"
}

sourceSets {
Expand Down Expand Up @@ -53,10 +52,6 @@ loom {
accessWidenerPath = file("src/main/resources/entity-health-display.accesswidener")
}

vineflower {
toolVersion = "1.9.3"
}

base {
archivesName = project.archives_base_name
}
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ org.gradle.jvmargs = -Xmx2G
org.gradle.parallel = true

# Mod Properties
mod_version = 0.3.1+1.20.2
mod_version = 0.3.1+1.20.3
maven_group = ru.pinkgoosik
archives_base_name = entity-health-display

# Dependencies | Check these on https://fabricmc.net/develop
minecraft_version = 1.20.2
yarn_mappings = 1.20.2+build.1
fabric_loader = 0.14.22
fabric_api = 0.89.1+1.20.2
minecraft_version = 1.20.3
yarn_mappings = 1.20.3+build.1
fabric_loader = 0.15.0
fabric_api = 0.91.1+1.20.3

# https://github.com/Patbox/TextPlaceholderAPI/releases
placeholder_api = 2.2.0+1.20.2
placeholder_api = 2.3.0+1.20.3
# https://github.com/Patbox/polymer/releases
polymer_version = 0.6.0+1.20.2
polymer_version = 0.7.0+1.20.3-rc1
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"depends": {
"fabricloader": "*",
"fabric": "*",
"minecraft": ">=1.20.2",
"minecraft": ">=1.20.3",
"java": ">=17"
}
}

0 comments on commit c0214b3

Please sign in to comment.