1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-17 21:55:12 +00:00

Speaker rendering and name

This commit is contained in:
gegy1000
2017-05-07 18:32:43 +02:00
committed by Restioson
parent a748d0167b
commit 2444245b80
9 changed files with 23 additions and 0 deletions

View File

@@ -98,6 +98,10 @@ public abstract class ItemPeripheralBase extends ItemBlock implements IPeriphera
{
return "tile.computercraft:advanced_modem";
}
case Speaker:
{
return "tile.computercraft:speaker";
}
}
}