1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2026-01-04 15:31:36 +00:00

Add very basic model conversion

This commit is contained in:
RednedEpic
2023-06-25 18:31:33 -05:00
parent 63a5d4f43b
commit 7fedbb44fe
3 changed files with 316 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ dependencies {
}
application {
mainClass.set("org.geysermc.pack.converter.boostrap.Main")
mainClass.set("org.geysermc.pack.converter.bootstrap.Main")
}
tasks.withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {