March 27, 20241 yr For fog you would probably start with making a listener to the EntityViewRenderEvent like this public class ClientListener { @SubscribeEvent public void onRenderFog(EntityViewRenderEvent.FogDensity event) { // your code } } Note that you can also access other stuff, such as FogColors, from the EntityViewRenderEvent.
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.