[BUG] Centrifuge and Powered Centrifuge allow unintended behaviour in their output slots
desp4life opened this issue ยท 2 comments
TLDR: whilst the output slots of a centrifuge or powered centrifuge does not allow items to be placed in it directly, it does allow shift-clicking items in there. This leads to weird (but not gamebreaking) behaviour.
From here on out, when I mention centrifuge, I mean both the regular, as well as the powered version
Version: Playing most recent version of All The Mods 7 (0.4.2) which includes version 0.9.0.4 of this mod.
How to reproduce:
- When the centrifuge is completely empty shift-clicking a compatible block (any comb) will put it into the input slot
- When the input slot is full and another comb of the same type is shift-clicked, it will be put in the output slots.
- This is also possible when an incompatable item is shift-clicked (E.G. different type of comb or any other item)
- The second strange behaviour is when picking up items from the output slots, when not shift-clicking, it allows the picked up itemstack to be larger than the default stack limit (64). Depositing items in the player's inventory when the held itemstack is larger the the limit, does decrease the held stacksize by the stacklimit and deposits an entire stack of items in the inventory.
Expected behaviour:
- Not being able to input items in the output slots of the centrifuge (in any way, shape or form), unless produced in a production cycle of the item in the input slot.
- Items being picked up from the output slots keep their respective stacklimit, and don't allow items to be picked up when the stacklimit is reached.
The following pictures depicts both kinds of strange behaviour I have encountered:
When multiple stacks are in the output slot (E.G. multiple stacks of wax), I can left-click one stack. This basically makes me hold that stack with my mouse. If I then left-click another stack, it will be added into the same stack that I am holding with my mouse. This can be repeated for multiple stacks in the output slots.