Mineuniverse
Log in Register
Mods

MassTech Hammer API

just a simple hammer api for the MassTech Mods
by HybridAvenger
Download Claim this project
56 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Miscellaneous

This Doesnt do Much Other then Host the API-ESK for Mining in 3x3 

 

You are welcome to Use for Hammer API   

the Important import would be

 

import com.hybridavenger.mth.API.HammerItem;  

public static final DeferredItem<HammerItem> YURTOOLNAME = ITEMS.register("yurtoolname",
() -> new HammerItem(YurTOOLTIER, new Item.Properties()
.attributes(PickaxeItem.createAttributes(yurtooltier, 7f, -3.5f))));

if u want it to be Unbreakable.

import com.hybridavenger.mth.API.HammerItemUnbreakable;

public static final DeferredItem<HammerItem> YURTOOLNAME = ITEMS.register("yourtoolname",
() -> new HammerItemUnbreakable(yourtooltier, new Item.Properties()
.attributes(PickaxeItem.createAttributes(yourtooltier, 7f, -3.5f))));

Also be in mind this is just the Item not Tiers for the Tools, thats purely up to you

 

also untill i can get it fixed tools do lose 10 durability i will upload the code to Github as soon as i can

 

 

mth-2.0-1.21.1.jar
MC Client, NeoForge, 1.21.1, Server
Release 2025-03-31 Get
MTH-1.0.0-1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-03-21 Get

More from HybridAvenger

HybridLib
6,573
MassTech Digital Storage
619
MTS More Storage
456
MassTech: The Mod
3,884
MassTech Storage Wireless Crafting Terminal
265
MassTech Booster
253

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734