1

1.15+ Resource Pack Trident Changes

Amrith Erilaz 3/8/20 8:04 pm history
699
So the situation here is that I'm making an (MMO)RPG map that has numerous custom weapons; swords, shields, bows, axes, hammers, etc. I'm using a resource pack to add custom models. The override being used is CustomModelData.



The problem I'm having is that my spears are not working anymore after updating to 1.15. The base item is the trident, but for whatever reason it's not recognizing the overrides anymore. 



Here is the resource pack's trident.json:

{
"parent": "item/generated",
"textures": {
"layer0": "item/trident"
},
"overrides": [
{"predicate": {"custom_model_data": 1},"model": "custom:item/birch_spear"},
{"predicate": {"custom_model_data": 2},"model": "custom:item/birch_spear"},
{"predicate": {"custom_model_data": 3},"model": "custom:item/birch_spear"},
{"predicate": {"custom_model_data": 4},"model": "custom:item/tri_spear"}
]
}




Thoughts? Anyone else encountered this problem?



Ps- If you're wondering about the 3 birch spears, it has to do with the weapon refinement system (not a bug).
Pss- still an issue in 1.16.5
Posted by
Amrith Erilaz
Level 59 : Grandmaster Birb
140

  Have something to say?

JoinSign in

Welcome