mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-14 17:56:34 -04:00
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8
This commit is contained in:
commit
e310d16b03
@ -256,7 +256,7 @@ class PrintPart(val original: Option[tileentity.Print] = None) extends SimpleBlo
|
||||
case print: PrintPart if print.data.emitRedstone(print.state) => math.max(power, print.data.redstoneLevel)
|
||||
case _ => power
|
||||
})
|
||||
math.max(inner, ForgeDirection.VALID_DIRECTIONS.map(BundledRedstone.computeInput(BlockPosition(x, y, z), _)).max)
|
||||
math.max(inner, ForgeDirection.VALID_DIRECTIONS.map(BundledRedstone.computeInput(BlockPosition(x, y, z, world), _)).max)
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------- //
|
||||
|
Loading…
x
Reference in New Issue
Block a user