AtomicStryker / atomicstrykers-minecraft-mods

Repository for my open source Minecraft Mods
https://atomicstryker.github.io/
180 stars 96 forks source link

AtomicStryker's Infernal Mobs crashes once I write text id to the config in "dimensionIDBlackList": [], #494

Closed Artemian closed 9 months ago

Artemian commented 9 months ago

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 .

Artemian commented 9 months ago

config And this is how the config looks.

AtomicStryker commented 9 months ago

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)

Artemian commented 9 months ago

Thank you for the fast reply. That was indeed the problem, it works now!

Also thank you for this great mod. I have been using it for so many mc versions throughout the years :)