Security Craft

Security Craft

41M Downloads

java.lang.IllegalArgumentException: The stack count must be 1

wuweidmw opened this issue ยท 2 comments

commented

Issue description

crash-2024-09-29_02.29.15-client.txt

Steps to reproduce

I am using the Arclight server 1.21.1 with the latest build, and the mod is the latest beta version 9. The server crashes and exits directly after entering the server and opening the inventory.

Minecraft version

1.21.1

Forge/NeoForge version

21.1.54

SecurityCraft version

v1.9.10-beta9

Other relevant versions

No response

If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)

No response

commented

I can't reproduce this on Arclight build 1224. However I have a hunch as to why this issue may occur. If it is correct, you should be able to fix it by adding SecurityCraft's Lens item (securitycraft:lens) to the minecraft:dyeable item tag. The weird thing about this is that SecurityCraft already adds the Lens to the tag. So I'm guessing something in your pack may be removing it from there again. The next version of SecurityCraft will add a check to prevent this crash.

commented

thanks