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

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
}
}
}