Skip to content

Commit 668c6aa

Browse files
authored
Merge branch 'USS-Shenzhou:master' into master
2 parents be72c35 + 075119e commit 668c6aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/cn/ussshenzhou/hotbaaaar/mixin/InventoryMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private static int hotBaaaarAllSelectable(int constant) {
4949
*/
5050
@Overwrite
5151
public static int getSelectionSize() {
52-
if (WALKER.walk(s -> s.anyMatch(f -> f.getClassName().startsWith("mekanism")))) {
52+
if (WALKER.walk(s -> s.anyMatch(f -> f.getClassName().startsWith("mekanism") || f.getClassName().startsWith("appeng.menu")))) {
5353
return 9;
5454
}
5555
if (FMLEnvironment.getDist() == Dist.CLIENT) {

0 commit comments

Comments
 (0)