Update to 1.19 pre 4
This commit is contained in:
parent
9ad707e979
commit
1ca0290885
@ -2,13 +2,13 @@
|
|||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx1G
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://modmuss50.me/fabric.html
|
# check these on https://modmuss50.me/fabric.html
|
||||||
minecraft_version=1.18.1
|
minecraft_version=1.19-pre4
|
||||||
yarn_mappings=1.18.1+build.22
|
yarn_mappings=1.19-pre4+build.1
|
||||||
loader_version=0.13.2
|
loader_version=0.14.6
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.0.1
|
mod_version=1.2.0
|
||||||
maven_group=semmieboy_yt
|
maven_group=semmieboy_yt
|
||||||
archives_base_name=disc_jockey
|
archives_base_name=disc_jockey
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# check this on https://modmuss50.me/fabric.html
|
# check this on https://modmuss50.me/fabric.html
|
||||||
fabric_version=0.46.4+1.18
|
fabric_version=0.53.4+1.19
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"name": "Disc Jockey",
|
"name": "Disc Jockey",
|
||||||
"description": "Play note block songs in Minecraft",
|
"description": "Play note block songs in Minecraft",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Semmieboy YT"
|
"SemmieDev"
|
||||||
],
|
],
|
||||||
"contact": {
|
"contact": {
|
||||||
"repo": "https://github.com/SemmieboyYT/Disc-Jockey"
|
"repo": "https://github.com/SemmieboyYT/Disc-Jockey"
|
||||||
@ -15,10 +15,14 @@
|
|||||||
"environment": "client",
|
"environment": "client",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
"client": [
|
"client": [
|
||||||
"semmieboy_yt.disc_jockey.Main"
|
"semmiedev.disc_jockey.Main"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabric": "*"
|
"fabric-command-api-v2": "*",
|
||||||
|
"fabric-lifecycle-events-v1": "*",
|
||||||
|
"fabric-networking-api-v1": "*",
|
||||||
|
"fabric-rendering-v1": "*",
|
||||||
|
"minecraft": "1.19-beta.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user