Blockus

Blockus

7M Downloads

A few "Parsing error loading recipe"

Napkin opened this issue ยท 0 comments

commented

I'm seeing a few "Parsing error loading recipe" when starting dedicated server, v1.14.1 with fabric-loader 0.4.7+build.147 and yarn 1.14.1+build.5, and fabric-api mod 0.3.0-pre+build.157a.

[22:29:54] [Server thread/ERROR]: Parsing error loading recipe minecraft:chiseled_quartz_block
com.google.gson.JsonSyntaxException: Missing type, expected to find a string
[22:29:54] [Server thread/ERROR]: Parsing error loading recipe minecraft:chiseled_red_sandstone
com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
[22:29:54] [Server thread/ERROR]: Parsing error loading recipe minecraft:chiseled_sandstone
com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
[22:29:54] [Server thread/ERROR]: Parsing error loading recipe minecraft:chiseled_stone_bricks
com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
[22:29:54] [Server thread/ERROR]: Parsing error loading recipe minecraft:cut_red_sandstone
com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
[22:29:54] [Server thread/ERROR]: Parsing error loading recipe minecraft:cut_sandstone
com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
[22:29:55] [Server thread/ERROR]: Parsing error loading recipe minecraft:purpur_pillar
com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
[22:29:55] [Server thread/ERROR]: Parsing error loading recipe minecraft:quartz_pillar
com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $

Full details here: https://gist.github.com/Napkin/7b8be47e2caf851335f24a2dc15e3d3a

Cool mod, thank you!