{ "version": 2, "name": { "translate": "drinktype.ttb.cognac" }, "color": "#b5551e", "alcoholic_value": "50", "ingredients": [ { "items": [ "minecraft:wheat" ], "count": 3 }, { "items": [ "minecraft:sugar_cane" ], "count": 3 }, { "items": [ "minecraft:sweet_berries" ], "count": 1 }, { "items": [ "minecraft:spider_eye" ], "count": 1 } ], "cooking_quality_multiplier": "cos(clamp((age / 60 - 20.0) * 0.4, -2, 2))", "base_quality_value": "smooth_value_days(30.0, 7.0, 90.0, age) * 10", "book_information": { "best_cooking_time": 1200.0, "best_barrel_age": 36000.0 }, "barrel_definitions": [ { "type": "*", "quality_value": "quality", "reveal_time": 300 } ], "entries": [ { "type": "potion", "locked": false, "effect": "minecraft:strength", "time": "(quality - 5) * 10 + 250", "value": "0" }, { "type": "delayed", "entries": [ { "type": "random", "entries": [ { "type": "potion", "locked": false, "effect": "minecraft:slowness", "time": "179", "value": "0" } ], "apply_check": "random() - 1 + (75 / 100)" } ], "delay": "(quality - 5) * 10 + 250" } ] }