You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/gg/skytils/skytilsmod/features/impl/dungeons/solvers/terminals/ChangeAllToSameColorSolver.kt
if (!Utils.inDungeons ||!Skytils.config.changeAllSameColorTerminalSolver || event.container !isContainerChest|| event.chestName !="Change all to same color!") return
50
58
val grid = event.container.inventorySlots.filter {
0 commit comments