MassTech Hammer API
The mod functions as an API wrapper for 3x3 area mining systems. Its primary purpose is to provide developers with the HammerItem component for creating tools with extended digging capabilities.
Key Features:
For integration into their projects, developers need to use the import command:
import com.hybridavenger.mth.API.HammerItem;
Important Notes:
- The API covers only the basic HammerItem tool class
- Tool classification (Tiers) is entirely up to the developer
- Temporary feature: tools consume 10 durability points per use (bug will be fixed in updates)
The project's codebase is available in an open GitHub repository.