HexCasting/Fabric/src/generated/resources/data/hexcasting/advancements/recipes/brainsweep/brainsweep/quench_allay.json

34 lines
703 B
JSON
Raw Normal View History

2022-12-30 19:00:47 +01:00
{
"parent": "minecraft:recipes/root",
"criteria": {
"enlightenment": {
"conditions": {
"health_used": {
"min": 0.8
},
"mojang_i_am_begging_and_crying_please_add_an_entity_health_criterion": {
"max": 1.0,
"min": 2.2250738585072014E-308
2022-12-30 19:00:47 +01:00
}
},
"trigger": "hexcasting:overcast"
},
"has_the_recipe": {
"conditions": {
2023-02-16 21:39:57 +01:00
"recipe": "hexcasting:brainsweep/quench_allay"
2022-12-30 19:00:47 +01:00
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"enlightenment",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
2023-02-16 21:39:57 +01:00
"hexcasting:brainsweep/quench_allay"
2022-12-30 19:00:47 +01:00
]
}
}