1
0
mirror of https://github.com/chylex/Hardcore-Ender-Expansion-2.git synced 2024-09-19 16:42:47 +02:00
Hardcore-Ender-Expansion-2/data/gen/assets/hee/models/item/totem_of_undying.json
2021-07-07 10:11:28 +02:00

14 lines
250 B
JSON

{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "hee:item/totem_of_undying"
},
"overrides": [
{
"predicate": {
"hee:is_shaking": 1.0
},
"model": "hee:item/totem_of_undying_shaking"
}
]
}