CC-Tweaked/src/main/resources/assets/computercraft/blockstates/computer_command.json

20 lines
1.2 KiB
JSON

{
"variants": {
"facing=north,state=off": { "model": "computercraft:block/computer_command_off" },
"facing=south,state=off": { "model": "computercraft:block/computer_command_off", "y": 180 },
"facing=west,state=off": { "model": "computercraft:block/computer_command_off", "y": 270 },
"facing=east,state=off": { "model": "computercraft:block/computer_command_off", "y": 90 },
"facing=north,state=on": { "model": "computercraft:block/computer_command_on" },
"facing=south,state=on": { "model": "computercraft:block/computer_command_on", "y": 180 },
"facing=west,state=on": { "model": "computercraft:block/computer_command_on", "y": 270 },
"facing=east,state=on": { "model": "computercraft:block/computer_command_on", "y": 90 },
"facing=north,state=blinking": { "model": "computercraft:block/computer_command_blinking" },
"facing=south,state=blinking": { "model": "computercraft:block/computer_command_blinking", "y": 180 },
"facing=west,state=blinking": { "model": "computercraft:block/computer_command_blinking", "y": 270 },
"facing=east,state=blinking": { "model": "computercraft:block/computer_command_blinking", "y": 90 }
}
}