1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-11 22:34:27 +00:00
CC-Tweaked/src/main/resources/assets/computercraft/models/block/command_computer_off.json

9 lines
247 B
JSON
Raw Normal View History

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