Skip to content

Instantly share code, notes, and snippets.

Created May 30, 2016 20:59
ModelBakery.registerItemVariants(ModItems.taskItem, ModItems.taskItem.getPossibleModelLocations:_*)
ModelLoader.setCustomMeshDefinition(ModItems.taskItem, new ItemMeshDefinition {
override def getModelLocation(stack: ItemStack): ModelResourceLocation = {
ModItems.taskItem.getModelLocation(stack)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment