minecraft-packets
Version:
An easy way to query PrismarineJS/minecraft-packets
143 lines • 2.79 kB
JSON
{
"reset": false,
"advancementMapping": [
{
"key": "minecraft:recipes/building_blocks/coal_block",
"value": {
"parentId": "minecraft:recipes/root",
"criteria": [
{
"key": "has_coal"
},
{
"key": "has_the_recipe"
}
],
"requirements": [
[
"has_coal",
"has_the_recipe"
]
]
}
},
{
"key": "minecraft:recipes/root",
"value": {
"criteria": [
{
"key": "impossible"
}
],
"requirements": [
[
"impossible"
]
]
}
},
{
"key": "minecraft:recipes/decorations/campfire",
"value": {
"parentId": "minecraft:recipes/root",
"criteria": [
{
"key": "has_coal"
},
{
"key": "has_stick"
},
{
"key": "has_the_recipe"
}
],
"requirements": [
[
"has_stick",
"has_coal",
"has_the_recipe"
]
]
}
},
{
"key": "minecraft:recipes/misc/green_dye",
"value": {
"parentId": "minecraft:recipes/root",
"criteria": [
{
"key": "has_cactus"
},
{
"key": "has_the_recipe"
}
],
"requirements": [
[
"has_cactus",
"has_the_recipe"
]
]
}
}
],
"identifiers": [],
"progressMapping": [
{
"key": "minecraft:recipes/decorations/campfire",
"value": [
{
"criterionIdentifier": "has_coal",
"criterionProgress": [
396,
-1215764367
]
},
{
"criterionIdentifier": "has_stick"
},
{
"criterionIdentifier": "has_the_recipe"
}
]
},
{
"key": "minecraft:recipes/building_blocks/coal_block",
"value": [
{
"criterionIdentifier": "has_coal",
"criterionProgress": [
396,
-1215764370
]
},
{
"criterionIdentifier": "has_the_recipe"
}
]
},
{
"key": "minecraft:recipes/misc/green_dye",
"value": [
{
"criterionIdentifier": "has_cactus",
"criterionProgress": [
396,
-1215764365
]
},
{
"criterionIdentifier": "has_the_recipe"
}
]
},
{
"key": "minecraft:recipes/root",
"value": [
{
"criterionIdentifier": "impossible"
}
]
}
]
}