1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2025-12-19 14:59:21 +00:00

Fix banner mapping, also switch to new repo

This commit is contained in:
Aurora
2025-07-01 16:50:15 +01:00
parent d53ba2619c
commit 55103295db
3 changed files with 7 additions and 5 deletions

View File

@@ -20,8 +20,10 @@ dependencies {
api("net.kyori:adventure-api:4.14.0")
api("net.kyori:adventure-text-serializer-gson:4.14.0")
api("net.kyori:adventure-text-serializer-legacy:4.14.0")
api("team.unnamed:creative-api:1.8.4-SNAPSHOT")
api("team.unnamed:creative-serializer-minecraft:1.8.4-SNAPSHOT")
// api("team.unnamed:creative-api:1.8.4-SNAPSHOT")
// api("team.unnamed:creative-serializer-minecraft:1.8.4-SNAPSHOT")
api("com.github.GeyserMC.unnamed-creative:creative-api:817fa982c4")
api("com.github.GeyserMC.unnamed-creative:creative-serializer-minecraft:817fa982c4")
compileOnly("com.google.auto.service:auto-service:1.0.1")
annotationProcessor("com.google.auto.service:auto-service:1.0.1")

View File

@@ -874,7 +874,7 @@
"axolotl/axolotl_gold": "axolotl/axolotl_gold",
"axolotl/axolotl_lucy": "axolotl/axolotl_lucy",
"axolotl/axolotl_wild": "axolotl/axolotl_wild",
"banner/base": "banner/banner_base",
"banner_base": "banner/banner_base",
"banner/border": "banner/banner_border",
"banner/bricks": "banner/banner_bricks",
"banner/circle": "banner/banner_circle",

View File

@@ -33,7 +33,7 @@ dependencyResolutionManagement {
// url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
// }
// But we still need creative... maven local it is
mavenLocal()
// But we still need creative... jitpack it is
maven("https://jitpack.io")
}
}