{ "version": 2, "name": { "translate": "drinktype.ttb.vodka_meine_liebe" }, "color": "#f3f2eb", "alcoholic_value": "40", "ingredients": [ { "items": [ "minecraft:potato" ], "count": 6 }, { "items": [ "minecraft:wheat_seeds" ], "count": 1 }, { "items": [ "minecraft:pink_petals" ], "count": 1 } ], "distillation_runs": 1, "cooking_quality_multiplier": "cos(clamp((age / 60 - 20.0) * 0.33, -2, 2))", "base_quality_value": "10", "entries": [ { "type": "random", "entries": [ { "type": "potion", "locked": false, "effect": "minecraft:strength", "time": "(quality - 9) * 15 * 59.5", "value": "0" } ], "apply_check": "random() - 1 + (75 / 100)" }, { "type": "random", "entries": [ { "type": "potion", "locked": false, "effect": "minecraft:speed", "time": "(quality - 9) * 5 * 17.5", "value": "0" } ], "apply_check": "random() - 1 + (80 / 100)" }, { "type": "delayed", "entries": [ { "type": "random", "entries": [ { "type": "potion", "locked": false, "effect": "minecraft:darkness", "time": "(quality - 9) * 15 * 10.5", "value": "0" } ], "apply_check": "random() - 1 + (10 / 100)" } ], "delay": "480" } ] }