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

{
"type": "actuallyadditions:coffee_ingredient",
"effects": [
{
"amplifier": 0,
"duration": 15,
"effect": "minecraft:strength"
}
],
"ingredient": {
"item": "minecraft:blaze_powder"
},
"maxAmplifier": 4
}