From f2906bee3a6cbe1e3af8a75143f22cd37abc53e8 Mon Sep 17 00:00:00 2001 From: Brandon Date: Wed, 22 Jul 2020 17:46:49 -0400 Subject: [PATCH] Add really cool header text --- mods/ITEMS/mcl_potions/potions.lua | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/mods/ITEMS/mcl_potions/potions.lua b/mods/ITEMS/mcl_potions/potions.lua index 9e050cc24..e7d33d29d 100644 --- a/mods/ITEMS/mcl_potions/potions.lua +++ b/mods/ITEMS/mcl_potions/potions.lua @@ -26,6 +26,22 @@ local function perc_string(num) end end + +-- ██████╗░███████╗░██████╗░██╗░██████╗████████╗███████╗██████╗░ +-- ██╔══██╗██╔════╝██╔════╝░██║██╔════╝╚══██╔══╝██╔════╝██╔══██╗ +-- ██████╔╝█████╗░░██║░░██╗░██║╚█████╗░░░░██║░░░█████╗░░██████╔╝ +-- ██╔══██╗██╔══╝░░██║░░╚██╗██║░╚═══██╗░░░██║░░░██╔══╝░░██╔══██╗ +-- ██║░░██║███████╗╚██████╔╝██║██████╔╝░░░██║░░░███████╗██║░░██║ +-- ╚═╝░░╚═╝╚══════╝░╚═════╝░╚═╝╚═════╝░░░░╚═╝░░░╚══════╝╚═╝░░╚═╝ +-- +-- ██████╗░░█████╗░████████╗██╗░█████╗░███╗░░██╗░██████╗ +-- ██╔══██╗██╔══██╗╚══██╔══╝██║██╔══██╗████╗░██║██╔════╝ +-- ██████╔╝██║░░██║░░░██║░░░██║██║░░██║██╔██╗██║╚█████╗░ +-- ██╔═══╝░██║░░██║░░░██║░░░██║██║░░██║██║╚████║░╚═══██╗ +-- ██║░░░░░╚█████╔╝░░░██║░░░██║╚█████╔╝██║░╚███║██████╔╝ +-- ╚═╝░░░░░░╚════╝░░░░╚═╝░░░╚═╝░╚════╝░╚═╝░░╚══╝╚═════╝░ + + local function register_potion(def) local dur = mcl_potions.DURATION @@ -275,6 +291,21 @@ local function register_potion(def) end +-- ██████╗░░█████╗░████████╗██╗░█████╗░███╗░░██╗ +-- ██╔══██╗██╔══██╗╚══██╔══╝██║██╔══██╗████╗░██║ +-- ██████╔╝██║░░██║░░░██║░░░██║██║░░██║██╔██╗██║ +-- ██╔═══╝░██║░░██║░░░██║░░░██║██║░░██║██║╚████║ +-- ██║░░░░░╚█████╔╝░░░██║░░░██║╚█████╔╝██║░╚███║ +-- ╚═╝░░░░░░╚════╝░░░░╚═╝░░░╚═╝░╚════╝░╚═╝░░╚══╝ +-- +-- ██████╗░███████╗███████╗██╗███╗░░██╗██╗████████╗██╗░█████╗░███╗░░██╗░██████╗ +-- ██╔══██╗██╔════╝██╔════╝██║████╗░██║██║╚══██╔══╝██║██╔══██╗████╗░██║██╔════╝ +-- ██║░░██║█████╗░░█████╗░░██║██╔██╗██║██║░░░██║░░░██║██║░░██║██╔██╗██║╚█████╗░ +-- ██║░░██║██╔══╝░░██╔══╝░░██║██║╚████║██║░░░██║░░░██║██║░░██║██║╚████║░╚═══██╗ +-- ██████╔╝███████╗██║░░░░░██║██║░╚███║██║░░░██║░░░██║╚█████╔╝██║░╚███║██████╔╝ +-- ╚═════╝░╚══════╝╚═╝░░░░░╚═╝╚═╝░░╚══╝╚═╝░░░╚═╝░░░╚═╝░╚════╝░╚═╝░░╚══╝╚═════╝░ + + local awkward_def = { name = "awkward", description = "Awkward Potion",