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