1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-05 23:16:03 +00:00
PixelPerfectionCE/assets/minecraft/varied/textures/entity/skeleton/skeleton.json

33 lines
556 B
JSON
Executable file

{
"root": {
"options": [
{
"below": 1,
"then": {
"options": [
{
"below": 10,
"then": {
"identifier": "minecraft:varied/textures/entity/skeleton/skeleton1-4.png",
"type": "reselect:constant"
}
}
],
"type": "reselect:range",
"when": {
"max": 10,
"min": 0,
"type": "reselect:random"
}
}
}
],
"type": "reselect:range",
"when": {
"max": 1,
"min": 0,
"type": "reselect:random"
}
},
"version": 1
}