Minecraft Epic Fight NBT Integration mod 2026 download
logo
minecraft mod Epic Fight NBT Integration

Epic Fight NBT Integration

Game Version: 1.18.2
Total Downloads: 69,328
Updated: Jul 23, 2022
Created: Aug 7, 2021
Download Epic Fight NBT IntegrationDownload Earlier Versions

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 Epic Fight NBT Integration fightnbtintegration-1.18.2-1.0.1.jar releaseDownload
fightnbtintegration-1.18.2-1.0.0.jar release 20.18 KB Jun 18, 2022 1.18.2 3,055 download Epic Fight NBT Integration fightnbtintegration-1.18.2-1.0.0.jar releaseDownload
fightnbtintegration-1.16.5-1.4.1.jar release 19.78 KB Jan 23, 2022 1.16.5 59,166 download Epic Fight NBT Integration fightnbtintegration-1.16.5-1.4.1.jar releaseDownload
fightnbtintegration-1.16.5-1.4.0.jar release 19.76 KB Jan 19, 2022 1.16.5 279 download Epic Fight NBT Integration fightnbtintegration-1.16.5-1.4.0.jar releaseDownload
epicfightnbt-1.16.5-1.3.0.jar release 16.07 KB Nov 11, 2021 1.16.5 3,207 download Epic Fight NBT Integration epicfightnbt-1.16.5-1.3.0.jar releaseDownload
epicfightnbt-1.16.5-1.2.2.jar release 16.49 KB Nov 11, 2021 1.16.5 38 download Epic Fight NBT Integration epicfightnbt-1.16.5-1.2.2.jar releaseDownload
epicfightnbt-1.16.5-1.2.1.jar release 16.41 KB Nov 10, 2021 1.16.5 79 download Epic Fight NBT Integration epicfightnbt-1.16.5-1.2.1.jar releaseDownload
epicfightnbt-1.16.5-1.2.0.jar release 16.41 KB Oct 15, 2021 1.16.5 1,112 download Epic Fight NBT Integration epicfightnbt-1.16.5-1.2.0.jar releaseDownload
epicfightnbt-1.16.5-1.1.0.jar release 17.80 KB Oct 2, 2021 1.16.5 445 download Epic Fight NBT Integration epicfightnbt-1.16.5-1.1.0.jar releaseDownload
epicfightnbt-1.16.5-1.0.2.jar release 20.04 KB Aug 13, 2021 1.16.5 1,731 download Epic Fight NBT Integration epicfightnbt-1.16.5-1.0.2.jar releaseDownload
epicfightnbt-1.16.5-1.0.1.jar release 19.89 KB Aug 11, 2021 1.16.5 113 download Epic Fight NBT Integration epicfightnbt-1.16.5-1.0.1.jar releaseDownload
epicfightnbt-1.16.5-1.0.0.jar release 17.29 KB Aug 7, 2021 1.16.5 101 download Epic Fight NBT Integration epicfightnbt-1.16.5-1.0.0.jar releaseDownload

Description

Share this:

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"
   }
}

 

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"
   },
}

 

Comments

Add a comment