mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-25 14:05:39 -04:00
Merge pull request #44 from TheyuGin/master
fix: supply empty match case for geolyzer getTileEntity
This commit is contained in:
commit
9e869814d4
@ -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