Kibe Utilities

Kibe Utilities

8M Downloads

timer block causes crash

superdumpling opened this issue ยท 0 comments

commented

context: works fine but crashes when I use xaeros to teleport to a waypoint

log:

Description: Ticking block entity

java.lang.IllegalArgumentException: Cannot get property class_2746{name=enabled, clazz=class java.lang.Boolean, values=[true, false]} as it does not exist in Block{minecraft:void_air}
at net.minecraft.class_2688.method_11654(class_2688.java:98)
at io.github.lucaargolo.kibe.blocks.miscellaneous.RedstoneTimerEntity$Companion.tick(RedstoneTimerEntity.java:43)
at io.github.lucaargolo.kibe.blocks.miscellaneous.RedstoneTimer.getTicker$lambda-0(RedstoneTimer.java:27)
at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:886)
at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:941)
at net.minecraft.class_1937.method_18471(class_1937.java:474)
at net.minecraft.class_638.method_18116(class_638.java:203)
at net.minecraft.class_310.method_1574(class_310.java:1750)
at net.minecraft.class_310.method_1523(class_310.java:1081)
at net.minecraft.class_310.method_1514(class_310.java:728)
at net.minecraft.client.main.Main.main(Main.java:217)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.class_128.handler$bfl000$fillPatchouliContext(class_128.java:521)

-- Patchouli Book Info --
Details:
Patchouli open book context: n/a
Stacktrace:
at net.minecraft.class_128.handler$bfl000$fillPatchouliContext(class_128.java:521)
at net.minecraft.class_128.(class_128.java:48)
at net.minecraft.class_128.method_560(class_128.java:342)
at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:896)
at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:941)
at net.minecraft.class_1937.method_18471(class_1937.java:474)
at net.minecraft.class_638.method_18116(class_638.java:203)
at net.minecraft.class_310.method_1574(class_310.java:1750)
at net.minecraft.class_310.method_1523(class_310.java:1081)
at net.minecraft.class_310.method_1514(class_310.java:728)
at net.minecraft.client.main.Main.main(Main.java:217)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)

-- Block entity being ticked --
Details:
Name: kibe:redstone_timer // io.github.lucaargolo.kibe.blocks.miscellaneous.RedstoneTimerEntity
Block: Block{kibe:redstone_timer}[enabled=true]
Block location: World: (4381,78,-1451), Section: (at 13,14,5 in 273,4,-91; chunk contains blocks 4368,0,-1456 to 4383,255,-1441), Region: (8,-3; contains chunks 256,-96 to 287,-65, blocks 4096,0,-1536 to 4607,255,-1025)
Block: Block{minecraft:void_air}
Block location: World: (4381,78,-1451), Section: (at 13,14,5 in 273,4,-91; chunk contains blocks 4368,0,-1456 to 4383,255,-1441), Region: (8,-3; contains chunks 256,-96 to 287,-65, blocks 4096,0,-1536 to 4607,255,-1025)