- Updated to Minecraft 1.21.11
For Users
- Fixed round-robin warp plate modifier not applying as expected
- Fixed waystones not activating for everyone immediately when default visibility is GLOBAL
- Fixed teleports not resetting fall distance
- Fixed waystone settings not opening on shift-right-click when an item is in hand or off hand
For Developers
- Changed
waystone:waystoneworld-gen feature (and others) to accept a BlockStateConfiguration, deprecated the other features
- Fixed waystones not activating for everyone immediately when default visibility is GLOBAL
- Fixed crash when multiple warp requirements are active with some not having a renderer attached
**Note: ** Durability costs have been moved to warp requirements.
- Either regenerate your warp requirements configuration by removing the section from your config file,
- or add
[source_is_warp_stone] add_durability_cost(80)to them to restore previous behaviour
- Added
enableDurabilityconfig option (default: on) - Added
add_durability_costwarp requirement (default:[source_is_warp_stone] add_durability_cost(80)) - Increased warp stone durability to 10000 to allow for a bigger range in
add_durability_cost- With the default cost of 80 durability, this still results in roughly 128 teleports
**Note: ** Durability costs have been moved to warp requirements.
- Either regenerate your warp requirements configuration by removing the section from your config file,
- or add
[source_is_warp_stone] add_durability_cost(80)to them to restore previous behaviour
- Added
enableDurabilityconfig option (default: on) - Added
add_durability_costwarp requirement (default:[source_is_warp_stone] add_durability_cost(80)) - Increased warp stone durability to 10000 to allow for a bigger range in
add_durability_cost- With the default cost of 80 durability, this still results in roughly 128 teleports
- Updated to Minecraft 1.21.10
- Fixed waystone runes showing as outline visible through all blocks



