Sign in to follow this
Followers
0

Ignoring Javadoc errors in dependencies
By
Choonster, in Modder Support
-
Recently Browsing
No registered users viewing this page.
-
Posts
-
I'm playing on 1.14.4 and am only using the create mod, however I'm having to resort to adding JEI to see some recipes I'm stuck on. it doesn't let me use JEI without a licence
-
By diesieben07 · Posted
This will immediately crash the game, there are not just server side entities. The fact that it doesn't mean your event handler is not even running. It is not running, because @EventBusSubscriber only works with static event handler methods. -
By diesieben07 · Posted
"Forge fix your terrible performance! this is horrible!" "Oh, I was using a mod that hugely increases render and world simulation load. sorry!" Gotta love it how people jump to conclusions that with "just" 90 mods installed it must surely be Forge at fault. -
By diesieben07 · Posted
No, it exists in 1.16.4 and also 1.15.2. Make those Field fields static. You need to create the packet first and store it in a variable, so you can work with it. Don't immediately send it. You need to then get the list of AddPlayerData instances from the packet. For this you get the "players" field, using the reflection Field you have already. Then for those AddPlayerData instances you need to set their displayName field, again using reflection. You need to set it, because Minecraft never sends any custom display name to the client - even though it has the network infrastructure to do so (SPlayerListItemPacket). It always just sends null for the display name, even if a custom display name is set.
-
-
Topics
-
Who's Online (See full list)