

Nether Islands
Mod Overview
This mod completely transforms the standard Nether generation, turning it into a world of floating islands and completely removing the bedrock ceiling. Originally created at a friend's request for specific modpacks, it has become a universal solution for any modpack.
The result looks incredibly impressive, especially when combined with biome mods:
Configuration Settings
Configuration is done through the "config/netherislands.json" file with the following parameters:
- enabled: Main mod toggle (default: true)
- replacement: Noise generator settings to replace standard Nether generation (default: minecraft:floating_islands)
- noise_override: Override noise settings (default: true)
- dimension_override: Override dimension parameters (default: false)
- noise_settings: Noise settings with minY (minimum Y level, default: 0) and height (world height, default: 256) parameters
- dimension_settings: Dimension settings with seaLevel (lava level, default: 0) and bedrockFloorPosition (bedrock floor level, default: -10) parameters
Example configuration file:
Known Compatibility Issues
The mod is incompatible with Incendium - when used together, standard generation and bedrock layer are restored.
Version 1.19 Features
The version for Minecraft 1.19 has limited customization - floating islands generation is hard-coded and cannot be changed through configuration.