You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the override WorldTypeRTG#getCloudHeight as it will only affect single-player worlds. Since RTG is not required on the client for multi-player, an instance of WorldTypeRTG will not exist to get the adjusted cloud height from. (Note: Complaint from discord about this not being configurable, but it's best to just remove it and use the vanilla default.)
Remove the override
WorldTypeRTG#getCloudHeight
as it will only affect single-player worlds. Since RTG is not required on the client for multi-player, an instance ofWorldTypeRTG
will not exist to get the adjusted cloud height from. (Note: Complaint from discord about this not being configurable, but it's best to just remove it and use the vanilla default.)https://github.com/Team-RTG/Realistic-Terrain-Generation/blob/1.12.2-dev/src/main/java/rtg/world/WorldTypeRTG.java#L69-L72
The text was updated successfully, but these errors were encountered: