Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Parsing error loading some built-in food advancements [1.12.2-14.23.3.2669]

Featured Replies

Posted

I'm receiving these errors in the server console:

Server thread/ERROR Parsing error loading built-in advancement minecraft:recipes/food/pumpkin_pie

Server thread/ERROR Parsing error loading built-in advancement minecraft:recipes/food/mushroom_stew

Server thread/ERROR Parsing error loading built-in advancement minecraft:recipes/food/bread

Server thread/ERROR Parsing error loading built-in advancement minecraft:recipes/food/beetroot_soup

There should be more to the logs, showing explciitly what went wrong.

However, the vanilla built in advancements are valid syntax so you shouldn't be having this error unless you've changed something.

More logs are needed.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

  • Author

Sorry for the delay. Here's more from the logs:


20.04 13:05:47 [Server] Server thread/ERROR Parsing error loading built-in advancement minecraft:recipes/food/pumpkin_pie 20.04 13:05:47 [Server] INFO com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:pumpkin_pie' 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
 20.04 13:05:47 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
 20.04 13:05:47 [Server] Server thread/ERROR Parsing error loading built-in advancement minecraft:recipes/food/mushroom_stew 20.04 13:05:47 [Server] INFO com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:mushroom_stew' 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
 20.04 13:05:47 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
 20.04 13:05:47 [Server] Server thread/ERROR Parsing error loading built-in advancement minecraft:recipes/food/cookie 20.04 13:05:47 [Server] INFO com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:cookie' 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
 20.04 13:05:47 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
 20.04 13:05:47 [Server] Server thread/ERROR Parsing error loading built-in advancement minecraft:recipes/food/bread 20.04 13:05:47 [Server] INFO com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:bread' 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
 20.04 13:05:47 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
 20.04 13:05:47 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
 20.04 13:05:47 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
 20.04 13:05:47 [Server] Server thread/ERROR Parsing error loading built-in advancement minecraft:recipes/food/beetroot_soup

  • Author

I just did some research and it's possible Pam's Harvestcraft might be responsible for these errors as it appears to make tweaks to some recipes and this might be affecting the achievements. If you concur, I will submit a report with them.

ya, something you have installed is removing vanilla recipes which breaks the advancements.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.