[1.20.1] Invisible Chests, "Can't find part lid"
merfed opened this issue ยท 0 comments
Describe the Bug
While testing out Vanillin as a replacement for EBE, I've run into invisible chests. Here's the relevant part of the log:
[13:52:28] [Flywheel Task Executor #9/ERROR] [flywheel/]: Error running task
java.util.NoSuchElementException: Can't find part lid
at dev.engine_room.flywheel.lib.model.part.InstanceTree.childOrThrow(InstanceTree.java:123) ~[flywheel-forge-1.20.1-1.0.4.jar%23428!/:?] {re:classloading}
at dev.engine_room.vanillin.visuals.ChestVisual.<init>(ChestVisual.java:79) ~[vanillin-forge-1.20.1-1.1.3.jar%23348!/:?] {re:classloading}
at dev.engine_room.flywheel.lib.visualization.SimpleBlockEntityVisualizer.createVisual(SimpleBlockEntityVisualizer.java:27) ~[flywheel-forge-1.20.1-1.0.4.jar%23428!/:?] {re:classloading}
at dev.engine_room.flywheel.impl.visualization.storage.BlockEntityStorage.createRaw(BlockEntityStorage.java:55) ~[flywheel-forge-1.20.1-1.0.4.jar%23428!/:?] {re:mixin,re:classloading,pl:mixin:APP:colorwheel.mixins.json:flw.BlockEntityStorageMixin,pl:mixin:A}
at dev.engine_room.flywheel.impl.visualization.storage.BlockEntityStorage.createRaw(BlockEntityStorage.java:15) ~[flywheel-forge-1.20.1-1.0.4.jar%23428!/:?] {re:mixin,re:classloading,pl:mixin:APP:colorwheel.mixins.json:flw.BlockEntityStorageMixin,pl:mixin:A}
at dev.engine_room.flywheel.impl.visualization.storage.Storage.add(Storage.java:72) ~[flywheel-forge-1.20.1-1.0.4.jar%23428!/:?] {re:classloading,re:mixin}
at dev.engine_room.flywheel.impl.visualization.VisualManagerImpl.processQueue(VisualManagerImpl.java:63) ~[flywheel-forge-1.20.1-1.0.4.jar%23428!/:?] {re:classloading}
at dev.engine_room.flywheel.impl.visualization.VisualManagerImpl.lambda$tickPlan$1(VisualManagerImpl.java:76) ~[flywheel-forge-1.20.1-1.0.4.jar%23428!/:?] {re:classloading}
at dev.engine_room.flywheel.lib.task.Distribute.tasks(Distribute.java:41) ~[flywheel-forge-1.20.1-1.0.4.jar%23428!/:?] {re:classloading}
at dev.engine_room.flywheel.lib.task.SimplePlan.lambda$execute$0(SimplePlan.java:33) ~[flywheel-forge-1.20.1-1.0.4.jar%23428!/:?] {re:classloading}
at dev.engine_room.flywheel.impl.task.ParallelTaskExecutor$WorkerThread.processTask(ParallelTaskExecutor.java:215) ~[flywheel-forge-1.20.1-1.0.4.jar%23428!/:?] {re:classloading}
at dev.engine_room.flywheel.impl.task.ParallelTaskExecutor$WorkerThread.run(ParallelTaskExecutor.java:205) ~[flywheel-forge-1.20.1-1.0.4.jar%23428!/:?] {re:classloading}
And the full log.
Reproduction Steps
...
Expected Result
I'd expect the chests to not be invisible.
Screenshots and Videos
No response
Crash Report or Log
Operating System
Windows 11
What is your GPU?
NVIDIA GeForce RTX 3090
Mod Version
0.6.8.a
Minecraft Version
1.19.2
Loader Version
47.4.6
Other Mods
No response
Additional Context
No response