diff options
| author | Inglett <inglettronald@gmail.com> | 2024-01-18 14:58:23 -0600 |
|---|---|---|
| committer | Inglett <inglettronald@gmail.com> | 2024-01-18 14:58:23 -0600 |
| commit | 2249182df19085e14c5bd29d466331228677ad3c (patch) | |
| tree | 26028db9ab5c6803665ee6446517d2bbf96fa9a5 /gradle.properties | |
| parent | 2d8f0f28c9b7f1f778a689ce14591136fb0490dd (diff) | |
| download | DulkirMod-Fabric-2249182df19085e14c5bd29d466331228677ad3c.tar.gz DulkirMod-Fabric-2249182df19085e14c5bd29d466331228677ad3c.tar.bz2 DulkirMod-Fabric-2249182df19085e14c5bd29d466331228677ad3c.zip | |
bump mod to 1.20.4 support
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gradle.properties b/gradle.properties index 3908283..4e0eb4f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,15 +4,15 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.20.1 -yarn_mappings=1.20.1+build.10 -loader_version=0.14.21 -fabric_kotlin_version=1.9.4+kotlin.1.8.21 +minecraft_version=1.20.4 +yarn_mappings=1.20.4+build.3 +loader_version=0.15.6 +fabric_kotlin_version=1.10.17+kotlin.1.9.22 # Mod Properties -mod_version=1.0.1 +mod_version=1.0.2 maven_group=com.dulkirfabric archives_base_name=dulkirmod-fabric # Dependencies -fabric_version=0.86.0+1.20.1
\ No newline at end of file +fabric_version=0.94.1+1.20.4
\ No newline at end of file |
