👶New versions (1.21.4+)
TridentEnhanced on versions higher or equals 1.21.4 versions
Just apply item model on trident!
Example item model file
{
"model": {
"type": "minecraft:range_dispatch",
"property": "minecraft:custom_model_data",
"entries": [
{
"threshold": 10,
"model": {
"type": "minecraft:model",
"model": "minecraft:item/wooden_spear"
}
},
],
"scale": 1,
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/trident"
}
}
}
Last updated