promotional bannermobile promotional banner

Modular Routers

Flexible item transport using router blocks and pluggable modules

File Details

modular-routers-1.16.5-7.5.2-83.jar

  • R
  • Jan 17, 2022
  • 1.03 MB
  • 3.7M
  • 1.16.5
  • Forge

File Name

modular-routers-1.16.5-7.5.2-83.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:modular-routers-250294:3609652")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

7.5.2 (17 Jan 2022)

  • The Breaker Module can now be configured to filter by the block, rather than by dropped items
    • By dropped items remains the default behaviour; the Breaker Module GUI now has a toggle button to change this
  • There is now a separate configuration value for blacklisting entities from Activator Module attack mode
    • Config setting is activatorEntityAttackBlacklist, which is in addition to existing activatorEntityBlacklist
    • This blacklist is empty by default, so Activator Module will by default now attack villagers
  • Activator module blacklists (activatorEntityBlacklist and activatorEntityAttackBlacklist) can now also take entity tags
    • Use a '#' prefix to indicate a tag, e.g. #minecraft:skeletons will match all skeletons (including Strays and Wither Skeletons)
  • Fixed Activator Module running with no item in buffer even when module has a non-empty whitelist filter
  • Fixed Breaker Module breaking blocks with no drops even when module has a non-empty whitelist filter
  • Fixed Detector Module always emitting redstone, even if router is not in "redstone always" mode
    • One issue to be aware of: if a Detector is already emitting, switching router into "Redstone high" mode won't stop it running, but removing and replacing the Detector module will work around this.