Skip to content

Commit

Permalink
1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Dec 18, 2023
1 parent a69de66 commit d09b8b9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
//file:noinspection GroovyAccessibility
//file:noinspection GradlePackageVersionRange
plugins {
id "fabric-loom" version "1.0.+"
id "io.github.juuxel.loom-quiltflower" version "1.+" // Quiltflower, a better decompiler
id "fabric-loom" version "1.4.+"
id "io.github.p03w.machete" version "1.+" // automatic jar compressing on build
id "maven-publish"
}
Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ archives_base_name = modid
mod_version = 0.0.<build>

# https://fabricmc.net/develop
minecraft_version = 1.19.4
loader_version = 0.14.18
fabric_version = 0.76.0+1.19.4
minecraft_version = 1.20.4
loader_version = 0.15.2
fabric_version = 0.91.3+1.20.4
# https://lambdaurora.dev/tools/import_quilt.html
qm_version = 7
qm_version = 2
# https://parchmentmc.org/docs/getting-started
parchment_version = none

# dev env mods

# https://modrinth.com/mod/jade/versions?l=fabric
jade_version = AncyVLy5
jade_version = XoEjMfV6
# https://modrinth.com/mod/modmenu/versions
modmenu_version = 6.1.0-rc.4
modmenu_version = 9.0.0-pre.1
# https://modrinth.com/mod/suggestion-tweaker/versions?l=fabric
suggestion_tweaker_version = 1.19.1-1.3.1+fabric
suggestion_tweaker_version = 1.20-1.5.1+fabric
# https://modrinth.com/mod/cloth-config/versions?l=fabric
cloth_config_version = 10.0.96+fabric
cloth_config_version = 13.0.114+fabric
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-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d09b8b9

Please sign in to comment.