Posted September 12, 20205 yr Hello i can not find out how to send a message to a player when the player eats (I have my own food class) .net imports: .minecraft, .minecraftforge, .java, .jodah, minecrell just ask for more info and you will get it!
September 12, 20205 yr I suppose from what you say that you want the message to be sent to the player only when it eats your custom food right? Then you can override onItemUseFinish in your food class, get the PlayerEntity who has eaten the food and use player.sendMessage, where "player" is whatever you name your PlayerEntity variable Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
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.