Merge remote-tracking branch 'origin/1.18' into main
This commit is contained in:
commit
dba9eecb3e
|
@ -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 |
Loading…
Reference in New Issue
Block a user