Minecart issue | Error running job content is null
samve000 opened this issue · 1 comments
Describe the Bug
When I place down a minecart the log shows an error and the minecart becomes a black square. When I remove the Create mod the minecart is normal again, when I remove the better fletching table mod it becomes a minecart with a command block in it and the error won't show up.
Reproduction Steps
- Install create mod
- Install Better Fletching Table mod
- Open a world
- Place a minecart
Expected Result
I expect the minecart not to be a black square and the error not to pop up everytime I place a minecart.
Screenshots and Videos
Crash Report or Log
Operating System
Windows 11
Mod Version
0.5.1f
Minecraft Version
1.20.1
Other Mods
[✔] bft-2.0.0
[✔] create-fabric-0.5.1-f-build.1417+mc1.20.1
[✔] fabric-api-0.92.2+1.20.1
Additional Context
[Flywheel 1/ERROR] (Flywheel) Error running job
java.lang.NullPointerException: Cannot invoke "com.jozufozu.flywheel.core.materials.model.ModelData.delete()" because "this.contents" is null
at com.jozufozu.flywheel.vanilla.MinecartInstance.tick(MinecartInstance.java:49) ~[flywheel-0.6.10-2-32bc5505f22ffdd1.jar:?]
at com.jozufozu.flywheel.backend.instancing.InstanceManager.tickInstance(InstanceManager.java:143) ~[flywheel-0.6.10-2-32bc5505f22ffdd1.jar:?]
at com.jozufozu.flywheel.backend.instancing.InstanceManager.lambda$tick$0(InstanceManager.java:123) ~[flywheel-0.6.10-2-32bc5505f22ffdd1.jar:?]
at com.jozufozu.flywheel.backend.instancing.ParallelTaskEngine.processTask(ParallelTaskEngine.java:156) ~[flywheel-0.6.10-2-32bc5505f22ffdd1.jar:?]
at com.jozufozu.flywheel.backend.instancing.ParallelTaskEngine$WorkerRunnable.run(ParallelTaskEngine.java:190) ~[flywheel-0.6.10-2-32bc5505f22ffdd1.jar:?]
at java.lang.Thread.run(Unknown Source) ~[?:?]