summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-01-21 10:41:17 +0200
committerDrNuget <drnuget@outlook.com>2025-01-21 10:41:17 +0200
commit656f5019899af34849c2f8e180795159fd780d37 (patch)
tree0015d033d3b8c76c4378e611d3a37c0b10ac2636
parentfd182482645f599bdcc9fd736f06d702fbc9ed11 (diff)
add nickel vein to nether
-rw-r--r--config/cofh/world/03_nether.json32
1 files changed, 32 insertions, 0 deletions
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"
+ }
+ }
+}