CustomModelTemplates

Quick way to use model templates that don't exist in vanilla like template_spawn_egg, using strings alone or with texture slots

Functions

Link copied to clipboard
fun createCustomBlockModel(modID: String, string: String): ModelTemplate
fun createCustomBlockModel(modID: String, string: String, textureSlots: TextureSlot): ModelTemplate
fun createCustomBlockModel(modID: String, string: String, suffix: String, textureSlots: TextureSlot): ModelTemplate
Link copied to clipboard
fun createCustomItemModel(modID: String, string: String): ModelTemplate
fun createCustomItemModel(modID: String, string: String, textureSlots: TextureSlot): ModelTemplate
fun createCustomItemModel(modID: String, string: String, suffix: String, textureSlots: TextureSlot): ModelTemplate