{ "version": 2, "name": { "translate": "drinktype.ttb.kvass" }, "color": "#331b0f", "alcoholic_value": "1", "ingredients": [ { "items": [ "minecraft:bread" ], "count": 3 }, { "items": [ "minecraft:sugar" ], "count": 3 }, { "items": [ "minecraft:apple" ], "count": 1 } ], "cooking_quality_multiplier": "cos(clamp((age / 60 - 15.0) * 0.2, -2, 2))", "base_quality_value": "smooth_value_days(7.0, 3.0, 40.0, age) * 10", "book_information": { "best_cooking_time": 900.0, "best_barrel_age": 8400.0, "best_barrel_type": [ "oak" ] }, "barrel_definitions": [ { "type": "minecraft:oak", "quality_value": "quality", "reveal_time": 300 } ], "entries": [ { "type": "potion", "locked": false, "effect": "minecraft:saturation", "time": "(quality - 3) * 15 + 75", "value": "0" }, { "type": "random", "entries": [ { "type": "potion", "locked": false, "effect": "minecraft:speed", "time": "(quality - 5) * 10 + 100", "value": "0" } ], "apply_check": "random() - 1 + (45 / 100)" } ] }