Custom Void [Fabric]

Custom Void [Fabric]

6.6k Downloads

Custom Void -- Configurable void color and position

Fabric API and Cloth Config are required!

This is a simple client-side Fabric mod that allows you to configure void color, starting position, and the height at which it appears.  Useful for playing on Skylands or Skyblock-type maps, where you'll often go below sea level and have that ugly black void pop into existence.

Another companion mod to my old world gen mod, Modern Beta, you can also restore the blue void that was present in Alpha/Beta versions of Minecraft.

Works with Clear Skies, as of Custom Void v0.1 and Clear Skies v1.5.48!

=================================================================


Configuration

You can configure Custom Void through Mod Menu (recommended) or in the config/customvoid.json file.

The current options are:

  • Render Void (default: true): Turn void on/off.
  • Void Dynamic Height (default: true): Adjusts void position according to player height to always start at horizon.
  • Void Type (default: DEFAULT): Select void type.  See void types below.
  • Void Height Threshold (default: 63): Player (eye-level) height at which the void starts to render.  Setting to 256 or greater will ensure the void is always present.  Setting to 0 or less will effectively disable the void (void will be the same color as fog).
  • Void Translate Height (default: 0): Move down where the void starts.  Lower values will lower the void and increase the thickness of the fog banding at the horizon.

Void Types:

  • DEFAULT: Default black void.
  • CLASSIC: Alpha/Beta blue void.
  • MODERN: Classic void, but with a desaturated blue to match the vanilla water color.
  • SKY: Sky color void.
  • CUSTOM: Custom colored void.

For Alpha/Beta void, use the following values:

  • Void Type: CLASSIC
  • Void Height Threshold: 256 (or greater)
  • Void Translate Height: -12

All other options should be left at default.

For early Release void, use the following values:

  • Void Type: CLASSIC
  • Void Dynamic Height: Yes
  • Void Height Threshold: 256 (or greater)

All other options should be left at default.