mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
add structure compasses to itempool in a fixed order
This commit is contained in:
@@ -78,13 +78,13 @@ mandatory_connections = [
|
||||
('End Portal', 'The End')
|
||||
]
|
||||
|
||||
default_connections = {
|
||||
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')
|
||||
}
|
||||
]
|
||||
|
||||
# Structure: illegal locations
|
||||
illegal_connections = {
|
||||
|
Reference in New Issue
Block a user