1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-06 12:03:21 +00:00
CC-Tweaked/src/main/resources/assets/computercraft/models/block/command_computer_blinking.json
SquidDev 86569533e9 The big massive reformat
- Normalise all line endings to be LF rather than CLRF
 - Trim all trailing whitespace
 - Remove any tabs
2018-12-17 18:09:31 +00:00

9 lines
253 B
JSON

{
"parent": "block/orientable",
"textures": {
"front": "computercraft:blocks/command_computer_front_blink",
"side": "computercraft:blocks/command_computer_side",
"top": "computercraft:blocks/command_computer_top"
}
}