Curios add and remove commands don't work in servers, but work in singleplayer
IulianDan opened this issue ยท 1 comments
Versions
- Curios: curios-forge-5.2.0-beta.3+1.20.1
- Forge: 47.1.42
Observed Behavior: Can't use the command to add slots (/curios add belt IulianDan) on server, it says "Unknown curio slot type belt".
Expected Behavior: Output: "1 slots of type belt have been added to IulianDan"
Steps to Reproduce:
- Make a server using the official forge server files
- Add Curios Api and a mod that uses a slot (I'm using refined storage for the belt and body slots)
- Join the server and try to use the "/curios add" command
- It shows error in chat
The command works fine in a singleplayer world, but breaks when using it in my server despite having OP. It also doesn't show the command autofill suggestion for the slots. Doing "/curios list" outputs "belt - refinedstorage" and "body - refinedstorage" but I can't add (or remove for that matter) any slots using commands.