Formation plane voids items
XFactHD opened this issue ยท 0 comments
Describe the bug
Under certain circumstances, items entering the network will be voided and [Server thread/WARN]: Extracted 1xminecraft:redstone from adjacent storage and voided it because network refused insert
will be logged:
- No filter set, block place mode set to "Place as block" (default value) and item is not a
BlockItem
or is not placeable (i.e. redstone can't be placed on leaves) - A filter is set that fits the item, block place mode set to "Place as block" and item is not a
BlockItem
or is not placeable
Under the following circumstances, everything works as expected:
- A filter is set that doesn't fit the item in question -> nothing happens
- A filter is set, the block place mode is set to "Drop as item" and the filter is removed -> the item is dropped
- A filter is set that fits the item and the block place mode is set to "Drop as item" -> the item is dropped
- No filter is set, block place mode set to "Place as block", the item is a
BlockItem
and placeable -> the block is placed - A filter is set that fits the item, block place mode set to "Place as block", the item is a
BlockItem
and placeable -> the block is placed - No filter is set, block place mode set to "Place as block", the item is a
BlockItem
and placeable but the block space is occupied -> nothing happens - A filter is set that fits the item, block place mode set to "Place as block", the item is a
BlockItem
and placeable but the block space is occupied -> nothing happens
This affects all items that aren't BlockItem
s as well as any BlockItem
that can't be placed in the given circumstance even though the block position it would be placed in is not blocked.
In my tests I used redstone dust, nether quartz and stone.
How to reproduce the bug
The following setup can be used to reproduce this bug. My tests were done with redstone dust, nether quartz crystals and stone.
Expected behavior
The item should not be voided when the configuration of the formation plane doesn't allow for dropping it while the filter allows it to be imported
Additional details
The formation plane doesn't allow configuring the block place mode when no filter is set, the button does not exist.
Forge: 39.0.79
AE2: 10.1.0-beta2
Which minecraft version are you using?
1.18
On which mod loaders does it happen?
Forge
Crash log
https://gist.github.com/XFactHD/56103ffc3442e4bc9f07b519bf7bae61