ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/coffee_ingredient/pufferfish.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
250 B
JSON

{
"type": "actuallyadditions:coffee_ingredient",
"effects": [
{
"amplifier": 0,
"duration": 10,
"effect": "minecraft:water_breathing"
}
],
"ingredient": {
"item": "minecraft:pufferfish"
},
"maxAmplifier": 2
}