Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [18:43:44] [main/INFO]: Building optimized datafixer
- [18:43:45] [Worker-Bootstrap-10/ERROR]: Unable to build datafixers
- java.util.concurrent.CompletionException: java.lang.NullPointerException: Cannot invoke "com.mojang.datafixers.functions.PointFreeRule$CompRewrite.doRewrite(com.mojang.datafixers.types.Type, com.mojang.datafixers.types.Type, com.mojang.datafixers.functions.PointFree, com.mojang.datafixers.functions.PointFree)" because "this" is null
- at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
- at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
- at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1807) ~[?:?]
- at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?]
- at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
- at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
- at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
- at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
- at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
- Caused by: java.lang.NullPointerException: Cannot invoke "com.mojang.datafixers.functions.PointFreeRule$CompRewrite.doRewrite(com.mojang.datafixers.types.Type, com.mojang.datafixers.types.Type, com.mojang.datafixers.functions.PointFree, com.mojang.datafixers.functions.PointFree)" because "this" is null
- at com.mojang.datafixers.functions.PointFreeRule$CompRewrite.rewrite(PointFreeRule.java:180) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:567) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:567) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:567) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46) ~[datafixerupper-5.0.28.jar:?]
- at java.util.Optional.orElseGet(Optional.java:364) ~[?:?]
- at com.mojang.datafixers.functions.Apply.one(Apply.java:46) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.lambda$one$4(Comp.java:44) ~[datafixerupper-5.0.28.jar:?]
- at java.util.Optional.orElseGet(Optional.java:364) ~[?:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:44) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Apply.lambda$one$5(Apply.java:46) ~[datafixerupper-5.0.28.jar:?]
- at java.util.Optional.orElseGet(Optional.java:364) ~[?:?]
- at com.mojang.datafixers.functions.Apply.one(Apply.java:46) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.lambda$one$4(Comp.java:44) ~[datafixerupper-5.0.28.jar:?]
- at java.util.Optional.orElseGet(Optional.java:364) ~[?:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:44) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.Comp.one(Comp.java:43) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$One.rewrite(PointFreeRule.java:651) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$OrElse.rewrite(PointFreeRule.java:571) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$Many.lambda$rewrite$1(PointFreeRule.java:683) ~[datafixerupper-5.0.28.jar:?]
- at java.util.Optional.flatMap(Optional.java:289) ~[?:?]
- at com.mojang.datafixers.functions.PointFreeRule$Many.rewrite(PointFreeRule.java:683) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.functions.PointFreeRule$Seq.lambda$rewrite$0(PointFreeRule.java:525) ~[datafixerupper-5.0.28.jar:?]
- at java.util.Optional.flatMap(Optional.java:289) ~[?:?]
- at com.mojang.datafixers.functions.PointFreeRule$Seq.rewrite(PointFreeRule.java:525) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.View.rewrite(View.java:77) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.types.Type.lambda$rewrite$12(Type.java:190) ~[datafixerupper-5.0.28.jar:?]
- at java.util.Optional.flatMap(Optional.java:289) ~[?:?]
- at com.mojang.datafixers.types.Type.rewrite(Type.java:190) ~[datafixerupper-5.0.28.jar:?]
- at com.mojang.datafixers.DataFixerBuilder.lambda$buildOptimized$1(DataFixerBuilder.java:82) ~[datafixerupper-5.0.28.jar:?]
- at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
- ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment