crafting_table.json
0 B
Empty File
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:crafting_table"
},
"trigger": "minecraft:recipe_unlocked"
},
"unlock_right_away": {
"conditions": {},
"trigger": "minecraft:tick"
}
},
"requirements": [
[
"unlock_right_away",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:crafting_table"
]
},
"sends_telemetry_event": false
}