Merge remote-tracking branch 'origin/1.18' into main

This commit is contained in:
Buuz135 2022-08-20 18:12:59 +02:00
commit dba9eecb3e
2 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class CompactingDrawerTile extends ControllableDrawerTile<CompactingDrawe
public void initClient() {
super.initClient();
addGuiAddonFactory(() -> new DrawerInfoGuiAddon(64, 16,
new ResourceLocation(FunctionalStorage.MOD_ID, "textures/blocks/compacting_drawer_front.png"),
new ResourceLocation(FunctionalStorage.MOD_ID, this instanceof CompactingFramedDrawerTile ? "textures/blocks/framed_front_compacting.png" : "textures/blocks/compacting_drawer_front.png"),
3,
integer -> {
if (integer == 0) return Pair.of(28, 28);

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB