JoeFoxe / Hexerei-1.19

0.2.1 update (the book)
12 stars 21 forks source link

[0.2.5] `ArrayIndexOutOfBoundsException` for `hexerei:mixing_cauldron_entity` #18

Open thimblebird opened 1 year ago

thimblebird commented 1 year ago

crash report: crash-2022-11-27_20.30.34-server.txt

thimblebird commented 1 year ago

aight. there's some stuff going on with Quark. this config isn't working: quark-common.txt

the default config works. couldn't figure out what's going on yet.

//edit: Setting the "Mobs" category to false (everything else default) crashes the server on world load/placing a Mixing Cauldron (just make sure to restart Minecraft when changing the config):

[categories]
    Automation = true
    Building = true
    Management = true
    Tools = true
    Tweaks = true
    World = true
    Mobs = false
    Client = true
    Experimental = true
    Oddities = true

//edit²: it's the crab brewing config; setting it to false results in the crash:

    [mobs.crabs]
        "Enable Brewing" = false

so, is this an issue to report to Quark?