Skip to content

Commit

Permalink
Updated GT5 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-alt committed Jun 26, 2023
1 parent 43e6cec commit 6156c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:EnderStorage:1.4.12:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.42.82:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.43.99:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:ForestryMC:4.6.6:dev") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object EventHandlerGregTech {
val world = e.host.world
world.getTileEntity(e.x, e.y, e.z) match {
case tile : IGregTechTileEntity =>
e.data += "facing" -> ForgeDirection.getOrientation(tile.getFrontFacing).name()
e.data += "facing" -> tile.getFrontFacing.name
e.data += "sensorInformation" -> tile.getInfoData()
case _ =>
}
Expand Down

0 comments on commit 6156c98

Please sign in to comment.