{ "version": 2, "name": { "translate": "drinktype.ttb.moonshine" }, "color": "#c2cad6", "alcoholic_value": "60", "ingredients": [ { "items": [ "minecraft:potato" ], "count": 3 }, { "items": [ "minecraft:sugar_cane" ], "count": 3 }, { "items": [ "minecraft:warped_fungus" ], "count": 1 } ], "distillation_runs": 3, "cooking_quality_multiplier": "cos(clamp((age / 60 - 30.0) * 0.6, -2, 2))", "base_quality_value": "smooth_value_days(15.0, 7.0, 80.0, age) * 10", "barrel_definitions": [ { "type": "*", "quality_value": "quality", "reveal_time": 300 } ], "entries": [ { "type": "delayed", "entries": [ { "type": "potion", "locked": false, "effect": "minecraft:darkness", "time": "179", "value": "0" } ], "delay": "360" }, { "type": "random", "entries": [ { "type": "potion", "locked": false, "effect": "minecraft:strength", "time": "(quality - 8) * 15 + 110", "value": "0" } ], "apply_check": "random() - 1 + (80 / 100)" }, { "type": "execute_command", "command": "playsound minecraft:entity.player.burp player @a ~ ~ ~", "apply_check": "random() - 1 + (50 / 100)" } ] }