File Details
NaturalCoalOre-0.4.0.jar
- R
- Jan 24, 2026
- 288.66 KB
- 810
- Early Access
File Name
NaturalCoalOre-0.4.0.jar
Supported Versions
- Early Access
Added: Custom Ore Configuration
You can now add custom ores through the config JSON!
Default (no custom ores):
json
"CustomOres": []
To add a custom ore:
json
"CustomOres": [
{
"OreName": "Ore_Lead_Volcanic",
"ReplacesBlocks": [
"Rock_Stone",
"Rock_Stone_Cobble",
"Rock_Stone_Mossy",
"Soil_Mud_Dry",
"Rock_Volcanic_Cracked_Lava",
"Rock_Volcanic"
],
"MinY": 26,
"MaxY": 50,
"VeinsPerChunk": 15,
"SpawnChance": 0.65,
"MinVeinSize": 3,
"MaxVeinSize": 4
}
]
You can add multiple custom ores by adding more entries to the array!

