Updated API and mappings
This commit is contained in:
parent
faa2c10d0e
commit
031f3ca908
2 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,7 @@ repositories {
|
||||||
maven { url "https://maven.dblsaiko.net/" }
|
maven { url "https://maven.dblsaiko.net/" }
|
||||||
maven { url "http://server.bbkr.space:8081/artifactory/libs-release/" }
|
maven { url "http://server.bbkr.space:8081/artifactory/libs-release/" }
|
||||||
maven { url "https://maven.fabricmc.net/" }
|
maven { url "https://maven.fabricmc.net/" }
|
||||||
|
maven { url 'https://jitpack.io' }
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -75,7 +76,6 @@ jar {
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
mavenJava(MavenPublication) {
|
mavenJava(MavenPublication) {
|
||||||
// add all the jars that should be included when publishing to maven
|
|
||||||
artifact(remapJar) {
|
artifact(remapJar) {
|
||||||
builtBy remapJar
|
builtBy remapJar
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/use
|
# check these on https://fabricmc.net/use
|
||||||
minecraft_version = 1.16.3
|
minecraft_version = 1.16.3
|
||||||
yarn_mappings = 28
|
yarn_mappings = 47
|
||||||
loader_version = 0.10.1+build.209
|
loader_version = 0.10.1+build.209
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||||
fabric_version = 0.23.0+build.410-1.16
|
fabric_version = 0.24.0+build.411-1.16
|
||||||
cloth_config_version = 4.8.2
|
cloth_config_version = 4.8.2
|
||||||
cloth_events_version = 1.4.5
|
cloth_events_version = 1.4.5
|
||||||
canvas_version = 1.0.989
|
canvas_version = 1.0.989
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue