Skip to content

Commit e5a779c

Browse files
committed
add todo
1 parent 809a851 commit e5a779c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/gregtech/common/covers/CoverDigitalInterface.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,8 @@ public boolean modeLeftClick(EntityPlayer entityPlayer, MODE mode, int slot) {
450450
return false;
451451
}
452452

453+
// todo port this to mui2 unless that's already done in some other pr
454+
453455
@Override
454456
public ModularUI createUI(EntityPlayer player) {
455457
WidgetGroup primaryGroup = new WidgetGroup(new Position(0, 10));

0 commit comments

Comments
 (0)