This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Twine/src/main/resources/assets/twine/blockstates/creative_item_spawner.json
TheBrokenRail 3ade8dd72f
All checks were successful
Twine/pipeline/head This commit looks good
Mobs Flee From End Rods; Add Creative Item Spawner; Improve Diviner Texture
2020-06-15 16:05:35 -04:00

27 lines
692 B
JSON

{
"variants": {
"facing=down": {
"model": "twine:block/creative_item_spawner",
"x": 90
},
"facing=east": {
"model": "twine:block/creative_item_spawner",
"y": 90
},
"facing=north": {
"model": "twine:block/creative_item_spawner"
},
"facing=south": {
"model": "twine:block/creative_item_spawner",
"y": 180
},
"facing=up": {
"model": "twine:block/creative_item_spawner",
"x": 270
},
"facing=west": {
"model": "twine:block/creative_item_spawner",
"y": 270
}
}
}