problems with the "varied-mobs:health-prop"
GatoArmado opened this issue ยท 1 comments
i've copied the code from your wiki and changed the texture directory to the texture i want, and when trying to load the resourcepack in the menu will fail to load and trying in game it will crash.
could you tell me if thats a bug or i'm doing something wrong?
here is the script:
{
"type": "varied-mobs:seq",
"choices": [
{
"type": "varied-mobs:health-prop",
"positions": [0, 0.25, 0.5, 0.75, 1],
"choices": [
"minecraft:textures/entity/creeper/creeper_hurt3.png",
"minecraft:textures/entity/creeper/creeper_hurt3.png",
"minecraft:textures/entity/creeper/creeper_hurt2.png",
"minecraft:textures/entity/creeper/creeper_hurt1.png",
"minecraft:textures/entity/creeper/creeper.png"
]
}
]
}