Skip to content

Commit

Permalink
Merge branch 'feat/lightlevel0' of https://github.com/Pilzinsel64/Et-…
Browse files Browse the repository at this point in the history
…Futurum-Requiem into feat/lightlevel0
  • Loading branch information
Pilzinsel64 committed Feb 8, 2024
2 parents 15ada43 + 87b40ae commit 6d04eff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected void syncConfigOptions() {
enableVillagerTurnsIntoWitch = getBoolean("enableVillagerTurnsIntoWitch", catMisc, true, "Villagers turn into Witches when struck by lightning");
enableDragonRespawn = getBoolean("enableDragonRespawn", catMisc, true, "Crude implementation of respawning the dragon using four End crystals.");
enableNetherEndermen = getBoolean("enableNetherEndermen", catMisc, true, "Allow endermen to rarely spawn in the Nether");
enableLightLevel0 = getBoolean("enableLightLevel0", catMisc, false, "This config reducec the required light level for mobs to spawn to light level 0, like in Minecraft 1.18+.");
enableLightLevel0 = getBoolean("enableLightLevel0", catMisc, false, "This config reduces the required light level for mobs to spawn to light level 0, like in Minecraft 1.18+.");
}

}

0 comments on commit 6d04eff

Please sign in to comment.