This is a backport of version 2.0 to Minecraft 1.20.1.
This update improves user experience by addressing some common pitfalls.
Version 2.0.0 changes:
- Added dedicated menu keybind
- The old key-combination still works
- Added simple config screen
- Also has ModMenu integration
- Switched to lighter config system
- Because of this, previous config files are incompatible with this version
- New files will be created
- owo-lib is NOT required anymore
- Changed namespace to new domain (
pw.smto
->dev.smto
) - Updated mod compat code where possible
- I used AOF7 as a test-pack, which seems to work fine
- Many code improvements
- Polymer support, though that is completely untested on 1.20.1 and probably broken (which is fine, I doubt there are any 1.20.1 polymer servers around anyways)
Due to the huge amount of changes, I expect bugs to occur.
As usual, please report any issues you find to the linked GitHub!
Version 2.0.0 changes:
- Config file format changed
- Previous config files will not be migrated
- Forge config files are no longer compatible
- Builtin polymer support
- Requires installation of ConstructionWand-Polymer to enable it
- Assignable keybind for the wand menu
- The old key-combination still works
- Client-side config screen
- Also has ModMenu integration
- Changed namespace to new domain (
pw.smto
->dev.smto
) - General code cleanup
This is a backport of changes from newer versions of this mod to 1.20.1.
I decided to do this because the previous 1.20.1 download was by far the most popular file I have ever published on CF.
Important changes:
- Add true opt key keybind
- Skip unique items
- General code improvements
Note that owo-lib
is still required for this version.
As usual, please report any issues to the linked issue tracker (GitHub)!
- 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.