Skip to content

Commit

Permalink
1.19.3 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCarlos26 authored Dec 14, 2022
1 parent b82c1d0 commit 9d54331
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

// Meteor
modImplementation "meteordevelopment:meteor-client:0.5.1-SNAPSHOT"
modImplementation "meteordevelopment:meteor-client:0.5.2-SNAPSHOT"
}

processResources {
Expand All @@ -37,5 +37,5 @@ processResources {

tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"
it.options.release = 16
it.options.release = 17
}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
org.gradle.jvmargs=-Xmx2G

# Fabric Properties
minecraft_version=1.19.2
yarn_version=1.19.2+build.1
loader_version=0.14.9
minecraft_version=1.19.3
yarn_version=1.19.3+build.3
loader_version=0.14.11


# Mod Properties
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ pluginManagement {
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
jcenter()
}
}
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"github:sha": "@gh_hash@"
},
"depends": {
"java": ">=16",
"java": ">=17",
"minecraft": ">=@mc_version@",
"meteor-client": "*"
}
Expand Down

0 comments on commit 9d54331

Please sign in to comment.