Skip to content

Commit 0041862

Browse files
authored
Bronzor, Drilbur, Noibat Spawn Fixes (#101)
* Drilbur spawn fix * Excadrill spawn fix * Update 0436_bronzor.json * Update 0437_bronzong.json * Noibat spawn fix * Noivern spawn fix
1 parent 9e4b465 commit 0041862

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

common/src/main/resources/data/cobblemon/spawn_pool_world/0436_bronzor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"condition": {
1818
"canSeeSky": false,
1919
"biomes": [
20-
"#cobblemon:is_abyss"
20+
"#cobblemon:is_deep_dark"
2121
]
2222
}
2323
}
2424
]
25-
}
25+
}

common/src/main/resources/data/cobblemon/spawn_pool_world/0437_bronzong.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"condition": {
1818
"canSeeSky": false,
1919
"biomes": [
20-
"#cobblemon:is_abyss"
20+
"#cobblemon:is_deep_dark"
2121
]
2222
}
2323
}
2424
]
25-
}
25+
}

common/src/main/resources/data/cobblemon/spawn_pool_world/0529_drilbur.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"condition": {
1818
"canSeeSky": false,
1919
"biomes": [
20-
"#cobblemon:is_abyss"
20+
"#cobblemon:is_deep_dark"
2121
]
2222
}
2323
}
2424
]
25-
}
25+
}

common/src/main/resources/data/cobblemon/spawn_pool_world/0530_excadrill.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"condition": {
1818
"canSeeSky": false,
1919
"biomes": [
20-
"#cobblemon:is_abyss"
20+
"#cobblemon:is_deep_dark"
2121
]
2222
}
2323
}
2424
]
25-
}
25+
}

common/src/main/resources/data/cobblemon/spawn_pool_world/0714_noibat.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"canSeeSky": false,
1919
"timeRange": "night",
2020
"biomes": [
21-
"#cobblemon:is_abyss"
21+
"#cobblemon:is_deep_dark"
2222
]
2323
}
2424
}
2525
]
26-
}
26+
}

common/src/main/resources/data/cobblemon/spawn_pool_world/0715_noivern.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"canSeeSky": false,
1919
"timeRange": "night",
2020
"biomes": [
21-
"#cobblemon:is_abyss"
21+
"#cobblemon:is_deep_dark"
2222
]
2323
}
2424
}
2525
]
26-
}
26+
}

0 commit comments

Comments
 (0)