-
Bug
-
Resolution: Invalid
-
None
-
1.21.2
-
None
-
Unconfirmed
-
(Unassigned)
Recipes that were working in 1.21.1 do not load.
Error output from this recipe:
{
"type": "minecraft:crafting_shapeless",
"category": "blocks",
"ingredients": [
],
"result":
}
is "DataResult.Error['List is too short: 0, expected range [1-9]']"
Error output from this recipe:
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"wow",
" w ",
" w "
],
"key": {
"o":
,
"w":
},
"result": {
"id": "minecraft:bone",
"components": {
"minecraft:item_name": "diggingbone",
"minecraft:max_stack_size": 1,
"minecraft:max_damage": 512,
"minecraft:damage": 0,
"minecraft:tool": {
"rules": [
],
"default_mining_speed": 1.5,
"damage_per_block": 3
}
}
}
}
is "DataResult.Error['Map entry 'o' : Failed to parse either. First: Not a string: \{"item":"minecraft:bone_block"}; Second: Failed to parse either. First: Not a json array: \{"item":"minecraft:bone_block"}; Second: Not a string: \{"item":"minecraft:bone_block"}']"