To-the-Baikal/ToTheBaikal/data/ttb/brewery_drinks/coffee.json

44 lines
1 KiB
JSON
Raw Normal View History

2024-08-04 19:08:48 +03:00
{
"version": 2,
"name": {
"translate": "drinktype.ttb.coffee"
},
"color": "#3d180d",
"alcoholic_value": "-6",
"ingredients": [
{
"items": [
"minecraft:cocoa_beans"
],
"count": 3
},
{
"items": [
"minecraft:milk_bucket"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 2.0) * 0.5, -2, 2))",
"base_quality_value": "10",
"book_information": {
"best_cooking_time": 120.0,
"best_barrel_age": -1200.0
},
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:speed",
"time": "(quality - 3) * 15 + 30",
"value": "1"
},
{
"type": "potion",
"locked": false,
"effect": "minecraft:regeneration",
"time": "(quality - 5)",
"value": "1"
}
]
}