Allow use to use a ANVIL inventory to track user input
TODO
[x] Create inventory-framework-anvil-input module and Anvil Feature as external feature
[ ] Fix compatibility issues with Dynamic Title Update feature
To update the title dynamically, Dynamic Title Update feature sends "opening window" packet and this doesn't work properly with Anvil Input since it will reset the anvil input to the name of the item in the first slot, discarding the user input.
In order to avoid this, the display name of the item in the first slot needs to be updated to the previous anvil input (before updateTitle... was called). But this will cause another problem, because both the anvil input and the name of the item in the first slot are the same; resulting into an empty result slot.
Allow use to use a ANVIL inventory to track user input
TODO
inventory-framework-anvil-input
module and Anvil Feature as external featureupdateTitle...
was called). But this will cause another problem, because both the anvil input and the name of the item in the first slot are the same; resulting into an empty result slot.