Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions cwagecraft/config/advanced-mining-dimension.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Advanced Mining Dimension Configuration
# This configuration enables modded ore generation in the mining dimension

[general]
# Enable modded ore generation in the mining dimension
enableModdedOres = true
# Ore generation multiplier (higher = more ores)
oreGenerationMultiplier = 1.5
# Include Forge ore tags in generation
includeForgeOreTags = true

[ores]
# Enable specific modded ores
enableMekanismOres = true
enableThermalOres = true
enableRFToolsOres = true
enableImmersiveEngineeringOres = true
enableCreateOres = true
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "forge:add_features",
"biomes": [
"#c:mining_dimension",
"#forge:mining_dimension",
"advanced_mining_dimension:mining_dimension"
],
"features": [
"mekanism:ore_osmium",
"mekanism:ore_tin",
"mekanism:ore_uranium",
"thermal:ore_tin",
"thermal:ore_lead",
"thermal:ore_silver",
"thermal:ore_nickel"
],
"step": "underground_ores"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"type": "forge:add_features",
"biomes": {
"type": "forge:all"
},
"features": [
"mekanism:ore_osmium",
"mekanism:ore_tin",
"mekanism:ore_uranium",
"thermal:ore_tin",
"thermal:ore_lead",
"thermal:ore_silver",
"thermal:ore_nickel"
],
"step": "underground_ores"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "forge:add_features",
"biomes": "#c:is_mining_dimension",
"features": [
"mekanism:ore_osmium",
"mekanism:ore_tin",
"mekanism:ore_uranium",
"thermal:ore_tin",
"thermal:ore_lead",
"thermal:ore_silver",
"thermal:ore_nickel"
],
"step": "underground_ores"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"advanced_mining_dimension:mining_dimension"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"temperature": 0.8,
"downfall": 0.4,
"has_precipitation": false,
"effects": {
"sky_color": 7907327,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"spawners": {},
"spawn_costs": {},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:ore_emerald",
"mekanism:ore_osmium",
"mekanism:ore_tin",
"mekanism:ore_uranium",
"thermal:ore_tin",
"thermal:ore_lead",
"thermal:ore_silver",
"thermal:ore_nickel"
],
[],
[],
[],
[],
[],
[],
[]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "Enable modded ore generation in Advanced Mining Dimension"
}
}