IC2 Classic

IC2 Classic

2M Downloads

[1.19.2] GUI sizes to fix

CrossVas opened this issue ยท 0 comments

commented
  • Teleporter Hub GUI height: 204 -> 208

screen.setMaxSize(176, 208);
image

  • Battery Station and Charging Bench GUI height: 213 -> 214

screen.setMaxSize(176, 214)
image

  • Crop Analyzer analyzing GUI should be 1 pixel higher (176*224)

image

  • Filtered Extraction Tube GUI height: 173 -> 175

screen.setMaxSize(192, 175)
image

  • Chunkloader GUI: width: 121 -> 122, height 114 -> 115

screen.setMaxSize(122, 115);
image

  • Redirector Master GUI width: 120 -> 121

screen.setMaxSize(121, 133);
image

  • Industrial Worktable GUI height: 240 -> 241

screen.setMaxSize(237, 241);
image