Started by
Blackout_
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a mod that reworks all death messages but I've only seen how to do custom death messages with items that hurt the user. Is it possible to change "Player was slain by Zombie" to "Zombie made sure Player won't come back from the dead"?
Yes, go to your project files, open folder "build", "resources", "Main", "assets". then create a folder called "Minecraft", then inside that folder create a new one called "lang" then you'll need the "en_us" file from Minecraft, inside that file you can change pretty much everything Minecraft text.
Any Minecraft file can be found at %appdata%
Thank you! Is there a way though to make a death message specific to a zombie rather than a general message of dying to any mob?