Skip to content

Configuration

Autovw edited this page Jun 7, 2026 · 5 revisions

Configuration & settings for Advanced Netherite 2.0 and above (Minecraft 1.19.4 and above)

Note: Configuration for Advanced Netherite 1.0 (Minecraft 1.16.5 - 1.19.4) can be viewed here!


Configuration & settings

Advanced Netherite has 2 types of configuration:

  1. Datapack configuration (Fabric/Forge/NeoForge)
  2. Config file configuration (Forge/NeoForge)

Datapack (Fabric/Forge/NeoForge)

Background:

Over the years, Minecraft has become more and more data-driven. When Mojang added tags back in the 1.13 update they were mostly being used for crafting recipes. However, as time went on the decision was made to also start using tags for gameplay behaviour. Allowing certain gameplay changes to be made through a datapack, that were previously only possible through a mod. Because of this, Advanced Netherite has moved certain features from the original config in the 1.0 versions to tags. This allows users and modpack creators to configure certain features through a datapack, instead of a config file. Theoretically this makes it also possible to have a universal configuration between different mod loaders.

How To Configure:

  1. Create a datapack in the world folder
  2. Add the tag you want to overwrite (make sure the path is an exact match, see "Path" column in the tables below)
  3. Open the created json file and enter the following text:
{
  "replace": true,
  "values": [
  ]
}
  1. This tag now overwrites the default values of Advanced Netherite's datapack. You can enter new entries in the values section of the tag. See Minecraft Wiki for examples.
  2. Check if your datapack is present by running the command /datapack list. Use /reload to apply new changes while in-game.

Pro Tip: You can find the default tags in the Advanced Netherite repository here on GitHub!

Item tags

Tag Type Path Info
pacify_endermen_armor Armor perk data/advancednetherite/tags/item/pacify_endermen_armor.json When worn by player, armor in this tag pacifies Endermen, unless provoked. This perk is only applicable to armor from Advanced Netherite and/or addons.
pacify_phantoms_armor Armor perk data/advancednetherite/tags/item/pacify_phantoms_armor.json When worn by player, armor in this tag pacifies Phantoms, unless provoked. This perk is only applicable to armor from Advanced Netherite and/or addons.
pacify_piglins_armor Armor perk data/advancednetherite/tags/item/pacify_piglins_armor.json When worn by player, armor in this tag pacifies Piglins, unless provoked. This perk is only applicable to armor from Advanced Netherite and/or addons.
drops_additional_crops Tool drop perk data/advancednetherite/tags/item/drops_additional_crops.json Enables additional crop drops for items in this tag held by player during crop harvest. This perk is only applicable to hoe items from Advanced Netherite and/or addons.
drops_additional_diamond Tool drop perk data/advancednetherite/tags/item/drops_additional_diamond.json Enables additional diamond drops when used by player on diamond ore blocks. This perk is only applicable to pickaxe items from Advanced Netherite and/or addons.
drops_additional_emerald Tool drop perk data/advancednetherite/tags/item/drops_additional_emerald.json Enables additional emerald drops when used by player on emerald ore blocks. This perk is only applicable to pickaxe items from Advanced Netherite and/or addons.
drops_additional_gold Tool drop perk data/advancednetherite/tags/item/drops_additional_gold.json Enables additional gold drops when used by player on gold ore blocks. This perk is only applicable to pickaxe items from Advanced Netherite and/or addons.
drops_additional_iron Tool drop perk data/advancednetherite/tags/item/drops_additional_iron.json Enables additional iron drops when used by player on iron ore blocks. This perk is only applicable to pickaxe items from Advanced Netherite and/or addons.
drops_additional_enderman_loot Tool drop perk data/advancednetherite/tags/item/drops_additional_enderman_loot.json Enables additional enderman drops when player kills enderman. This perk is only applicable to sword items from Advanced Netherite and/or addons.
drops_additional_phantom_loot Tool drop perk data/advancednetherite/tags/item/drops_additional_phantom_loot.json Enables additional phantom drops when player kills phantom. This perk is only applicable to sword items from Advanced Netherite and/or addons.
drops_additional_piglin_loot Tool drop perk data/advancednetherite/tags/item/drops_additional_piglin_loot.json Enables additional piglin drops when player kills piglin. This perk is only applicable to sword items from Advanced Netherite and/or addons.
drops_additional_zombified_piglin_loot Tool drop perk data/advancednetherite/tags/item/drops_additional_zombified_piglin_loot.json Enables additional zombified piglin drops when player kills zombified piglin. This perk is only applicable to sword items from Advanced Netherite and/or addons.

Enchantment tags

Tag Type Path Info
prevents_additional_ore_drops Loot drop data/advancednetherite/tags/enchantment/prevents_additional_ore_drops.json Enchantments in this tag prevent additional ore drops when present on tool

Config (Forge/NeoForge)

