From e2cbd4267cbcadd6f2a3a5cc09007bfd8eda0342 Mon Sep 17 00:00:00 2001 From: CyberMango Date: Fri, 13 Jan 2023 23:02:39 +0200 Subject: [PATCH] Added back sweet berries death messages. --- mods/HUD/mcl_death_messages/init.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mods/HUD/mcl_death_messages/init.lua b/mods/HUD/mcl_death_messages/init.lua index 3a74bd604..00de9228c 100644 --- a/mods/HUD/mcl_death_messages/init.lua +++ b/mods/HUD/mcl_death_messages/init.lua @@ -151,6 +151,11 @@ mcl_death_messages = { plain = "@1 went off with a bang", item = "@1 went off with a bang due to a firework fired from @3 by @2", -- order is intentional }, + sweet_berry = { + _translator = S, + plain = "@1 died a sweet death", + assist = "@1 was poked to death by a sweet berry bush whilst trying to escape @2", + }, -- Missing snowballs: The Minecraft wiki mentions them but the MC source code does not. }, }