minecraft-packets
Version:
An easy way to query PrismarineJS/minecraft-packets
66 lines • 1.25 kB
JSON
{
"reset": true,
"advancementMapping": [
{
"key": "minecraft:recipes/decorations/crafting_table",
"value": {
"parentId": "minecraft:recipes/root",
"criteria": [
{
"key": "unlock_right_away"
},
{
"key": "has_the_recipe"
}
],
"requirements": [
[
"unlock_right_away",
"has_the_recipe"
]
]
}
},
{
"key": "minecraft:recipes/root",
"value": {
"criteria": [
{
"key": "impossible"
}
],
"requirements": [
[
"impossible"
]
]
}
}
],
"identifiers": [],
"progressMapping": [
{
"key": "minecraft:recipes/decorations/crafting_table",
"value": [
{
"criterionIdentifier": "unlock_right_away",
"criterionProgress": [
396,
-1215805759
]
},
{
"criterionIdentifier": "has_the_recipe"
}
]
},
{
"key": "minecraft:recipes/root",
"value": [
{
"criterionIdentifier": "impossible"
}
]
}
]
}