Skip to content

Commit

Permalink
Update to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
TibiNonEst committed Jun 8, 2022
1 parent 4a94917 commit 6cb7a4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'fabric-loom' version '0.11.+'
id 'io.github.juuxel.loom-quiltflower' version '1.6.0'
id 'io.github.juuxel.loom-quiltflower' version '1.7.+'
id 'org.quiltmc.quilt-mappings-on-loom' version '4.0.0'
id 'org.ajoberstar.grgit' version '5.0.0'
}
Expand Down Expand Up @@ -33,8 +33,7 @@ dependencies {
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings loom.layered {
it.mappings("net.fabricmc:yarn:${project.minecraft_version}+build.${project.yarn_mappings}:v2")
it.addLayer(quiltMappings.mappings("org.quiltmc:quilt-mappings:${project.minecraft_version}+build.${project.quilt_mappings}:v2"))
addLayer quiltMappings.mappings("org.quiltmc:quilt-mappings:${project.minecraft_version}+build.${project.quilt_mappings}:v2")
}
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

Expand Down
11 changes: 5 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop/
minecraft_version=1.18.2
quilt_mappings=22
yarn_mappings=2
loader_version=0.13.3
fabric_version=0.50.0+1.18.2
minecraft_version=1.19
quilt_mappings=1
loader_version=0.14.6
fabric_version=0.55.2+1.19

# Mod Properties
mod_version=1.0.2
maven_group=me.tibinonest.mods
archives_base_name=cauldron-dyeing

# Dependencies
sodium_version=mc1.18.2-0.4.1
sodium_version=mc1.19-0.4.2

0 comments on commit 6cb7a4a

Please sign in to comment.