Browse Source

Fix #416

Signed-off-by: shedaniel <daniel@shedaniel.me>
shedaniel 4 năm trước cách đây
mục cha
commit
1cc4b6c140

+ 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