Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More than one candle on a lily block crashes #201

Open
z3rodown opened this issue Feb 9, 2025 · 1 comment
Open

More than one candle on a lily block crashes #201

z3rodown opened this issue Feb 9, 2025 · 1 comment

Comments

@z3rodown
Copy link

z3rodown commented Feb 9, 2025

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:?]

@MehVahdJukaar
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants