mirror of
https://github.com/ashhhleyyy/player-pronouns.git
synced 2024-11-01 07:07:38 +00:00
feat: 1.19.3
This commit is contained in:
parent
7c9774baa7
commit
21eb74fe48
3 changed files with 10 additions and 10 deletions
|
@ -5,7 +5,7 @@ plugins {
|
|||
`maven-publish`
|
||||
}
|
||||
|
||||
version = "1.6.0+1.19"
|
||||
version = "1.6.0+1.19.3"
|
||||
group = "dev.ashhhleyyy"
|
||||
|
||||
repositories {
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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": "*"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue