diff options
Diffstat (limited to 'config/cofh/world')
| -rw-r--r-- | config/cofh/world/03_nether.json | 32 | 
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" +		} +	} +}  | 
