SlayerOfDragons Posted March 9, 2024 Posted March 9, 2024 I want to make a custom sky, moon, sun, fog, etc. How would I do this? Quote
Toasterkid Posted March 27, 2024 Posted March 27, 2024 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. Quote
Wardeme Posted July 19, 2024 Posted July 19, 2024 EntityViewRenderEvent does not seem to exist in 1.20.1 Quote
Recommended Posts
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.