Skip to content

Tags and Compatibility

unfamily edited this page Aug 11, 2026 · 1 revision

Tags and Compatibility

Item tags

#another_dynamics:increment_modules

Members: inc_module_0inc_module_4. Used for mutual exclusion in incompatible_with and creative/tooling groupings.

Path: data/another_dynamics/tags/item/increment_modules.json

Wrench tags (common)

Any item in these tags can disconnect/reconnect duct arms like the Bulky Wrench:

  • #c:wrench
  • #c:tools/wrench
  • #c:wrenches
  • #c:tools/wrenches

Cable Facades

  • Soft dependency. Ducts participate via facade support registration / tags.
  • Config flag dev.004_cableFacadesConfigSeed (default true): one-shot append of another_dynamics:* to Cable Facades whitelist, then the option flips off. API/tag registration still runs every launch.
  • Project → real duct conversion preserves facades when the compat path runs.

Mekanism

Feature 1.21.1 26.1.2
Gas ducts / mek_gas Live when Mek loaded GAS_SUPPORT_ENABLED = false in MekanismChemicalCompat
Heat ducts / mek_heat Live when Mek loaded HEAT_SUPPORT_ENABLED = false in MekanismHeatCompat

Builtin gas/heat declare_duct JSON still carries neoforge:conditionsmod_loaded mekanism. On 26.x the Java gates keep chemical/heat transport out of the registry path even if a datapack is present.

Radioactive chemical routing is controlled per duct entry via move_radioactive.

Pipez

Feature 1.21.1 26.1.2
Whole-pipe → Settings Copier import Soft dep Soft dep
Pipez upgrade filter import Soft dep Soft dep
Pipez Retriever face mapping When Retriever mod present RETRIEVER_SUPPORT_ENABLED = false in PipezPipeSettingsImport

Import is one-way (Pipez → Settings Copier). The mod never writes Pipez NBT from AD.

Other soft deps

Mod Role
JEI Ghost ingredients into filter UI
FTB Ultimine Select connected ducts of the same logical id

Hard dependencies

None beyond NeoForge.

Clone this wiki locally