Initial
This commit is contained in:
26
overrides/config/orespawn3/sysconf/features-orespawn.json
Normal file
26
overrides/config/orespawn3/sysconf/features-orespawn.json
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"name": "default",
|
||||
"class": "com.mcmoddev.orespawn.impl.features.DefaultFeatureGenerator"
|
||||
},
|
||||
{
|
||||
"name": "vein",
|
||||
"class": "com.mcmoddev.orespawn.impl.features.VeinGenerator"
|
||||
},
|
||||
{
|
||||
"name": "normal-cloud",
|
||||
"class": "com.mcmoddev.orespawn.impl.features.NormalCloudGenerator"
|
||||
},
|
||||
{
|
||||
"name": "precision",
|
||||
"class": "com.mcmoddev.orespawn.impl.features.PrecisionGenerator"
|
||||
},
|
||||
{
|
||||
"name": "clusters",
|
||||
"class": "com.mcmoddev.orespawn.impl.features.ClusterGenerator"
|
||||
},
|
||||
{
|
||||
"name": "underfluids",
|
||||
"class": "com.mcmoddev.orespawn.impl.features.UnderFluid"
|
||||
}
|
||||
]
|
||||
6
overrides/config/orespawn3/sysconf/known-configs.json
Normal file
6
overrides/config/orespawn3/sysconf/known-configs.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
"orespawn",
|
||||
"densemetals_nethermetals_vanilla",
|
||||
"densemetals_vanilla",
|
||||
"densemetals_basemetals"
|
||||
]
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"replace_copper_ore": [ { "name": "basemetals:copper_ore" } ],
|
||||
"replace_coldiron_ore": [ { "name": "basemetals:coldiron_ore" } ],
|
||||
"replace_adamantine_ore": [ { "name": "basemetals:adamantine_ore" } ],
|
||||
"replace_starsteel_ore": [ { "name": "basemetals:starsteel_ore" } ],
|
||||
"replace_silver_ore": [ { "name": "basemetals:silver_ore" } ],
|
||||
"replace_tin_ore": [ { "name": "basemetals:tin_ore" } ],
|
||||
"replace_lead_ore": [ { "name": "basemetals:lead_ore" } ],
|
||||
"replace_zinc_ore": [ { "name": "basemetals:zinc_ore" } ],
|
||||
"replace_mercury_ore": [ { "name": "basemetals:mercury_ore" } ],
|
||||
"replace_nickel_ore": [ { "name": "basemetals:nickel_ore" } ],
|
||||
"replace_platinum_ore": [ { "name": "basemetals:platinum_ore" } ],
|
||||
"replace_coal_ore": [ { "name": "minecraft:coal_ore" } ],
|
||||
"replace_iron_ore": [ { "name": "minecraft:iron_ore" } ],
|
||||
"replace_gold_ore": [ { "name": "minecraft:gold_ore" } ],
|
||||
"replace_diamond_ore": [ { "name": "minecraft:diamond_ore" } ],
|
||||
"replace_redstone_ore": [ { "name": "minecraft:redstone_ore" } ],
|
||||
"replace_lapis_ore": [ { "name": "minecraft:lapis_ore" } ],
|
||||
"replace_emerald_ore": [ { "name": "minecraft:emerald_ore" } ],
|
||||
"replace_nether_coal_ore": [ { "name": "nethermetals:nether_coal_ore" } ],
|
||||
"replace_nether_iron_ore": [ { "name": "nethermetals:nether_iron_ore" } ],
|
||||
"replace_nether_gold_ore": [ { "name": "nethermetals:nether_gold_ore" } ],
|
||||
"replace_nether_diamond_ore": [ { "name": "nethermetals:nether_diamond_ore" } ],
|
||||
"replace_nether_redstone_ore": [ { "name": "nethermetals:nether_redstone_ore" } ],
|
||||
"replace_nether_lapis_ore": [ { "name": "nethermetals:nether_lapis_ore" } ],
|
||||
"replace_nether_emerald_ore": [ { "name": "nethermetals:nether_emerald_ore" } ]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"default": [ { "name": "minecraft:stone" },
|
||||
{ "name": "minecraft:andesite" },
|
||||
{ "name": "minecraft:diorite" },
|
||||
{ "name": "minecraft:granite" },
|
||||
{ "name": "minecraft:netherrack" },
|
||||
{ "name": "minecraft:end_stone" } ]
|
||||
}
|
||||
Reference in New Issue
Block a user