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

IllegalStateException for yungscavebiomes:falling_icicle #14

Closed
bradyj04 opened this issue Oct 14, 2024 · 3 comments
Closed

IllegalStateException for yungscavebiomes:falling_icicle #14

bradyj04 opened this issue Oct 14, 2024 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@bradyj04
Copy link

bradyj04 commented Oct 14, 2024

Will paste the error here, it did result in a crash, unsure what exactly could be causing it. This is fabric, 1.20.1. Note: before the crash, I broke an ice block in a cave and the icicle fell. Then crashed, I'm guessing since that is mentioned in the error code there is an issue specifically with the icicles.
[Server thread/ERROR] (Minecraft) Encountered an unexpected exception
net.minecraft.class_148: Ticking entity
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:901) ~[server-intermediary.jar:?]
at net.minecraft.class_3176.method_3813(class_3176.java:283) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265) ~[server-intermediary.jar:?]
at java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalStateException: Trying to access unbound value 'ResourceKey[minecraft:damage_type / yungscavebiomes:falling_icicle]' from registry FakeRegistry[registryKey=ResourceKey[minecraft:root / minecraft:damage_type], defaultId=polymer:fake_damage, defaultValue=class_8110[msgId=, scaling=NEVER, exhaustion=0.0, effects=HURT, deathMessageType=DEFAULT]]
at net.minecraft.class_6880$class_6883.comp_349(class_6880.java:167) ~[server-intermediary.jar:?]
at net.minecraft.class_1282.method_48792(class_1282.java:140) ~[server-intermediary.jar:?]
at net.minecraft.class_1282.method_5514(class_1282.java:105) ~[server-intermediary.jar:?]
at net.minecraft.class_1657.method_5643(class_1657.java:912) ~[server-intermediary.jar:?]
at net.minecraft.class_3222.method_5643(class_3222.java:732) ~[server-intermediary.jar:?]
at net.minecraft.class_1540.method_32879(class_1540.java:255) ~[server-intermediary.jar:?]
at java.util.ArrayList.forEach(ArrayList.java:1596) ~[?:?]
at net.minecraft.class_1540.method_5747(class_1540.java:254) ~[server-intermediary.jar:?]
at net.minecraft.class_2248.method_9554(class_2248.java:457) ~[server-intermediary.jar:?]
at net.minecraft.class_1297.method_5623(class_1297.java:1287) ~[server-intermediary.jar:?]
at net.minecraft.class_1297.method_5784(class_1297.java:738) ~[server-intermediary.jar:?]
at net.minecraft.class_1540.method_5773(class_1540.java:138) ~[server-intermediary.jar:?]
at net.minecraft.class_3218.method_18762(class_3218.java:739) ~[server-intermediary.jar:?]
at net.minecraft.class_1937.method_18472(class_1937.java:480) ~[server-intermediary.jar:?]
at net.minecraft.class_3218.method_31420(class_3218.java:385) ~[server-intermediary.jar:?]
at net.minecraft.class_5574.method_31791(class_5574.java:54) ~[server-intermediary.jar:?]
at net.minecraft.class_3218.method_18765(class_3218.java:353) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897) ~[server-intermediary.jar:?]
... 5 more

@bradyj04
Copy link
Author

For anyone else who has this issue i recommend deleting everything besides the world etc in your .minecraft folder, unsure what happened config wise but something was colliding and causing the error.

@bradyj04 bradyj04 reopened this Oct 15, 2024
@bradyj04
Copy link
Author

nevermind it back, it also seems to happen with vines. It seems to be when entities walk under and it falls or when into the vines, also players. But it isn't every time, sadly.

@yungnickyoung yungnickyoung added the duplicate This issue or pull request already exists label Nov 26, 2024
@yungnickyoung
Copy link
Member

Gonna redirect this to #18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants