minecraft-packets
Version:
An easy way to query PrismarineJS/minecraft-packets
78 lines • 1.57 kB
JSON
{
"reset": false,
"advancementMapping": [
{
"key": "minecraft:recipes/misc/coal",
"value": {
"parentId": "minecraft:recipes/root",
"criteria": [
{
"key": "has_the_recipe"
},
{
"key": "has_coal_block"
}
],
"requirements": [
[
"has_the_recipe",
"has_coal_block"
]
]
}
},
{
"key": "minecraft:recipes/building_blocks/coal_block",
"value": {
"parentId": "minecraft:recipes/root",
"criteria": [
{
"key": "has_the_recipe"
},
{
"key": "has_at_least_9_coal"
}
],
"requirements": [
[
"has_the_recipe",
"has_at_least_9_coal"
]
]
}
}
],
"identifiers": [],
"progressMapping": [
{
"key": "minecraft:recipes/building_blocks/coal_block",
"value": [
{
"criterionIdentifier": "has_the_recipe"
},
{
"criterionIdentifier": "has_at_least_9_coal",
"criterionProgress": [
396,
-1215821757
]
}
]
},
{
"key": "minecraft:recipes/misc/coal",
"value": [
{
"criterionIdentifier": "has_the_recipe",
"criterionProgress": [
396,
-1215821756
]
},
{
"criterionIdentifier": "has_coal_block"
}
]
}
]
}