Posted July 4, 20232 yr Hello, I'm currently developing a mod using Minecraft Forge 1.19 and I've encountered some difficulties. I'm trying to display a title (or a subtitle) to a player but can't seem to find the correct way to do so. In previous versions, such as Forge 1.16, I could use a snippet like the following: player.connection.sendPacket(new STitlePacket(STitlePacket.Type.TITLE, new TranslationTextComponent("your.translation.key"))); However, it seems like this method no longer works in Minecraft Forge 1.19, or I might be doing something wrong. Can someone please provide a working example or point me towards relevant documentation or resources that explain how to display a title to a player in Minecraft Forge 1.19? Any help would be greatly appreciated. Thank you, BaKY Edited July 4, 20232 yr by BaKY (misprint)
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.