Version Bump and Minecraft 1.19.2
This commit is contained in:
parent
96e65003e5
commit
335005520f
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ minecraft_version=1.19
|
||||||
loader_version=0.14.8
|
loader_version=0.14.8
|
||||||
fabric_version=0.58.0+1.19
|
fabric_version=0.58.0+1.19
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=2.0.19
|
mod_version=2.0.20
|
||||||
maven_group=org.betterx.bclib
|
maven_group=org.betterx.bclib
|
||||||
archives_base_name=bclib
|
archives_base_name=bclib
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"id": "bclib",
|
"id": "bclib",
|
||||||
"version": "2.0.19",
|
"version": "2.0.20",
|
||||||
"name": "BCLib",
|
"name": "BCLib",
|
||||||
"description": "A library for BetterX team mods",
|
"description": "A library for BetterX team mods",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
"minecraft": [
|
"minecraft": [
|
||||||
"1.19",
|
"1.19",
|
||||||
"1.19.1",
|
"1.19.1",
|
||||||
"1.19.1-rc.3"
|
"1.19.2"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
|
|
Loading…
Reference in a new issue