[Feature] Built for 1.19.3
This commit is contained in:
parent
6c8b47f546
commit
0cb4596037
3 changed files with 8 additions and 8 deletions
|
@ -64,7 +64,7 @@ dependencies {
|
|||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
//modCompileOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
|
||||
|
||||
//modCompileOnly "dev.emi:emi:${emi_version}"
|
||||
modCompileOnly "dev.emi:emi:${emi_version}"
|
||||
//modImplementation "dev.emi:emi:${emi_version}"
|
||||
}
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx8G
|
||||
#Modrinth
|
||||
modrinth_versions=["1.19.3-rc3"]
|
||||
modrinth_versions=["1.19.3"]
|
||||
#`release`, `beta` or `alpha`
|
||||
release_channel=alpha
|
||||
release_channel=beta
|
||||
#Loom
|
||||
loom_version=1.0-SNAPSHOT
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/versions.html
|
||||
minecraft_version=1.19.3-rc3
|
||||
minecraft_version=1.19.3
|
||||
loader_version=0.14.11
|
||||
fabric_version=0.68.1+1.19.3
|
||||
# Mod Properties
|
||||
mod_version=2.2.0-pre1
|
||||
mod_version=2.2.0
|
||||
maven_group=org.betterx.bclib
|
||||
archives_base_name=bclib
|
||||
# Dependencies
|
||||
modmenu_version=4.0.5
|
||||
emi_version=0.3.0+1.19
|
||||
modmenu_version=5.0.1
|
||||
emi_version=0.5.0+1.19.3
|
|
@ -49,7 +49,7 @@
|
|||
"fabricloader": ">=0.14.11",
|
||||
"fabric": ">=0.68.1",
|
||||
"minecraft": [
|
||||
"1.19.3-rc.3"
|
||||
"1.19.3"
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue