-
So i've created a block with a tile entity in my mod , Now how do i register it as a peripheral. and yes i've got the library installed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Also my tile entity extends |
Beta Was this translation helpful? Give feedback.
-
You either need to register an IPeripheralProvider or expose an IPeripheral capability on the tile entity. Best thin to do is look at some of the peripherals within CC.
|
Beta Was this translation helpful? Give feedback.
You either need to register an IPeripheralProvider or expose an IPeripheral capability on the tile entity.
Best thin to do is look at some of the peripherals within CC.