Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CaptainSqrBeard opened this issue Dec 25, 2023 · 1 comment
Open

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

CaptainSqrBeard opened this issue Dec 25, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@CaptainSqrBeard
Copy link

CaptainSqrBeard commented Dec 25, 2023

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

@CaptainSqrBeard CaptainSqrBeard added the bug Something isn't working label Dec 25, 2023
@TropheusJ
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants