HexCasting/Fabric/src/generated/resources/data/hexcasting/advancements/recipes/hexcasting.creative_tab/dye_colorizer_black.json

34 lines
612 B
JSON
Raw Normal View History

2022-05-24 00:01:22 +02:00
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item": {
"conditions": {
"items": [
{
"items": [
"hexcasting:amethyst_dust"
]
}
]
2022-11-04 18:21:08 +01:00
},
"trigger": "minecraft:inventory_changed"
2022-05-24 00:01:22 +02:00
},
"has_the_recipe": {
"conditions": {
"recipe": "hexcasting:dye_colorizer_black"
2022-11-04 18:21:08 +01:00
},
"trigger": "minecraft:recipe_unlocked"
2022-05-24 00:01:22 +02:00
}
},
"requirements": [
[
"has_item",
"has_the_recipe"
]
2022-11-04 18:21:08 +01:00
],
"rewards": {
"recipes": [
"hexcasting:dye_colorizer_black"
]
}
2022-05-24 00:01:22 +02:00
}