- Fix incorrect texture for wands with equipped cores
- Add support for container components
- I finally see the vision: Components are the future! Wands can now access any item that has a "container" data component. Pretty much only shulker boxes implement this in vanilla Minecraft, but in modpacks most portable storage items should now be compatible by default, provided mod developers actually implement this the way Mojang designed it instead of lazyly using NBT like it's still 1.20...
- Add support for bundle components
- Restores support for bundles, in case anybody actually used that...
- Major code cleanup
We are so back.
- Reworked placement of slabs and layered blocks
- Example: Imagine a row of slabs. Some are in their bottom state, some in the top state, some are double. Using the wand on this row of blocks will now correctly replicate it, without duping any blocks.
- The same applies to layered blocks, such as snow.