Note for Fabric users: Unfortunately the Fabric version of Advanced Netherite does not come with config files. This is due to the fact that there is no standardised config system on Fabric, unlike with Forge/NeoForge. As of writing there also aren't any config mods available on Fabric that would meet the requirements for Advanced Netherite. If any of this were to change in the future, a config will obviously be added for feature parity with the other modloaders.

Client configuration

The client config for Advanced Netherite can be found in the config folder of your .minecraft directory. The file is called advancednetherite-client.toml. This file can also be modified in-game through the Config button of Advanced Netherite found on the Mods menu.

Category Field Default value Info
client showTooltips true If true, displays tooltips, added by Advanced Netherite, with perks client-side.
client matchingDurabilityBars true If true, displays a (color) matching durability bar underneath the item when damaged.
client forceDisableDetailArmorBarSupport false If true, forcefully disables support for Detail Armor Bar mod. Requires the game to be restarted.

Common configuration

The common config for Advanced Netherite can be found in the config folder of your .minecraft directory (client side/singleplayer) or server directory (server side/multiplayer). The file is called advancednetherite-common.toml. This file can also be modified in-game through the Config button of Advanced Netherite found on the Mods menu.

Category Field Default value Info
common/additional_drops enableAdditionalCropDrops true If true, enables additional crop drops for hoes.
common/additional_drops enableAdditionalOreDrops true If true, enables additional ore drops for pickaxes. Pickaxes with Silk Touch remain unaffected.
common/additional_drops enableAdditionalMobDrops true If true, enables additional mob drops for swords.

Server configuration

The server config for Advanced Netherite can be found in the serverconfig folder of your world directory (eg. .minecraft/saves/world/serverconfig/advancednetherite-server.toml). The file is called advancednetherite-server.toml.

Category Field Default value Info
server/tool_properties/breaking_speed_multipliers ironBreakingSpeedMultiplier 12 Block breaking speed multiplier for Netherite-Iron tools
server/tool_properties/breaking_speed_multipliers goldBreakingSpeedMultiplier 20 Block breaking speed multiplier for Netherite-Gold tools
server/tool_properties/breaking_speed_multipliers emeraldBreakingSpeedMultiplier 29 Block breaking speed multiplier for Netherite-Emerald tools
server/tool_properties/breaking_speed_multipliers diamondBreakingSpeedMultiplier 39 Block breaking speed multiplier for Netherite-Diamond tools
server/additional_drop_properties/crop_drop_chances additionalWheatDropChance 0.3 Chance of dropping additional wheat. 0.0 = 0% chance, 1.0 = 100% chance.
server/additional_drop_properties/crop_drop_chances additionalCarrotsDropChance 0.3 Chance of dropping additional carrots. 0.0 = 0% chance, 1.0 = 100% chance.
server/additional_drop_properties/crop_drop_chances additionalPotatoesDropChance 0.3 Chance of dropping additional potatoes. 0.0 = 0% chance, 1.0 = 100% chance.
server/additional_drop_properties/crop_drop_chances additionalBeetrootsDropChance 0.2 Chance of dropping additional beetroots. 0.0 = 0% chance, 1.0 = 100% chance.
server/additional_drop_properties/mob_drop_chances additionalPhantomDropChance 0.5 Chance of dropping additional phantom membrane. 0.0 = 0% chance, 1.0 = 100% chance.
server/additional_drop_properties/mob_drop_chances additionalZombifiedPiglinDropChance 0.5 Chance of dropping additional golden nuggets. 0.0 = 0% chance, 1.0 = 100% chance.
server/additional_drop_properties/mob_drop_chances additionalPiglinDropChance 0.15 Chance of dropping additional golden ingots. 0.0 = 0% chance, 1.0 = 100% chance.
server/additional_drop_properties/mob_drop_chances additionalEndermanDropChance 0.3 Chance of dropping additional ender pearls. 0.0 = 0% chance, 1.0 = 100% chance.
server/additional_drop_properties/ore_drop_chances additionalRawIronDropChance 0.2 Chance of dropping additional raw iron. 0.0 = 0% chance, 1.0 = 100% chance.
server/additional_drop_properties/ore_drop_chances additionalRawGoldChance 0.3 Chance of dropping additional raw gold. 0.0 = 0% chance, 1.0 = 100% chance.
server/additional_drop_properties/ore_drop_chances additionalEmeraldDropChance 0.4 Chance of dropping additional emerald. 0.0 = 0% chance, 1.0 = 100% chance.
server/additional_drop_properties/ore_drop_chances additionalDiamondDropChance 0.25 Chance of dropping additional diamond. 0.0 = 0% chance, 1.0 = 100% chance.
server/additional_drop_properties/ore_drop_chances additionalGoldNuggetDropChance 0.6 Chance of dropping additional golden nugget. 0.0 = 0% chance, 1.0 = 100% chance.

This page was last updated on 7 Jun 2026. The latest version as of writing is 2.4.1.

Getting started


Advanced Netherite 2.0
Minecraft 1.19.4 and above

Content

Technical


Advanced Netherite 1.0
Minecraft 1.16.5 - 1.19.4

Content

Technical

Clone this wiki locally