mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00

* Minecraft: rewrite to modern AP standards * Fix gitignore to not try to ignore the entire minecraft world * minecraft: clean up MC-specific tests * minecraft: use pkgutil instead of open * minecraft: ship as apworld * mc: update region to new api * Increase upper limit on advancement and egg shard goals * mc: reduce egg shard count by 5 for structure compasses * Minecraft: add more tests Ensures data loading works; tests beatability with various options at their max setting; new tests for 1.19 advancements * test improvements * mc: typing and imports cleanup * parens * mc: condense filler item code and override get_filler_item_name
28 lines
971 B
JSON
28 lines
971 B
JSON
{
|
|
"regions": [
|
|
["Menu", ["New World"]],
|
|
["Overworld", ["Nether Portal", "End Portal", "Overworld Structure 1", "Overworld Structure 2"]],
|
|
["The Nether", ["Nether Structure 1", "Nether Structure 2"]],
|
|
["The End", ["The End Structure"]],
|
|
["Village", []],
|
|
["Pillager Outpost", []],
|
|
["Nether Fortress", []],
|
|
["Bastion Remnant", []],
|
|
["End City", []]
|
|
],
|
|
"mandatory_connections": [
|
|
["New World", "Overworld"],
|
|
["Nether Portal", "The Nether"],
|
|
["End Portal", "The End"]
|
|
],
|
|
"default_connections": [
|
|
["Overworld Structure 1", "Village"],
|
|
["Overworld Structure 2", "Pillager Outpost"],
|
|
["Nether Structure 1", "Nether Fortress"],
|
|
["Nether Structure 2", "Bastion Remnant"],
|
|
["The End Structure", "End City"]
|
|
],
|
|
"illegal_connections": {
|
|
"Nether Fortress": ["The End Structure"]
|
|
}
|
|
} |