To-the-Baikal/ToTheBaikal/data/ttb/brewery_drinks/soda.json
2024-08-04 19:08:48 +03:00

28 lines
No EOL
612 B
JSON

{
"version": 2,
"name": {
"translate": "drinktype.ttb.soda"
},
"color": "#f4b700",
"alcoholic_value": "-1",
"ingredients": [
{
"items": [
"minecraft:sugar"
],
"count": 3
},
{
"items": [
"minecraft:pumpkin"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 5.0) * 0.5, -2, 2))",
"base_quality_value": "10",
"book_information": {
"best_cooking_time": 300.0,
"best_barrel_age": -1200.0
}
}