File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/gregtech/common/metatileentities/storage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -313,9 +313,9 @@ public void writeItemStackData(NBTTagCompound itemStack) {
313313 @ Override
314314 protected void createWidgets (ModularPanel mainPanel , PanelSyncManager syncManager ) {
315315 mainPanel .child (createQuantumDisplay ("gregtech.machine.quantum_chest.items_stored" ,
316- () -> IKey .lang (virtualItemStack .getDisplayName ()).get (),
317- textWidget -> !virtualItemStack .isEmpty (),
318- () -> TextFormattingUtil .formatNumbers (itemsStoredInside )))
316+ () -> IKey .lang (virtualItemStack .getTranslationKey ()).get (),
317+ textWidget -> !virtualItemStack .isEmpty (),
318+ () -> TextFormattingUtil .formatNumbers (itemsStoredInside )))
319319 .child (new QuantumItemRendererWidget (() -> virtualItemStack )
320320 .onLock (() -> lockedStack , this ::setLocked )
321321 .pos (148 , 41 ));
You can’t perform that action at this time.
0 commit comments