It would be awesome, if you could add a way to set the data ITEM_MODEL and CUSTOM_MODEL_DATA for 1.21.x... to support custom textures!
(itemStack.setData(DataComponentTypes.ITEM_MODEL, new NamespacedKey(xxx, xxx)); & itemStack.setData(DataComponentTypes.CUSTOM_MODEL_DATA, CustomModelData.customModelData().addFloat(xxx).addFlag(true).build()))
It would be awesome, if you could add a way to set the data
ITEM_MODELandCUSTOM_MODEL_DATAfor 1.21.x... to support custom textures!(
itemStack.setData(DataComponentTypes.ITEM_MODEL, new NamespacedKey(xxx, xxx));&itemStack.setData(DataComponentTypes.CUSTOM_MODEL_DATA, CustomModelData.customModelData().addFloat(xxx).addFlag(true).build()))