GT6 oregen in TerraFirmaCraft(Plus)

The owner of the pack recently gave me access to the CoFHCore config, so here it is

{
    "basalt0": {
        "template": "uniform",
        "block": "stone",
        "material": "terrafirmacraft:StoneIgIn",
        "metadata": "0",
        "clusterSize": 2000,
        "numClusters": 1000,
        "minHeight": 0,
        "maxHeight": 256,
        "retrogen": "false",
        "biomeRestriction": "none",
        "biomes": [],
        "dimensionRestriction": "blacklist",
        "dimensions": [
            -1,
            1
        ]
    },
	"basalt1": {
        "template": "uniform",
        "block": "stone",
        "material": "terrafirmacraft:StoneIgEx",
        "metadata": "0",
        "clusterSize": 2000,
        "numClusters": 1000,
        "minHeight": 0,
        "maxHeight": 256,
        "retrogen": "false",
        "biomeRestriction": "none",
        "biomes": [],
        "dimensionRestriction": "blacklist",
        "dimensions": [
            -1,
            1
        ]
    },
	"basalt2": {
        "template": "uniform",
        "block": "stone",
        "material": "terrafirmacraft:StoneSed",
        "metadata": "0",
        "clusterSize": 2000,
        "numClusters": 1000,
        "minHeight": 0,
        "maxHeight": 256,
        "retrogen": "false",
        "biomeRestriction": "none",
        "biomes": [],
        "dimensionRestriction": "blacklist",
        "dimensions": [
            -1,
            1
        ]
    },
	"basalt3": {
        "template": "uniform",
        "block": "stone",
        "material": "terrafirmacraft:StoneMM",
        "metadata": "0",
        "clusterSize": 2000,
        "numClusters": 1000,
        "minHeight": 0,
        "maxHeight": 256,
        "retrogen": "false",
        "biomeRestriction": "none",
        "biomes": [],
        "dimensionRestriction": "blacklist",
        "dimensions": [
            -1,
            1
        ]
    }
}

Works flawlessly with TFC+, all you have to do is replace every instance of “terrafirmacraft” with “terrafirmacraftplus”.

2 Likes