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

Barrel bug #11

Open
wormzjl opened this issue Aug 27, 2018 · 8 comments
Open

Barrel bug #11

wormzjl opened this issue Aug 27, 2018 · 8 comments

Comments

@wormzjl
Copy link

wormzjl commented Aug 27, 2018

See https://youtu.be/xzkUaJJd-Pk
Sometimes it works, sometimes it does not -.-

@maruohon
Copy link
Owner

Looks like the max tier and/or the max stack size doesn't always get synced to the client or something, and thus you get the glitchy client-side-only only-visual item movement... 🤔

@wormzjl
Copy link
Author

wormzjl commented Aug 27, 2018 via email

@maruohon
Copy link
Owner

It's 2 ^ tier items max, so tier 1 is max 1 item, tier 6 is max 64.

@maruohon
Copy link
Owner

Wait no that doesn't make sense. It must be 2 ^ (tier - 1), because I didn't want the "visual tier" what the player sees to start from 0.

@wormzjl
Copy link
Author

wormzjl commented Aug 27, 2018 via email

@maruohon
Copy link
Owner

But does it actually stay there? In your video clip it always reverted after you re-opened the GUI, meaning that it was just a client-side glitch.

@wormzjl
Copy link
Author

wormzjl commented Aug 27, 2018 via email

@maruohon
Copy link
Owner

I just can't get anything glitchy like this to happen in my test world. Can you try it without NEI or any other client-side (or even server-side) mods that might mess with item movements or slot clicking?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants