mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 21:13:11 +01:00
971fdd652f
Create a recipe type replacement for CoffeeIngredient
14 lines
No EOL
235 B
JSON
14 lines
No EOL
235 B
JSON
{
|
|
"type": "actuallyadditions:coffee_ingredient",
|
|
"effects": [
|
|
{
|
|
"amplifier": 0,
|
|
"duration": 30,
|
|
"effect": "minecraft:speed"
|
|
}
|
|
],
|
|
"ingredient": {
|
|
"item": "minecraft:sugar"
|
|
},
|
|
"maxAmplifier": 4
|
|
} |