Tetra Material Overhaul Mod (1.20.1) – Craft Custom Weapons with Exact Part
Ang Tetra Material Overhaul Mod ay nagpapalawak sa Tetra sa pamamagitan ng pagdaragdag ng mga context field para sa mga custom item at gear parts. Pinapayagan ka nitong magtakda ng mga partikular na kondisyon para sa mga material bonus, module upgrade, at improvement sa pamamagitan ng mga data pack. Maaari mong i-target ang mga eksaktong weapon slot at part upang ang mga custom stat ay mailalapat lamang kung saan mo gusto. Ginagawa nitong mas malinis ang pagbuo ng mga custom item set at nagbibigay sa mga pack maker ng direktang kontrol sa gear balance.
![]()
Mga Tampok:
- Nagdaragdag ng contexts field sa mga Tetra material, module, at improvement.
- Pinapayagan kang kontrolin kung saan magkakabisa ang mga attribute bonus at effect multiplier.
- Direktang iniuugnay ang mga module part sa mga tumutugmang material context key sa iyong mga data pack.
- Naglalapat ng custom attack damage, attack speed, at tool stats sa mga piniling weapon variant.
- Gumagana sa mga standard data pack JSON file upang i-adjust ang weapon at tool crafting balance.
Configuration:
Narito ang isang halimbawa ng pagdaragdag ng context block sa isang custom material JSON file:
{
"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]
}
}
}
}
Narito kung paano itutugma ang context na iyon sa loob ng isang module JSON file:
{
"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/" } ]
}
}
]
}
Paano I-install:
Mga Kailangan:
Tetra Material Overhaul Mod Download Links
0

Wala pang komento ang post na ito. Maging una — lalabas dito ang iyong komento.