What's Changed
- Removed debug messages on teleport
- Added welcome message to dimensions
- Introduced config support
Full Changelog: https://github.com/dragonruler1000/hdm-mod/compare/1.2.0...1.2.1
🆕 What's New in v1.2.0
✨ Features & Enhancements
- Refactored teleportation logic for better performance.
- Introduced a custom dimension config for more flexible world generation and teleportation.
- Enhanced the Window block with better activation logic and improved remote checks.
- Added a credits field to
mods.toml
and mod metadata. - Cleaned up code and imports in several files for improved maintainability.
- Improved in-code documentation, especially for the
Window
block class.
🛠️ Bug Fixes
- Fixed broken texture issues affecting some blocks.
- Resolved activation issues with the portal and window blocks, including replacing outdated
onBlockActivated
with modernuse
method.
🧪 Experiments
- Tested an optimized teleportation function for improved server performance.
- Trialed refactoring interaction logic for more intuitive user experience.
🔗 Full Changelog: Compare v1.1.0...v1.2.0 on GitHub