BlockRegen v1.4 - The MMOItems Integration Update!
This version introduces significant feature enhancements, focusing on deeper integration with other popular plugins like MMOItems and expanding the capabilities of existing features.
✨ New Features
MMOItems Tool Requirement Support
You can now require players to use specific tools from the MMOItems plugin to break regenerating blocks. This allows for creating powerful, custom mining progression tied directly to your MMOItems configuration.
- Configuration: Simply add the tool to the tools-required list using the format: 'mmoitems:TYPE:ID'.
Example:
Code (Text):
ANCIENT_DEBRIS:
replaced-block: NETHERRACK
regen-delay: 30
tools-required:
- 'mmoitems:PICKAXE:CELESTIAL_PICKAXE'
- NETHERITE_PICKAXE
Improvements & Fixes
- Universal ItemsAdder Drop Support: The system for handling custom drops from ItemsAdder has been completely overhauled. It now correctly processes items from any ItemsAdder namespace, not just itemsadder: or noblemetals:. This ensures full compatibility with all custom resource packs.
- Code Refactoring: The underlying code for handling tool requirements and custom drops has been refactored for better performance and easier implementation of future integrations.