You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the first candle being played on a lily, it will throw an exception and crash the game. It repeats the bottom two lines until it finally crashes.
[23:25:52] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.StackOverflowError: null
at java.base/java.util.Objects.hashCode(Objects.java:103) ~[?:?]
at knot/net.minecraft.class_47$class_8487.hashCode(class_47.java:164) ~[server-intermediary.jar:?]
at java.base/java.util.HashMap.hash(HashMap.java:338) ~[?:?]
at java.base/java.util.HashMap.put(HashMap.java:618) ~[?:?]
at java.base/java.util.HashSet.add(HashSet.java:229) ~[?:?]
at knot/net.minecraft.class_47.method_298(class_47.java:58) ~[server-intermediary.jar:?]
at knot/net.minecraft.class_52.method_328$mixinextras$wrapped$36(class_52.java:89) ~[server-intermediary.jar:?]
at knot/net.minecraft.class_52.mixinextras$bridge$method_328$mixinextras$wrapped$36$37(class_52.java) ~[server-intermediary.jar:?]
at knot/net.minecraft.class_52.wrapMethod$dbp000$porting_lib_loot$finishCollectingLoot(class_52.java:3047) ~[server-intermediary.jar:?]
at knot/net.minecraft.class_52.method_328(class_52.java) ~[server-intermediary.jar:?]
at knot/net.minecraft.class_52.method_320(class_52.java:109) ~[server-intermediary.jar:?]
at knot/net.minecraft.class_52.method_319(class_52.java:126) ~[server-intermediary.jar:?]
at knot/net.minecraft.class_52.method_51878(class_52.java:121) ~[server-intermediary.jar:?]
at knot/net.minecraft.class_4970.method_9560(class_4970.java:302) ~[server-intermediary.jar:?]
at knot/net.mehvahdjukaar.amendments.common.block.WaterloggedLilyBlock.method_9560(WaterloggedLilyBlock.java:179) ~[amendments-1.21-1.2.22-fabric.jar:?]
at knot/net.minecraft.class_4970$class_4971.method_26189(class_4970.java:1165) ~[server-intermediary.jar:?]
The text was updated successfully, but these errors were encountered:
from that it seems to come from porting lib. amendments does nothing to candles. wether the are on a amendments lowered lilypad or another block shouldnt matter
After the first candle being played on a lily, it will throw an exception and crash the game. It repeats the bottom two lines until it finally crashes.
The text was updated successfully, but these errors were encountered: