[Bug]: curios won't add a new slot
Rebel2890 opened this issue ยท 3 comments
Minecraft Version
1.19.2
What happened?
So I tried to add a slot for the ars nouveau spellbook, but when the server-side config file is added to the files, the game hangs on world creation.
the files i used are attached below; the data and resource packs were loaded via kubejs.
How do you trigger this bug?
- Create a pack with Ars Nouveau, KubeJS, KubeJS Ars Nouveau, Patchouli, and Curios API.
- add the files attached to the KubeJS folder; save for the .toml file which goes into minecraft's defaultconfigs folder
- create a new world.
Loader
Forge
Loader Version
Forge 43.4.2
Mod Version
Curios 5.1.6.3
Relevant Log Outputs
You have priority = "199"
instead of priority = 199
. Quotes turns the integer into a string, which won't parse correctly.
Thank you, that worked; but I can't use the spell book now, is there a way to relay the keybinds to ars nouveau?