Skip to content

Commit

Permalink
1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Dec 5, 2023
1 parent 0597279 commit 0a881bb
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
15 changes: 7 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import ru.vyarus.gradle.plugin.python.task.PythonTask
plugins {
java

id("fabric-loom") version "1.3.+"
id("io.github.juuxel.loom-vineflower") version "1.11.+"
id("fabric-loom") version "1.4.+"

id("com.modrinth.minotaur") version "2.7.+"
id("me.hypherionmc.cursegradle") version "2.+"
Expand All @@ -19,7 +18,7 @@ plugins {
}

group = "dev.isxander"
version = "1.20.2+1.0"
version = "1.20.3+1.0"

loom {
splitEnvironmentSourceSets()
Expand Down Expand Up @@ -230,11 +229,11 @@ publishing {
githubRelease {
token(findProperty("github.token")?.toString())

owner("isXander")
repo("Debugify")
tagName("${project.version}")
targetCommitish(grgit.branch.current().name)
body(changelogText)
owner.set("isXander")
repo.set("Debugify")
tagName.set("${project.version}")
targetCommitish.set(grgit.branch.current().name)
body.set(changelogText)
releaseAssets(tasks["remapJar"].outputs.files)
}

Expand Down
2 changes: 2 additions & 0 deletions changelogs/1.20.3/1.20.3+1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update to 1.20.3
- Literally nothing changed since 1.20.3
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=-Xmx4G
org.gradle.parallel=true
org.gradle.parallel.threads=2

minecraftVersion=1.20.2
fabricLoaderVersion=0.14.22
qmBuild=1
minecraftVersion=1.20.3
fabricLoaderVersion=0.14.25
qmBuild=0

# Libraries
fabricApiVersion=0.89.1+1.20.2
yaclVersion=3.2.1+1.20.2
mixinExtrasVersion=0.2.0-rc.4
modMenuVersion=8.0.0-beta.2
fabricApiVersion=0.91.1+1.20.3
yaclVersion=3.3.0-beta.1+1.20.3
mixinExtrasVersion=0.2.0
modMenuVersion=9.0.0-pre.1
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.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
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 @@ -39,7 +39,7 @@
"accessWidener": "debugify.accesswidener",
"depends": {
"fabricloader": ">=0.14.22",
"minecraft": "1.20.2",
"minecraft": "1.20.3",
"java": ">=17",
"fabric-resource-loader-v0": "*"
},
Expand Down

0 comments on commit 0a881bb

Please sign in to comment.