Fix dark oak stuff spawning in yttr's wasteland (and other places too apparently)

This commit is contained in:
2026-02-20 22:21:58 -07:00
parent 44a17c6d6d
commit eaaa715ef5

View File

@@ -1,6 +1,6 @@
{ {
"config_version": "2.0.17", "config_version": "2.0.17",
"config_datetime": "2026-02-02_22-04-19", "config_datetime": "2026-02-15_22-29-05",
"general": { "general": {
"disable_all_structures": false, "disable_all_structures": false,
"prevent_structure_overlap": false, "prevent_structure_overlap": false,
@@ -9,6 +9,24 @@
}, },
"structure_namespaces": [], "structure_namespaces": [],
"structures": [ "structures": [
{
"name": "minecraft:mansion",
"is_disabled": false,
"whitelisted_biomes": [],
"blacklisted_biomes": [],
"step": "surface_structures",
"terrain_adaptation": "none",
"override_global_biome_check": false,
"enable_biome_check": true,
"biome_check_mode": "BLACKLIST",
"biome_check_blacklisted_biomes": [
"yttr:wasteland",
"#minecraft:is_river",
"#c:river",
"#minecraft:is_ocean",
"#c:ocean"
]
},
{ {
"name": "minecraft:village_desert", "name": "minecraft:village_desert",
"is_disabled": true, "is_disabled": true,
@@ -49,6 +67,129 @@
"step": "surface_structures", "step": "surface_structures",
"terrain_adaptation": "beard_thin" "terrain_adaptation": "beard_thin"
}, },
{
"name": "nova_structures:bunker",
"is_disabled": false,
"whitelisted_biomes": [],
"blacklisted_biomes": [
"alexscaves:forlorn_hollows",
"yttr:wasteland"
],
"step": "surface_structures",
"terrain_adaptation": "none"
},
{
"name": "nova_structures:firewatch_tower_dark_oak",
"is_disabled": false,
"whitelisted_biomes": [],
"blacklisted_biomes": [
"minecraft:deep_dark",
"alexscaves:forlorn_hollows",
"yttr:wasteland"
],
"step": "surface_structures",
"terrain_adaptation": "beard_box"
},
{
"name": "nova_structures:illager_manor",
"is_disabled": false,
"whitelisted_biomes": [],
"blacklisted_biomes": [
"alexscaves:forlorn_hollows",
"yttr:wasteland"
],
"step": "surface_structures",
"terrain_adaptation": "none"
},
{
"name": "nova_structures:ruin_town",
"is_disabled": false,
"whitelisted_biomes": [],
"blacklisted_biomes": [
"alexscaves:forlorn_hollows",
"yttr:wasteland"
],
"step": "surface_structures",
"terrain_adaptation": "beard_box"
},
{
"name": "nova_structures:tavern_dark_oak",
"is_disabled": false,
"whitelisted_biomes": [],
"blacklisted_biomes": [
"minecraft:deep_dark",
"alexscaves:forlorn_hollows",
"yttr:wasteland"
],
"step": "surface_structures",
"terrain_adaptation": "beard_box"
},
{
"name": "nova_structures:undead_crypt",
"is_disabled": false,
"whitelisted_biomes": [],
"blacklisted_biomes": [
"alexscaves:forlorn_hollows",
"yttr:wasteland"
],
"step": "underground_structures",
"terrain_adaptation": "bury"
},
{
"name": "nova_structures:underground_house",
"is_disabled": false,
"whitelisted_biomes": [],
"blacklisted_biomes": [
"yttr:wasteland"
],
"step": "underground_structures",
"terrain_adaptation": "none"
},
{
"name": "nova_structures:well_dark_oak",
"is_disabled": false,
"whitelisted_biomes": [],
"blacklisted_biomes": [
"minecraft:deep_dark",
"alexscaves:forlorn_hollows",
"yttr:wasteland"
],
"step": "surface_structures",
"terrain_adaptation": "beard_box"
},
{
"name": "nova_structures:wild_ruin",
"is_disabled": false,
"whitelisted_biomes": [],
"blacklisted_biomes": [
"alexscaves:forlorn_hollows",
"yttr:wasteland"
],
"step": "surface_structures",
"terrain_adaptation": "beard_thin"
},
{
"name": "repurposed_structures:mineshaft_dark_forest",
"is_disabled": false,
"whitelisted_biomes": [],
"blacklisted_biomes": [
"yttr:wasteland"
],
"step": "underground_structures",
"terrain_adaptation": "none"
},
{
"name": "repurposed_structures:pyramid_dark_forest",
"is_disabled": false,
"whitelisted_biomes": [],
"blacklisted_biomes": [
"minecraft:deep_dark",
"alexscaves:forlorn_hollows",
"yttr:wasteland"
],
"step": "surface_structures",
"terrain_adaptation": "none"
},
{ {
"name": "repurposed_structures:village_dark_forest", "name": "repurposed_structures:village_dark_forest",
"is_disabled": true, "is_disabled": true,
@@ -72,6 +213,18 @@
"blacklisted_biomes": [], "blacklisted_biomes": [],
"step": "top_layer_modification", "step": "top_layer_modification",
"terrain_adaptation": "beard_thin" "terrain_adaptation": "beard_thin"
},
{
"name": "repurposed_structures:witch_hut_dark_forest",
"is_disabled": false,
"whitelisted_biomes": [],
"blacklisted_biomes": [
"minecraft:deep_dark",
"alexscaves:forlorn_hollows",
"yttr:wasteland"
],
"step": "surface_structures",
"terrain_adaptation": "none"
} }
], ],
"structure_sets": [] "structure_sets": []