소스 검색

Fix #416

Signed-off-by: shedaniel <daniel@shedaniel.me>
shedaniel 4 년 전
부모
커밋
1cc4b6c140
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/AbstractEntryStack.java
  2. 1 1
      gradle.properties

+ 1 - 1
RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/AbstractEntryStack.java

@@ -47,7 +47,7 @@ public abstract class AbstractEntryStack extends GuiComponent implements EntrySt
                     return this;
                 } else {
                     Short2ObjectMap<Object> singletonSettings = this.settings;
-                    this.settings = new Short2ObjectOpenHashMap<>(4, 1);
+                    this.settings = new Short2ObjectOpenHashMap<>(2);
                     this.settings.putAll(singletonSettings);
                 }
             }

+ 1 - 1
gradle.properties

@@ -1,5 +1,5 @@
 org.gradle.jvmargs=-Xmx3G
-mod_version=5.5.0
+mod_version=5.5.1
 supported_version=1.16.2/3
 minecraft_version=1.16.3
 fabricloader_version=0.9.1+build.205