rip capacitors (WIP refactor)
if anyone touches this while I'm working on it, I will find you, and I will refactor you too
This commit is contained in:
@@ -64,7 +64,7 @@ class CaseBlock() : NodeBlock(Properties.of().sound(SoundType.METAL).lightLevel(
|
||||
blockPos: BlockPos,
|
||||
direction: Direction
|
||||
): Int {
|
||||
return getMachine(blockGetter, blockPos).redstoneOut[dirToIdx(direction.opposite)]
|
||||
return getMachine(blockGetter, blockPos).redstoneOut[direction.opposite.ordinal]
|
||||
}
|
||||
|
||||
override fun onPlace(
|
||||
|
||||
Reference in New Issue
Block a user