Custom Data model shows old textures but slighty darkened
//ads -- adsterra.com -- native banner
?>
I am trying to write a custom data model for a Trident at number 10, that will obtain a trident with a custom texture (stobie_trident.png). The problem is that it loads the default texture but slightly darkened.
Here is the models/item/trident.json
{
"parent": "item/generated",
"textures": {
"layer0": "item/trident"
},
"overrides": [
{ "predicate": {"custom_model_data": 10}, "model": "custom/stobie_item"}
]
}
Here is the models/custom/stobie_item.json
{
"parent": "item/generated",
"textures": {
"layer0": "custom/stobie_trident"
}
}
My png file is save in textures/custom/stobie_trident.png
If I load it with /give my_name trident(CustomModelData:10)
it just has the normal texture but faded.
Pictures about "Custom Data model shows old textures but slighty darkened"
How To: Load Custom Textures in Dolphin Emulator!
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Matheus Köhler, Monstera, Michael Jay Salcedo, Brett Sayles