Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds minetest game mapgen configuration parameters #156

Merged
merged 19 commits into from
Oct 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add yellow crystals configuration
  • Loading branch information
dacmot committed Apr 16, 2023
commit 75da16037ab4b08c4c42365af7862ebeae88555e
16 changes: 15 additions & 1 deletion minetest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,18 @@ cloudlands_altitude_amplitude = 100
cloudlands_generate_ores = true
cloudlands_vine_coverage = 30
cloudlands_giant_tree_rarety = 8
cloudlands_bioluminescence = true
cloudlands_bioluminescence = true

# Yellow Crystals
yellow_crystals.ore1_scarcity = 5832
yellow_crystals.ore1_ymax = -150
yellow_crystals.ore1_ymin = -500
yellow_crystals.ore2_scarcity = 8000
yellow_crystals.ore2_ymax = -250
yellow_crystals.ore2_ymin = -31000
yellow_crystals.ore3_scarcity = 8000
yellow_crystals.ore3_ymax = -350
yellow_crystals.ore3_ymin = -31000
yellow_crystals.ore4_scarcity = 8000
yellow_crystals.ore4_ymax = -450
yellow_crystals.ore4_ymin = -31000