mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-15 10:21:45 -04:00
Make redstone visually connect to net splitter. Closes #1293.
This commit is contained in:
parent
cf2a4e89d3
commit
f1360f8158
@ -13,6 +13,8 @@ import net.minecraftforge.common.util.ForgeDirection
|
|||||||
class NetSplitter extends traits.Environment with traits.RedstoneAware with api.network.SidedEnvironment {
|
class NetSplitter extends traits.Environment with traits.RedstoneAware with api.network.SidedEnvironment {
|
||||||
private final val SideCount = ForgeDirection.VALID_DIRECTIONS.length
|
private final val SideCount = ForgeDirection.VALID_DIRECTIONS.length
|
||||||
|
|
||||||
|
_isOutputEnabled = true
|
||||||
|
|
||||||
val node = api.Network.newNode(this, Visibility.None).
|
val node = api.Network.newNode(this, Visibility.None).
|
||||||
create()
|
create()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user