Custom Stars [Fabric] - Night Sky Customization
This client-side Fabric mod allows you to completely change the appearance of the starry sky in Minecraft. You can configure the size, quantity, and color of stars, as well as End sky parameters.
Requirements
Fabric API and Cloth Config are required for the mod to work.
Configuration
Configuration is available through Mod Menu or the config/customstars.json file.
Star Size and Quantity
- Base Size (default: 0.15) - basic star size
- Max Size Multiplier (default: 0.1) - increases maximum star size. Value 0 makes all stars the same size
- Star Count (default: 1500) - number of displayed stars
- Star Brightness (default: 1.0) - overall brightness of the starry sky
Star Distribution
- Star Noise (default: false) - enable/disable star distribution using noise map
- Noise Seed (default: 10842) - seed for noise generator
- Noise Threshold (default: 0.5) - determines star grouping. Higher values create more compact clusters
- Noise Percentage (default: 50) - ratio of stars distributed by noise vs randomly
Star Colors
- Color Type (default: SINGLE) - SINGLE (one color), RANDOM (random colors), or CUSTOM (colors from list)
- Single Color - RGBA values for SINGLE type
- Custom Colors - list of RGBA values for CUSTOM type
Moon
- Moon Deadzone (default: false) - prevents stars from appearing on moon texture
- Deadzone Shape (default: SQUARE) - SQUARE or CIRCLE
- Deadzone Size (default: 5.0) - size of area around moon
Night Sky Color
- Red (default: 0) - red component of sky color (0-255)
- Green (default: 0) - green component of sky color (0-255)
- Blue (default: 0) - blue component of sky color (0-255)
End Sky
- Size Multiplier (default: 1.0) - multiplier for End sky texture size (0.0-1.0)
- Red (default: 40) - red component of End sky color (0-255)
- Green (default: 40) - green component of End sky color (0-255)
- Blue (default: 40) - blue component of End sky color (0-255)
- Alpha (default: 1.0) - multiplier for End sky brightness
Classic Stars (pre-1.3.1)
To restore the original star appearance from versions before 1.3.1, use:
- Base Size: 0.25
- Max Size Multiplier: 0.25
- Leave other settings at default