Skip to content

Commit

Permalink
Disable Zinc Ore from Create
Browse files Browse the repository at this point in the history
to allow only the Zinc Ore from All the Ores to spawn
  • Loading branch information
KuryKat committed Sep 10, 2023
1 parent dc96f57 commit fb5eb46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/create-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
[worldgen.v2.zinc_ore]
#.
#Range: > 0
clusterSize = 12
clusterSize = 0
#.
#Amount of clusters generated per Chunk.
# >1 to spawn multiple.
# <1 to make it a chance.
# 0 to disable.
#Range: 0.0 ~ 512.0
frequency = 8.0
frequency = 0.0
#.
#Range: > -2147483648
minHeight = -63
Expand Down

0 comments on commit fb5eb46

Please sign in to comment.