feat: 1.19.3

This commit is contained in:
iGalaxyYT 2022-12-28 21:26:40 -08:00
parent 7c9774baa7
commit 21eb74fe48
No known key found for this signature in database
GPG key ID: 962702E5B0236295
3 changed files with 10 additions and 10 deletions

View file

@ -5,7 +5,7 @@ plugins {
`maven-publish`
}
version = "1.6.0+1.19"
version = "1.6.0+1.19.3"
group = "dev.ashhhleyyy"
repositories {

View file

@ -1,12 +1,12 @@
[versions]
minecraft = "1.19"
yarn = "1.19+build.4"
minecraft = "1.19.3"
yarn = "1.19.3+build.5"
fabric-loader = "0.14.8"
fabric-api = "0.56.0+1.19"
fabric-loader = "0.14.11"
fabric-api = "0.69.1+1.19.3"
placeholder-api = "2.0.0-beta.7+1.19"
more-codecs = "0.2.2+1.18"
placeholder-api = "2.0.0-pre.2+1.19.3"
more-codecs = "0.3.0+1.19.3"
fabric-permissions = "0.1-SNAPSHOT"

View file

@ -19,10 +19,10 @@
]
},
"depends": {
"fabricloader": ">=0.14.8",
"fabricloader": ">=0.14.11",
"fabric": "*",
"minecraft": ">=1.19",
"more_codecs": ">=0.2.2",
"minecraft": ">=1.19.3",
"more_codecs": ">=0.3.0",
"placeholder-api": ">=2.0.0-beta",
"fabric-permissions-api-v0": "*"
}