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_url_opener.json

27 lines
680 B
JSON

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