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

24 lines
520 B
JSON
Raw Normal View History

2024-08-04 19:08:48 +03:00
{
"version": 2,
"name": {
"translate": "drinktype.ttb.berry_soda"
},
"color": "#c493ed",
"alcoholic_value": "-1",
"ingredients": [
{
"items": [
"minecraft:sugar"
],
"count": 3
},
{
"items": [
"minecraft:sweet_berries"
],
"count": 3
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 5.0) * 0.5, -2, 2))",
"base_quality_value": "10"
}