File tree Expand file tree Collapse file tree 4 files changed +4
-14
lines changed
api/src/main/java/kr/toxicity/model/api Expand file tree Collapse file tree 4 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 2828 */
2929public record ModelUV (
3030 @ NotNull Float4 uv ,
31- float rotation ,
31+ int rotation ,
3232 @ Nullable JsonElement texture
3333) {
3434
Original file line number Diff line number Diff line change 1111import kr .toxicity .model .api .data .Float3 ;
1212import org .jetbrains .annotations .ApiStatus ;
1313import org .jetbrains .annotations .NotNull ;
14- import org .joml .Matrix3f ;
1514import org .joml .Quaternionf ;
1615import org .joml .Vector3f ;
1716import org .joml .Vector3fc ;
Original file line number Diff line number Diff line change @@ -17,17 +17,9 @@ modrinth {
1717 versionType = " release"
1818 changelog = rootProject.file(" changelog/$versionString .md" ).readText()
1919 }
20- additionalFiles = listOf (
21- rootProject.layout.buildDirectory.file(" libs/${rootProject.name} -$versionString -javadoc.jar" )
22- )
20+ additionalFiles {
21+ javadocJar( rootProject.layout.buildDirectory.file(" libs/${rootProject.name} -$versionString -javadoc.jar" ) )
22+ }
2323 versionNumber = versionString
2424 versionName = " BetterModel $versionString for ${classifier.replaceFirstChar { it.uppercase() }} "
25- // uploadFile.set(tasks.shadowJar)
26- // gameVersions = SUPPORTED_VERSIONS
27- // dependencies {
28- // optional.project(
29- // "mythicmobs",
30- // "skinsrestorer"
31- // )
32- // }
3325}
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ tasks {
4747 relocate(pattern, " $groupString .shaded.$pattern " )
4848 }
4949 prefix(" kotlin" )
50- prefix(" kr.toxicity.library.sharedpackets" )
5150 prefix(" kr.toxicity.library.armormodel" )
5251 prefix(" org.incendo.cloud" )
5352 prefix(" org.bstats" )
You can’t perform that action at this time.
0 commit comments