Skip to content

Commit

Permalink
Change default max Y for amethyst geodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Roadhog360 committed Jul 2, 2022
1 parent a7a76f4 commit 78931a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ protected void syncConfigOptions() {
amethystBlacklistProp.comment = "What dimensions should we ban amethyst geodes from generating in?";
amethystDimensionBlacklist = amethystBlacklistProp.getIntList();
amethystRarity = cfg.getInt("amethystRarity", catGeneration, 53, 1, 128, "How rare should amethyst geodes be? 1/x chance per chunk, 1 means a geode every chunk");
amethystMaxY = cfg.getInt("amethystMaxY", catGeneration, 50, 9, 255, "Max Y level amethyst geodes should attempt to generate at");
amethystMaxY = cfg.getInt("amethystMaxY", catGeneration, 51, 9, 255, "Max Y level amethyst geodes should attempt to generate at");

tileReplacementMode = cfg.getInt("tileReplacementMode", catMisc, 0, -1, 1, "Replace old Brewing Stands/Enchanting Tables/Daylight Sensors/Beacons with new one on the fly.\n-1 = Disabled, no conversion even if the replacement tile entities are on\n0 = Convert the vanilla tile entities to their Et Futurum versions\n1 = Convert Et Futurum replacement tile entities back to default ones. Useful if you want to turn those off.");
}
Expand Down

0 comments on commit 78931a3

Please sign in to comment.