Server startup error with Invalid JSON unknown item patchouli:guide_book
smmmadden opened this issue ยท 0 comments
If this is about a specific bee please report to the pack dev as we do not create bees we just give tools to pack devs.
If you do report a "bug" that is about a specific bee or set of bees it will be instantly closed due to it most likely being
an issue with the bees that pack devs added themself and not our code.
Describe the bug
A clear and concise description of what the bug is.
Every restart of our MP Server, the below error is thrown. I only found one reference to patchouli in C:\Minecraft Software\Forge Mods\1.16.x\ResourcefulBees-1.16.5-0.6.6a.jar\data\resourcefulbees\patchouli_books\fifty_shades_of_bees\books.json
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
I have only been on 1.16.5-06.5b and this one and both have the same issue.
Expected behavior
A clear and concise description of what you expected to happen.
No error on startup would be great :-)
Screenshots or Crash Logs
If applicable, add screenshots or crash logs to help explain your problem.
[13Apr2021 21:10:03.454] [Worker-Main-12/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe resourcefulbees:guide_book
com.google.gson.JsonSyntaxException: Unknown item 'patchouli:guide_book'
at net.minecraft.item.crafting.ShapedRecipe.func_222129_c(ShapedRecipe.java:262) ~[?:?]
at java.util.Optional.orElseThrow(Unknown Source) ~[?:1.8.0_271]
at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:261) ~[?:?]
at net.minecraft.item.crafting.ShapelessRecipe$Serializer.func_199425_a_(ShapelessRecipe.java:86) ~[?:?]
at net.minecraft.item.crafting.ShapelessRecipe$Serializer.func_199425_a_(ShapelessRecipe.java:76) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:141) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:61) ~[?:?]
at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:38) ~[?:?]
at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?]
at java.util.concurrent.CompletableFuture.uniAccept(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_271]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture.uniAccept(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture.postComplete(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture.postFire(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_271]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture.uniAccept(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture.postComplete(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture.postFire(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_271]
at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?]
at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompletion.claim(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture.uniAccept(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture.postComplete(Unknown Source) ~[?:1.8.0_271]
at java.util.concurrent.CompletableFuture.complete(Unknown Source) ~[?:1.8.0_271]
at net.minecraft.resources.AsyncReloader$1.func_216873_a(SourceFile:53) ~[?:?]
at net.minecraft.resources.AsyncReloader$1.func_216872_a(SourceFile:50) ~[?:?]
at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source) [?:1.8.0_271]
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source) [?:1.8.0_271]
at java.util.concurrent.CompletableFuture.postComplete(Unknown Source) [?:1.8.0_271]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) [?:1.8.0_271]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) [?:1.8.0_271]
at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_271]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_271]
at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_271]
at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_271]
[13Apr2021 21:10:03.496] [Worker-Main-12/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 9 recipes
please complete the following information:
- Forge Version [e.g. '1.15.2 - 31.2.5'] - 1.16.5-31.1.4
- Mod Version [e.g. '0.2.0'] 1.16.5-06.6a
Additional context
Add any other context about the problem here.