reo-ar / InvTweaksRenewed

A fork of the spiritual successor of Inventory Tweaks
Apache License 2.0
20 stars 22 forks source link

Tetra Duplication Glitch #25

Closed PawSolaire752 closed 3 years ago

PawSolaire752 commented 3 years ago

Using the Tetra mod and clicking scroll wheel throws almost every item in my inventory into the Tetra workbench and if I click the scroll wheel again it will duplicate any item that was added into the workbench.

Ex: 1 sword, 1 pickaxe, 1 axe, 1 bow, 37 diamonds, 6 iron blocks, 3 stacks of birch planks, 64 torches, 64 steak, 1 crafting table, and 3 potions of regeneration. Clicking Scroll wheel will send almost all the items into the workbench and clicking it again will make the workbench spit out the items as if duplicating and if I break the workbench I would get as a result: 1 sword, 2 pickaxes, 1 axe, 1 bow, 72 diamonds, 12 iron blocks, 6 stacks of birch planks, 2 stacks of torches, 2 stacks of steak, 2 crafting tables, and 3 potions of regeneration.

Minimal setup needed to reproduce

Forge version: 34.1.41 Tetra version: 3.3.1 Inventory Tweaks Renewed Version: 1.16.2 - 1.0.0

Steps to reproduce

1) Have Tetra 2) Click scroll wheel inside Tetra workbench 3) Most items will be transferred into Tetra workbench 4) Click scroll wheel again 5) Duplicate items will pop out of the top of the Tetra workbench 6) Break Tetra workbench to get items that were transferred inside

NielsPilgaard commented 3 years ago

This can be fixed by inserting this in the invtweaks config, under Custom settings per GUI:

[[sorting.containerOverrides]]
    containerClass = "se.mickelus.tetra.blocks.workbench.WorkbenchContainer"
    sortRange = ""
reo-ar commented 3 years ago

This seems to be an issue you should bring up to Tetra, it's not really fixable unless with a config like above.