Skip to content

Commit

Permalink
Fix Experimental Values for Dripstone and Lightning Rod
Browse files Browse the repository at this point in the history
  • Loading branch information
KAMKEEL committed May 19, 2024
1 parent 6923e77 commit 20c3d20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ protected void syncConfigOptions() {
enableWarpedBlocks = getBoolean("enableWarpedBlocks", catExperiments, false, "Enables the warped nylium, wood, and plants. This must be on for the warped forest biome to generate unless Netherlicious is installed. Requires newNether to be enabled without Netherlicious.");
enableMangroveBlocks = getBoolean("enableMangroveBlocks", catExperiments, false, "Enables mangrove wood and all of its wood subtypes, and the roots (+ muddy versions).");
enableSculk = getBoolean("enableSculk", catExperiments, false, "Enables sculk-related blocks.");
enableDripstone = getBoolean("enableSculk", catExperiments, false, "Partially functional. Does not naturally generate.");
enableDripstone = getBoolean("enableDripstone", catExperiments, false, "Partially functional. Does not naturally generate.");
enableMossAzalea = getBoolean("enableMossAzalea", catExperiments, false, "Enables moss and azalea. Currently azalea saplings do not grow.");
enableLightningRod = getBoolean("enableSculk", catExperiments, false, "Completely nonfunctional.");
enableLightningRod = getBoolean("enableLightningRod", catExperiments, false, "Completely nonfunctional.");

netherDimensionProvider = getBoolean("netherDimensionProvider", catExperiments, false, "Enables the Nether dimension provider override needed for supplying custom biomes. This is partially ignored if Netherlicious is installed. Netherlicious has compat to generate Et Futurum Requiem biomes with Netherlicious blocks.\nThis is so you can have vanilla-style biomes in Netherlicious while Requiem is installed. Turning this off or setting each individual biome ID to -1 will prevent my version of Nether biomes from generating. Don't forget to turn off my Nether blocks in blocksitems.cfg since my biomes will generate with Netherlicious blocks if available. [not implemented yet]");
endDimensionProvider = getBoolean("endDimensionProvider", catExperiments, false, "Enables outer end island generation from 1.9. Gateways are implemented but currently don't generate, but they work. The new dragon fight is currently not implemented and it does not spawn any gateways.");
Expand Down

0 comments on commit 20c3d20

Please sign in to comment.