neuralgia/kubejs/assets/tfg/blockstates/piglin_disguise.json
Redeix e3c11b1e88
Added Piglin disguise. (#1058)
* - Added piglin disguise.

* - Updated Changelog
2025-05-22 10:18:16 +01:00

19 lines
No EOL
355 B
JSON

{
"variants": {
"facing=east": {
"model": "tfg:block/piglin_disguise",
"y": 270
},
"facing=north": {
"model": "tfg:block/piglin_disguise",
"y": 180
},
"facing=south": {
"model": "tfg:block/piglin_disguise"
},
"facing=west": {
"model": "tfg:block/piglin_disguise",
"y": 90
}
}
}