From fb5eb46356ac2cd0c49f6e51fd886a0cbcd09252 Mon Sep 17 00:00:00 2001 From: KuryKat <57152799+KuryKat@users.noreply.github.com> Date: Sat, 9 Sep 2023 23:16:37 -0400 Subject: [PATCH] Disable Zinc Ore from Create to allow only the Zinc Ore from All the Ores to spawn --- config/create-common.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/create-common.toml b/config/create-common.toml index 16c9ba2..ae53249 100644 --- a/config/create-common.toml +++ b/config/create-common.toml @@ -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