HexCasting/Fabric/src/generated/resources/data/hexcasting/advancements/recipes/hexcasting.creative_tab/impetus/empty.json
2023-05-23 13:36:26 -05:00

34 lines
683 B
JSON

{
"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
}
},
"trigger": "hexcasting:overcast"
},
"has_the_recipe": {
"conditions": {
"recipe": "hexcasting:impetus/empty"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"enlightenment",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"hexcasting:impetus/empty"
]
}
}