Create Fabric

Create Fabric

7M Downloads

Item Filter can kick you from server if it's too "large"

CaptainSqrBeard opened this issue ยท 3 comments

commented

Describe the Bug

Opening a too large list filter could kick you from server.

And by "too large" I mean that it has many items with large amount data inside of them. Other item filters, books or contraptions on minecarts would go

Reproduction Steps

  1. Join a create server or single-player world
  2. Make a list filter and add many items with large size of data (books or other filters) in it.
  3. Confirm changes
  4. Open the filter
  5. Kicked from the server

Expected Result

Normal behavior: See list filter's GUI and be able to configure it

Screenshots and Videos

image

Crash Report or Log

Log after using the filter: https://pastebin.com/yRANZsu2 (The rest of look unessential)

Operating System

Windows 10

Mod Version

0.5.1d

Minecraft Version

1.20.1

Other Mods

  • Create Jetpack 4.1.0
  • Fabric Language Kotlin
  • Fabric API 0.90.0

Additional Context

I was making an auto-sorting machine when this occurred

commented

You should be able to work around this with XXL Packets or Packet Fixer.
This is kinda a fundamental issue that can't really be fixed without design changes.