
Fire Ring recipes are broken in 1.21.1
mpustovoi opened this issue ยท 1 comments
[Render thread/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe piglinproliferation:blackstone_fire_ring: com.google.gson.JsonParseException: Input does not contain a key [type]: MapLike[{}]
[Render thread/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe piglinproliferation:blackstone_soul_fire_ring: com.google.gson.JsonParseException: Input does not contain a key [type]: MapLike[{}]
[Render thread/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe piglinproliferation:deepslate_fire_ring: com.google.gson.JsonParseException: Input does not contain a key [type]: MapLike[{}]
[Render thread/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe piglinproliferation:deepslate_soul_fire_ring: com.google.gson.JsonParseException: Input does not contain a key [type]: MapLike[{}]
[Render thread/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe piglinproliferation:end_stone_fire_ring: com.google.gson.JsonParseException: Input does not contain a key [type]: MapLike[{}]
[Render thread/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe piglinproliferation:end_stone_soul_fire_ring: com.google.gson.JsonParseException: Input does not contain a key [type]: MapLike[{}]
[Render thread/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe piglinproliferation:netherrack_fire_ring: com.google.gson.JsonParseException: Input does not contain a key [type]: MapLike[{}]
[Render thread/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe piglinproliferation:netherrack_soul_fire_ring: com.google.gson.JsonParseException: Input does not contain a key [type]: MapLike[{}]
[Render thread/ERROR] [net.minecraft.world.item.crafting.RecipeManager/]: Parsing error loading recipe piglinproliferation:stone_soul_fire_ring: com.google.gson.JsonParseException: Input does not contain a key [type]: MapLike[{}]
All fire ring recipes except the stone_fire_ring.json
are broken in 1.21.1 because they are just empty:
{
}
stone_fire_ring.json
is fine:
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"tag": "minecraft:coals"
},
"B": {
"tag": "minecraft:stone_crafting_materials"
}
},
"pattern": [
" C ",
"BBB"
],
"result": {
"id": "piglinproliferation:stone_fire_ring"
}
}