ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/coffee_ingredient/ghast_tear.json
Mrbysco 971fdd652f Add Coffee Machine JEI category
Create a recipe type replacement for CoffeeIngredient
2024-03-05 21:14:05 +01:00

14 lines
246 B
JSON

{
"type": "actuallyadditions:coffee_ingredient",
"effects": [
{
"amplifier": 0,
"duration": 5,
"effect": "minecraft:regeneration"
}
],
"ingredient": {
"item": "minecraft:ghast_tear"
},
"maxAmplifier": 3
}