mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 19:56:17 -04:00
Derp.
This commit is contained in:
parent
b9633afc47
commit
edf6b38283
@ -16,7 +16,7 @@ object Tesla {
|
|||||||
val PROVIDER_TESLA: ResourceLocation = new ResourceLocation(OpenComputers.ID, "tesla")
|
val PROVIDER_TESLA: ResourceLocation = new ResourceLocation(OpenComputers.ID, "tesla")
|
||||||
|
|
||||||
def init(): Unit = {
|
def init(): Unit = {
|
||||||
MinecraftForge.EVENT_BUS.register(TeslaConsumerCapability.INSTANCE)
|
MinecraftForge.EVENT_BUS.register(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user