[1.16.3 Fabric] Curio slots not appearing.
rgilbert1021 opened this issue ยท 3 comments
Versions (Be specific, do not write "latest"):
- Curios: curios-fabric-0.0.8-1.16.3
- Fabric: fabric-api-0.23.0+build.410-1.16
Observed Behavior: When clicking on the curio button or using the keybind, the slots do not appear.
Expected Behavior: Curio slots to show when clicking on the curio button or using the keybind.
Steps to Reproduce:
- Checked out repo, ran application.
- After loading into the world attempted to click the curio button and use the keybind.
- Expected curio slots to show up, but they didn't.
- Gave myself all of the curios and attempted to right click equip them, but none of them worked.
No errors were present in the console or in the debug logs.
Which curio slots do you expect to appear?
In other words, which mods do you have create slots and what slots do they create? Alternatively, what slots have you configured in the config file?
Installing Curios gives you the framework (backend code, the button / keybind, the framework for the slots themselves) for curios slots, but by default none of the slots are active. This is so that individual mods that add slots can add them in as needed; if you install only a mod that adds necklaces, that mod can just turn on the necklace slot, and not have a whole bunch of empty, unusable slots.
You need to test curios in conjunction with a mod that depends on / uses it, or you will see the button next to your portrait, but the keybind won't open any slots.