Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| fightnbtintegration-1.18.2-1.0.1.jar release | 20.20 KB | Jul 23, 2022 | 1.18.2 | 2 | Download |
| fightnbtintegration-1.18.2-1.0.0.jar release | 20.18 KB | Jun 18, 2022 | 1.18.2 | 3,055 | Download |
| fightnbtintegration-1.16.5-1.4.1.jar release | 19.78 KB | Jan 23, 2022 | 1.16.5 | 59,166 | Download |
| fightnbtintegration-1.16.5-1.4.0.jar release | 19.76 KB | Jan 19, 2022 | 1.16.5 | 279 | Download |
| epicfightnbt-1.16.5-1.3.0.jar release | 16.07 KB | Nov 11, 2021 | 1.16.5 | 3,207 | Download |
| epicfightnbt-1.16.5-1.2.2.jar release | 16.49 KB | Nov 11, 2021 | 1.16.5 | 38 | Download |
| epicfightnbt-1.16.5-1.2.1.jar release | 16.41 KB | Nov 10, 2021 | 1.16.5 | 79 | Download |
| epicfightnbt-1.16.5-1.2.0.jar release | 16.41 KB | Oct 15, 2021 | 1.16.5 | 1,112 | Download |
| epicfightnbt-1.16.5-1.1.0.jar release | 17.80 KB | Oct 2, 2021 | 1.16.5 | 445 | Download |
| epicfightnbt-1.16.5-1.0.2.jar release | 20.04 KB | Aug 13, 2021 | 1.16.5 | 1,731 | Download |
| epicfightnbt-1.16.5-1.0.1.jar release | 19.89 KB | Aug 11, 2021 | 1.16.5 | 113 | Download |
| epicfightnbt-1.16.5-1.0.0.jar release | 17.29 KB | Aug 7, 2021 | 1.16.5 | 101 | Download |
Description
REQUIRES EPIC FIGHT MOD AS A DEPENDENCY
This mod adds NBT integration to Epic Fight Mod. The Epic Fight weapon type can be deciphered from an item's NBT string property if Epic Fight doesn't already have a weapon type for the weapon. This is mainly useful for Tetra's modular tools. After you launch the world once with this mod, you are able to access the config under `[world_name] -> epicfightnbt -> config.json`
Format for the config file
{
"__comment": "Options: axe, sword, knife…",
"NBT_KEY1": {
"NBT_VALUE1": "TYPE OF WEAPON",
"NBT_VALUE2": "TYPE OF WEAPON"
},
"NBT_KEY2": {
"NBT_VALUE1": "TYPE OF WEAPON"
}
}
"__comment": "Options: axe, sword, knife…",
"NBT_KEY1": {
"NBT_VALUE1": "TYPE OF WEAPON",
"NBT_VALUE2": "TYPE OF WEAPON"
},
"NBT_KEY2": {
"NBT_VALUE1": "TYPE OF WEAPON"
}
}
Example of how to set up the config file. In this case, any item that contains the NBT tag "double/head_left": "double/basic_hammer_left" will be seen as an axe in Epic Fight Mod
{
"__comment": "Options: axe, sword, knife…",
"double/head_left": {
"double/basic_hammer_left": "axe",
"double/basic_axe_left": "axe"
},
"single/head": {
"single/basic_sword": "sword"
},
}
"__comment": "Options: axe, sword, knife…",
"double/head_left": {
"double/basic_hammer_left": "axe",
"double/basic_axe_left": "axe"
},
"single/head": {
"single/basic_sword": "sword"
},
}
Get 0.05 TON 💎
Download



Add a comment