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

Single item is randomly swapped with an item in a chest #34

Open
ELLIOTTCABLE opened this issue Jan 19, 2015 · 4 comments
Open

Single item is randomly swapped with an item in a chest #34

ELLIOTTCABLE opened this issue Jan 19, 2015 · 4 comments
Labels

Comments

@ELLIOTTCABLE
Copy link

When I open a chest, having just installed Zyin's, an item from my inventory is swapped with an item in the chest, seemingly at random. (This is with the ‘quick deposit’ completely disabled.)

@Zyin055 Zyin055 added the bug label Jan 20, 2015
@Zyin055
Copy link
Owner

Zyin055 commented Jan 20, 2015

This occurs randomly with Torch Aid due to restrictions of being a client side mod. One of Minecraft's function calls seems to randomly fail which causes my item swap to not work correctly when you right click on a right-clickable block, you have torches in your inventory, and have Torch Aid enabled.

I have looked into this before but without finding another way to implement Torch Aid (which was overhauled in v.1.3.7) I don't know how to fix it. Other inventory mods such as Inventory Tweaks also suffer from this issue.

@ELLIOTTCABLE
Copy link
Author

Hm. So I'll have to disable torch-aid when using chests?

@Zyin055
Copy link
Owner

Zyin055 commented Jan 20, 2015

You could either disable Torch Aid and then re enable it when you need it (like when you're caving) or you could keep a torch on your hotbar which will eliminate the need to move items around, thus preventing the issue from occurring in the first place.

I personally keep it disabled unless I go caving.

@ELLIOTTCABLE
Copy link
Author

Ah, so this bug only occurs if torch-aid needs to pull the item out of your inventory; not if it's also on your hotbar? That's good to know; I can easily dedicate a hotbar slot, but I really do like the torch-aid mechanic.

This might be something worth putting in the ‘known bugs’ on the forum thread, or even on the options screen. Perhaps even disable pulling torches from inventory, and document the feature as needing your torches in the hotbar, until it can be fixed upstream? That's a pretty terrible bug!

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

No branches or pull requests

2 participants