修复biome_modifier目录名称错误
This commit is contained in:
parent
fa62ce754d
commit
da91065e05
7 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "neoforge:add_features",
|
||||
"biomes": "#is_overworld",
|
||||
"biomes": "#c:is_overworld",
|
||||
"features": "superbwarfare:deepslate_galena_ore",
|
||||
"step": "underground_ores"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "neoforge:add_features",
|
||||
"biomes": "#is_overworld",
|
||||
"biomes": "#c:is_overworld",
|
||||
"features": "superbwarfare:deepslate_scheelite_ore",
|
||||
"step": "underground_ores"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "neoforge:add_features",
|
||||
"biomes": "#is_overworld",
|
||||
"biomes": "#c:is_overworld",
|
||||
"features": "superbwarfare:deepslate_silver_ore",
|
||||
"step": "underground_ores"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "neoforge:add_features",
|
||||
"biomes": "#is_overworld",
|
||||
"biomes": "#c:is_overworld",
|
||||
"features": "superbwarfare:galena_ore",
|
||||
"step": "underground_ores"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "neoforge:add_features",
|
||||
"biomes": "#is_overworld",
|
||||
"biomes": "#c:is_overworld",
|
||||
"features": "superbwarfare:scheelite_ore",
|
||||
"step": "underground_ores"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "neoforge:add_features",
|
||||
"biomes": "#is_overworld",
|
||||
"biomes": "#c:is_overworld",
|
||||
"features": "superbwarfare:silver_ore",
|
||||
"step": "underground_ores"
|
||||
}
|
Loading…
Add table
Reference in a new issue