1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-08 11:46:42 +00:00

Added speaker model - potentially glitched

This commit is contained in:
Restioson 2017-05-08 19:34:21 +02:00
parent dc96f2121a
commit 3bf15a3798
2 changed files with 12 additions and 0 deletions
src/main/resources/assets/computercraft/models/block

@ -0,0 +1,6 @@
{
"parent": "computercraft:block/turtle_upgrade_base_left",
"textures": {
"texture": "computercraft:blocks/speakerFront"
}
}

@ -0,0 +1,6 @@
{
"parent": "computercraft:block/turtle_upgrade_base_right",
"textures": {
"texture": "computercraft:blocks/speakerFront"
}
}