add structure compasses to itempool in a fixed order

This commit is contained in:
espeon65536 2021-08-28 09:13:28 -05:00 committed by Fabian Dill
parent 3fa28a3fdb
commit a65bf60cea
1 changed files with 2 additions and 2 deletions

View File

@ -78,13 +78,13 @@ mandatory_connections = [
('End Portal', 'The End') ('End Portal', 'The End')
] ]
default_connections = { default_connections = [
('Overworld Structure 1', 'Village'), ('Overworld Structure 1', 'Village'),
('Overworld Structure 2', 'Pillager Outpost'), ('Overworld Structure 2', 'Pillager Outpost'),
('Nether Structure 1', 'Nether Fortress'), ('Nether Structure 1', 'Nether Fortress'),
('Nether Structure 2', 'Bastion Remnant'), ('Nether Structure 2', 'Bastion Remnant'),
('The End Structure', 'End City') ('The End Structure', 'End City')
} ]
# Structure: illegal locations # Structure: illegal locations
illegal_connections = { illegal_connections = {