Skip to content

Commit

Permalink
Update to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jan 8, 2023
1 parent 29664f5 commit 8f1b012
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto eol
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
plugins {
id 'fabric-loom' version '0.11-SNAPSHOT'
id 'fabric-loom' version '1.0-SNAPSHOT'
id 'maven-publish'
// TODO: Licenser and LQF
id 'io.github.juuxel.loom-quiltflower' version '1.7.4'
// TODO: Licenser
}

java {
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ org.gradle.jvmargs = -Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version = 1.18.2
yarn_mappings = 1.18.2+build.3
loader_version = 0.14.5
minecraft_version = 1.19.2
yarn_mappings = 1.19.2+build.28
loader_version = 0.14.12

# Mod Properties
mod_version = 2.0.1
mod_version = 2.1.0
maven_group = io.github.juuxel
archives_base_name = VanillaParts

# Dependencies
fabric_version = 0.51.1+1.18.2
libmultipart = 0.7.2
blockstoparts = 0.2.4+1.18.2
fabric_version = 0.72.0+1.19.2
libmultipart = 0.8.0
blockstoparts = 0.3.0+1.19.2
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.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
10 changes: 5 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
],

"depends": {
"minecraft": "~1.18.2",
"fabricloader": ">=0.12.12",
"fabric": ">=0.51.1",
"libmultipart": ">=0.7.2",
"blockstoparts": ">=0.2.4"
"minecraft": "=1.19.2",
"fabricloader": ">=0.14.12",
"fabric": ">=0.72.0",
"libmultipart": ">=0.8.0",
"blockstoparts": ">=0.3.0"
}
}

0 comments on commit 8f1b012

Please sign in to comment.