ModsJava
Tetra Material Overhaul
The author built this one for Minecraft 1.20.1 on Forge. On other versions it may install and then do nothing.
Added contexts in tetra's module, material, and improvement.
The usage of module and improvement is the same.
Below are examples in material and module.
material:
{
"key": "test",
"category": "bone",
"primary": 5,
"secondary": 1.9,
"tertiary": 4.5,
"durability": 120,
"integrityCost": 1,
"integrityGain": 5,
"magicCapacity": 108,
"toolLevel": "minecraft:stone",
"toolEfficiency": 4.5,
"tints": {
"glyph": "bone_glyph",
"texture": "bone"
},
"textures": [
"bone",
"crude"
],
"material": {
"items": [
"minecraft:heart_of_the_sea"
]
},
"requiredTools": {
"hammer_dig": "minecraft:wood"
},
"contexts": {
"test": {
"attributes": {
"generic.attack_speed": 114514
},
"effects": {
"test": [10, 5]
}
}
}
}
module:
{
"replace": true,
"slots": [ "sword/blade" ],
"type": "tetra:basic_major_module",
"improvements": [
"tetra:sword/basic_blade/",
"tetra:sword/shared_blade/",
"tetra:sword/shared/",
"tetra:shared/"
],
"variants": [
{
"materials": [ "tetra:wood/", "tetra:stone/", "tetra:metal/", "tetra:gem/", "tetra:bone/" ],
"key": "basic_blade/",
"attributes": {
"generic.attack_speed": -1.9
},
"effects": {
"sweeping": 1
},
"tools": {
"cut": [ 1, 2 ]
},
"aspects": {
"edged_weapon": 2,
"breakable": 2
},
"durability": -20,
"tags": [ "forge:swords" ],
"contexts": ["test"],
"extract": {
"primaryAttributes": {
"generic.attack_damage": 1
},
"durability": 0.9,
"integrity": -1,
"magicCapacity": 1,
"glyph": {
"textureX": 0
},
"availableTextures": [ "metal", "shiny", "grainy", "crude" ],
"models": [ { "location": "tetra:item/module/sword/blade/basic/" } ]
}
}
]
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as Tetra Material Overhaul-6.9.0-1.0.1.jar — drop this file into the mods folder
- Download size: 13 KB
- Download link checked 22 Aug 2026 — working
These come from our own check of the pack file, not from the source page.