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:
parent
dc96f2121a
commit
3bf15a3798
src/main/resources/assets/computercraft/models/block
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "computercraft:block/turtle_upgrade_base_left",
|
||||
"textures": {
|
||||
"texture": "computercraft:blocks/speakerFront"
|
||||
}
|
||||
}
|
6
src/main/resources/assets/computercraft/models/block/turtle_speaker_upgrade_right.json
Normal file
6
src/main/resources/assets/computercraft/models/block/turtle_speaker_upgrade_right.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "computercraft:block/turtle_upgrade_base_right",
|
||||
"textures": {
|
||||
"texture": "computercraft:blocks/speakerFront"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user