Refactor processing running and merge apr2025 generator into
BaseRandomizer
This commit is contained in:
@@ -14,15 +14,15 @@
|
||||
"generators": {
|
||||
"base": {
|
||||
"workingDirectory": "/randomizer",
|
||||
"randomizerCommand": [ "uv", "run", "DungeonRandomizer.py", "--bps", "--spoiler=json" ],
|
||||
"randomizerCommand": [ "uv", "run", "DungeonRandomizer.py" ],
|
||||
},
|
||||
"apr2025": {
|
||||
"workingDirectory": "/apr2025_randomizer",
|
||||
"randomizerCommand": [ "uv", "run", "EntranceRandomizer.py", "--json_spoiler" ],
|
||||
"randomizerCommand": [ "uv", "run", "EntranceRandomizer.py" ],
|
||||
},
|
||||
"beta": {
|
||||
"workingDirectory": "/beta_randomizer",
|
||||
"randomizerCommand": [ "uv", "run", "DungeonRandomizer.py", "--bps", "--spoiler=json" ],
|
||||
"randomizerCommand": [ "uv", "run", "DungeonRandomizer.py" ],
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user