paulevsGitch / BetterEnd

Better End MC Mod
MIT License
101 stars 83 forks source link

[1.18.1] REI shows "not yet fully initialized" with BetterEnd installed #409

Closed ypf791 closed 2 years ago

ypf791 commented 2 years ago

[Environment]

Java 17 Minecraft 1.18.1 Fabric 0.45.2 BCLib 1.2.3 BetterEnd 1.0.0

For more details, please refer to the logs.

[Symptom]

image

[Logs]

better-end-with-rei-issue.log

[19:49:20] [Render thread/WARN]: Suppressing Reload Plugins of stage START [19:49:20] [Render thread/FATAL]: Error executing task on Client java.lang.IllegalArgumentException: Multiple entries with same key: betterend:end_berry=net.minecraft.class_3861@69225b97 and betterend:end_berry=net.minecraft.class_3862@411511b0 at com.google.common.collect.ImmutableMap.conflictException(ImmutableMap.java:376) ~[guava-31.0.1-jre.jar:?] at com.google.common.collect.ImmutableMap.checkNoConflict(ImmutableMap.java:370) ~[guava-31.0.1-jre.jar:?] at com.google.common.collect.RegularImmutableMap.checkNoConflictInKeyBucket(RegularImmutableMap.java:153) ~[guava-31.0.1-jre.jar:?] at com.google.common.collect.RegularImmutableMap.fromEntryArray(RegularImmutableMap.java:115) ~[guava-31.0.1-jre.jar:?] at com.google.common.collect.ImmutableMap$Builder.buildOrThrow(ImmutableMap.java:574) ~[guava-31.0.1-jre.jar:?] at com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:538) ~[guava-31.0.1-jre.jar:?]

paulevsGitch commented 2 years ago

Update your BCLib

ypf791 commented 2 years ago

BCLib 1.2.4 saves me! Thanks a lot!