{ "version": 2, "name": { "translate": "drinktype.ttb.shining_brilliance" }, "color": "#3ab5b2", "alcoholic_value": "0", "ingredients": [ { "items": [ "minecraft:glow_ink_sac" ], "count": 2 }, { "items": [ "minecraft:glowstone_dust" ], "count": 1 }, { "items": [ "minecraft:spider_eye" ], "count": 1 } ], "cooking_quality_multiplier": "cos(clamp((age / 60 - 10.0) * 0.5, -2, 2))", "base_quality_value": "smooth_value_days(5.0, 2.5, 25.0, age) * 10", "book_information": { "best_cooking_time": 600.0, "best_barrel_age": 6000.0 }, "barrel_definitions": [ { "type": "*", "quality_value": "quality", "reveal_time": 300 } ], "entries": [ { "type": "potion", "locked": false, "effect": "minecraft:glowing", "time": "(quality - 8) * 15 + 570", "value": "0" }, { "type": "random", "entries": [ { "type": "potion", "locked": false, "effect": "minecraft:nausea", "time": "60", "value": "0" } ], "apply_check": "random() - 1 + (30 / 100)" }, { "type": "delayed", "entries": [ { "type": "random", "entries": [ { "type": "potion", "locked": false, "effect": "minecraft:darkness", "time": "15", "value": "0" } ], "apply_check": "random() - 1 + (75 / 100)" } ], "delay": "900" } ] }