mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
Added sweet berries death messages.
This commit is contained in:
parent
17e02aec3c
commit
5e969ba928
2 changed files with 6 additions and 1 deletions
|
@ -149,6 +149,11 @@ mcl_death_messages = {
|
||||||
plain = "@1 went off with a bang",
|
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
|
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.
|
-- Missing snowballs: The Minecraft wiki mentions them but the MC source code does not.
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue