From 656f5019899af34849c2f8e180795159fd780d37 Mon Sep 17 00:00:00 2001
From: DrNuget <drnuget@outlook.com>
Date: Tue, 21 Jan 2025 10:41:17 +0200
Subject: add nickel vein to nether

---
 config/cofh/world/03_nether.json | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 config/cofh/world/03_nether.json

diff --git a/config/cofh/world/03_nether.json b/config/cofh/world/03_nether.json
new file mode 100644
index 0000000..f24c208
--- /dev/null
+++ b/config/cofh/world/03_nether.json
@@ -0,0 +1,32 @@
+{
+	"priority": 1000000000000,
+	"populate": {
+		"nickel": {
+			"distribution": "uniform",
+			"generator": {
+				"block": [
+					{
+						"name": "gregtech:ore_pentlandite_0",
+						"weight": 40
+					},
+					{
+						"name": "gregtech:ore_sulfur_0",
+						"weight": 40
+					},
+					{
+						"name": "gregtech:ore_brown_limonite_0",
+						"weight": 20
+					}
+				],
+				"material": "minecraft:netherrack",
+				"cluster-size": 35
+			},
+			"cluster-count": 16,
+			"min-height": 10,
+			"max-height": 118,
+			"retrogen": true,
+			"biome": "all",
+			"dimension": "all"
+		}
+	}
+}
-- 
cgit v1.2.3