mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 10:51:55 -04:00
disc image
This commit is contained in:
parent
f23ab68a0b
commit
831f997f8b
BIN
assets/opencomputers/textures/items/disc.png
Normal file
BIN
assets/opencomputers/textures/items/disc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 208 B |
@ -1,6 +1,14 @@
|
|||||||
package li.cil.oc.common.item
|
package li.cil.oc.common.item
|
||||||
|
|
||||||
|
import li.cil.oc.Settings
|
||||||
|
import net.minecraft.client.renderer.texture.IconRegister
|
||||||
|
|
||||||
class Disc(val parent: Delegator) extends Delegate {
|
class Disc(val parent: Delegator) extends Delegate {
|
||||||
val unlocalizedName = "Disc"
|
val unlocalizedName = "Disc"
|
||||||
|
|
||||||
|
override def registerIcons(iconRegister: IconRegister) {
|
||||||
|
super.registerIcons(iconRegister)
|
||||||
|
|
||||||
|
icon = iconRegister.registerIcon(Settings.resourceDomain + ":disc")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user