mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 03:36:47 -04:00
Re-add JEI highlighting.
This commit is contained in:
parent
bcd2fd7707
commit
20b59d6cd5
@ -80,7 +80,7 @@ abstract class DynamicGuiContainer[C <: Container](container: C) extends CustomG
|
||||
super.drawScreen(mouseX, mouseY, dt)
|
||||
|
||||
if (Mods.JustEnoughItems.isAvailable) {
|
||||
// drawJEIHighlights()
|
||||
drawJEIHighlights()
|
||||
}
|
||||
}
|
||||
|
||||
@ -174,7 +174,7 @@ abstract class DynamicGuiContainer[C <: Container](container: C) extends CustomG
|
||||
override def onGuiClosed(): Unit = {
|
||||
super.onGuiClosed()
|
||||
if (Mods.JustEnoughItems.isAvailable) {
|
||||
// resetJEIHighlights()
|
||||
resetJEIHighlights()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user