Posted September 9, 20232 yr I also want it to make a new death msg package net.astral; import net.minecraft.world.damagesource.DamageSource; public class Munch { public static DamageSource MuchedHard = new DamageSource("broke_teeth"); } this is what I have for the value currently and idk what to do now
September 9, 20232 yr Broke teeth? Hah. I already see that MuchedHard is misspelled. You could try looking at the MC source code to see how they add death messages, or maybe MCreatir could help. It's not good for directly making mods, but it has a bunch of examples on how to do stuff.
September 9, 20232 yr Author 16 minutes ago, The Typholorian said: Broke teeth? Hah. I already see that MuchedHard is misspelled. You could try looking at the MC source code to see how they add death messages, or maybe MCreatir could help. It's not good for directly making mods, but it has a bunch of examples on how to do stuff. how do I look at the mc source code?
September 11, 20232 yr mcp reborn https://github.com/Hexeption/MCP-Reborn follow instructions in readme.md
September 12, 20232 yr Author 21 hours ago, The Typholorian said: mcp reborn https://github.com/Hexeption/MCP-Reborn follow instructions in readme.md thank u
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.