Skip to content

Commit

Permalink
1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCarlos26 authored and C10udburst committed Dec 14, 2022
1 parent 150387a commit 40e63b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ repositories {
name = "meteor-maven-snapshots"
url = "https://maven.meteordev.org/snapshots"
}
jcenter()
}

dependencies {
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
org.gradle.jvmargs=-Xmx2G

# Fabric (https://fabricmc.net/versions.html)
minecraft_version=1.19.2
yarn_version=1.19.2+build.9
loader_version=0.14.9
minecraft_version=1.19.3
yarn_version=1.19.3+build.3
loader_version=0.14.11

# Mod Properties
mod_version=0.1
Expand All @@ -13,4 +13,4 @@ archives_base_name=tanuki-addon
# Dependency Versions

# Meteor (https://maven.meteordev.org/)
meteor_version=0.5.1-SNAPSHOT
meteor_version=0.5.2-SNAPSHOT
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
Expand Down

0 comments on commit 40e63b4

Please sign in to comment.