mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-25 14:05:39 -04:00
fix: supply empty match case for geolyzer getTileEntity
This commit is contained in:
parent
42d390b7c6
commit
c9fd55421f
@ -17,6 +17,7 @@ object EventHandlerGregTech {
|
||||
case tile : IGregTechTileEntity =>
|
||||
e.data += "facing" -> ForgeDirection.getOrientation(tile.getFrontFacing).name()
|
||||
e.data += "sensorInformation" -> tile.getInfoData()
|
||||
case _ =>
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user