修复biome_modifier目录名称错误

This commit is contained in:
Light_Quanta 2025-04-10 13:50:33 +08:00
parent fa62ce754d
commit da91065e05
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959
7 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{
"type": "neoforge:add_features",
"biomes": "#is_overworld",
"biomes": "#c:is_overworld",
"features": "superbwarfare:deepslate_galena_ore",
"step": "underground_ores"
}

View file

@ -1,6 +1,6 @@
{
"type": "neoforge:add_features",
"biomes": "#is_overworld",
"biomes": "#c:is_overworld",
"features": "superbwarfare:deepslate_scheelite_ore",
"step": "underground_ores"
}

View file

@ -1,6 +1,6 @@
{
"type": "neoforge:add_features",
"biomes": "#is_overworld",
"biomes": "#c:is_overworld",
"features": "superbwarfare:deepslate_silver_ore",
"step": "underground_ores"
}

View file

@ -1,6 +1,6 @@
{
"type": "neoforge:add_features",
"biomes": "#is_overworld",
"biomes": "#c:is_overworld",
"features": "superbwarfare:galena_ore",
"step": "underground_ores"
}

View file

@ -1,6 +1,6 @@
{
"type": "neoforge:add_features",
"biomes": "#is_overworld",
"biomes": "#c:is_overworld",
"features": "superbwarfare:scheelite_ore",
"step": "underground_ores"
}

View file

@ -1,6 +1,6 @@
{
"type": "neoforge:add_features",
"biomes": "#is_overworld",
"biomes": "#c:is_overworld",
"features": "superbwarfare:silver_ore",
"step": "underground_ores"
}