AtomicStryker's Infernal Mobs crashes once I write text id to the config in "dimensionIDBlackList": [],
Artemian opened this issue ยท 3 comments
AtomicStryker's Infernal Mobs (The latest 1.20.1 version) crashes once I write text id to the config in "dimensionIDBlackList": [], for example when I write "dimensionIDBlackList": [aoa3:archaic_extraction_station_arena]. I have attached the crash-log
crash-2023-11-28_13.07.37-server.txt
.
dimensionIDBlackList is a String list, exactly the same as droppedItemIDsInfernal for example. So it has to have the same json/gson format. Try like this:
"dimensionIDBlackList": [
"aoa3xxxxx"
],
(You are missing the quotes around your aoa3 string)