You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using Place Block II, and passing an itemtype iota whose item appears as a different itemtype than its block (sorter's returning "Wheat Crops" on a block of wheat and "Wheat Seeds" on an item entity), the placing fails, preventing the two from being interchangeable, but only when placing from a nexus.
to reproduce:
grab a "Sweet Berry Bush" itemtype iota by sorter's-ing a placed berry
Place Block II with sweet berries in the inventory
blocks are placed
repeat 1&2 using a nexus (passing an itemtype, while nexus holds berries, but not the caster's inventory)
cast succeeds, but blocks aren't placed as if no berries were found
repeat 1-3 using a "Sweet Berries" itemtype iota
succeeds in both cases
it's a small issue, as the two itemtypes return True when Equality Distil is used, which provides a workaround via using the item-version itemtype, but the small inconsistency stumped me for a while😄
The text was updated successfully, but these errors were encountered:
when using Place Block II, and passing an itemtype iota whose item appears as a different itemtype than its block (sorter's returning "Wheat Crops" on a block of wheat and "Wheat Seeds" on an item entity), the placing fails, preventing the two from being interchangeable, but only when placing from a nexus.
to reproduce:
it's a small issue, as the two itemtypes return True when Equality Distil is used, which provides a workaround via using the item-version itemtype, but the small inconsistency stumped me for a while😄
The text was updated successfully, but these errors were encountered: