WIP: Automatically generate fake item asset entries for skyblock items

This commit is contained in:
Linnea Gräf
2024-12-09 17:08:12 +01:00
parent 706a03807b
commit 911db95dd0
5 changed files with 121 additions and 3 deletions

View File

@@ -18,6 +18,6 @@ data class CustomItemModelEvent(
}
fun overrideIfExists(overrideModel: Identifier) {
TODO()
this.overrideModel = overrideModel
}
}