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