-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Crash with inventory proxy #514
Comments
Please post your minecraft log |
---- Minecraft Crash Report ---- Time: 2025-01-09 20:45:41 java.lang.IllegalArgumentException: Cannot get property class_2753{name=facing, clazz=class net.minecraft.class_2350, values=[north, east, south, west, up, down]} as it does not exist in Block{minecraft:air} A detailed walkthrough of the error, its code path and all known details is as follows:-- Head -- -- Block entity being ticked -- -- Affected level -- -- Last reload -- -- System Details -- |
What did you do to make the game crash? |
I just teleported really far away |
and then it crashed, it was fine when i relaunched the game tho |
Yea i have realised it keeps crashing when tping away from the chunks that inventpry proxies are in. I use waystones to do the tping |
It only crashes when teleporting away from the inventory proxy chunk when teleporting to the inventry proxy chunk its fine |
Description: Ticking block entity
java.lang.IllegalArgumentException: Cannot get property class_2753{name=facing, clazz=class net.minecraft.class_2350, values=[north, east, south, west, up, down]} as it does not exist in Block{minecraft:air}
at knot//net.minecraft.class_2688.method_11654(class_2688.java:98)
at knot//com.tom.storagemod.tile.InventoryProxyBlockEntity.getItemStorage(InventoryProxyBlockEntity.java:77)
The text was updated successfully, but these errors were encountered: