screen directioned

This commit is contained in:
mewhenthe
2026-04-21 20:07:59 +02:00
parent f3ebc4f684
commit a14d3a2b73
2 changed files with 59 additions and 1 deletions

View File

@@ -1,7 +1,27 @@
{
"variants": {
"": {
"facing=north": {
"model": "neocomputers:block/screen"
},
"facing=east": {
"model": "neocomputers:block/screen",
"y": 90
},
"facing=west": {
"model": "neocomputers:block/screen",
"y": -90
},
"facing=south": {
"model": "neocomputers:block/screen",
"y": 180
},
"facing=up": {
"model": "neocomputers:block/screen",
"x": -90
},
"facing=down": {
"model": "neocomputers:block/screen",
"x": 90
}
}
}