MOTP Patch Notes
Rework and Improvements
- Reward System Syntax:
The reward system now uses a new, standardized syntax for better clarity and consistency:
[level]4[levelEnd][quantity]1[quantityEnd][item]minecraft:iron_pickaxe[itemEnd]
- Level: The required player level for the reward
- Quantity: The number of items rewarded
- Item: The specific item rewarded using registry name
Debug :
- Added Debug System to check for the rewards syntax to avoid error and crashes
Fixes
- Config Default Instant Health:
Corrected an issue with the default attribute 1 configuration. - Drop Orb Logic:
Logic for drop orbs has been revised for better reliability - Non-Vanilla Dimensions: Fixed a bug preventing orbs from dropping in non-vanilla dimensions
- Level Interval Bug:
Addressed an issue affecting progression past level interval 3.
Changes
- Global Drop Chance Config:
The "lesser chance" setting has been removed from individual dimension configurations. A single global drop chance configuration now governs each dimension for the overall chance of the drops.
🚀 Update 1.1.0 ! 🚀
This update is brought to you by our sponsor @porogulaemeo ❤️
🛠️ Global Code Cleanup
🔧 Performance Boost
- Supercharged Calculation Logic: Up to 70% performance improvement! 🚀
🐞 Bug Fixes
- Attack Speed Display: Maximum attack speed no longer shows as maximum attack damage — it’s finally accurate!
- Fortitude Attribute: The fortitude attriabute is back in action! 🛡️
- Attributes 5 & 6: Now display the correct values when you hover over them.
📁 Configuration Overhaul
- Attributes Config File: Attribute parameters have been moved from
main_config
to a newattributes_config
file. - Level 1 XP: You can now set the XP required for level 1 directly in
main_config
.
✨ New Features & Changes
🔒 New Attributes
- Added Attributes 8, 9, and 10 for an exciting new progression layer.
- Attribute Locking: Attributes 8, 9, and 10 are locked by default.
🎨 GUI Overhaul
- Updated Interface: Support for more attributes and a cleaner, modern look.
📝 New Command Format (Cmd_To_Exc)
⚙️ Set Attribute Base Value
/attribute @p name_of_attribute base set [param(2)]
How it works:
- The final value is calculated using the provided parameter (
param
), which acts as a scaling factor. - Level Progression: Each new level adds the calculated value to the previous one.
Example:old_value + 2 = 18
⚙️ Expanded Command Support
- Full command support for all type of commands (/effect,...)
- Use
[param(***)]
to increment values byparam_value
for each level.
📘 Latest Mod Documentation
Find the latest mod documentation here: View Docs
Thanks for being awesome! ❤️ Can't wait for your feedback!
Patch Notes MOTP 1.0.2
- Added a command to reset your stats:
/resetlevels
. - Added a command to give points and add levels for specific attributes:
/givepoints [1-7] amount
. - Changed the
params
option fromparams=...
to[param]value[paramEnd]
. this will make it support unlimited values - Updated the
/givelevel
command: now requires the player to level up and no longer grants level-up rewards. - Fixed a bug where
enablingDeathOnReset
didn't remove the spare points already acquired
- Fixed a bug for the crafting recipe of the auto consumer artifact
- Release for the 1.18.2 and 1.16.5
Changelog 1.0.0
Enhancements
- Enhanced Screen HUD for a better user experience.
- Added Custom Color Code Setting to personalize your interface.
Changes
- Renamed and Updated Items:
- "Orb of Leveling" is now Codex of Ascension (updated icons and name).
- "Orb of Reseting" is now Tome of Rebirth (updated icons and name).
- Experience Enhancer Buffed:
- Now provides +40% XP gain (up from 20%).
Additions
- Crafting Recipes:
- Added recipes for both Artifacts: Autoconsumer and Experience Enhancer.
- Added recipes for the Tome of Rebirth.
- Config Option:
init_val_starting_level
allows setting the starting level.
Removals
- Removed All Generated Structures for improved performance and cleaner gameplay.
- Removed Blocks:
- Fragment Upgrader block.
- Ancient Loot Table and associated loot.
Bug Fix
- No Drop Xp Fixed a bug which cause No fragment drops option to not work propertly