Skip to content

Releases: desht/ModularRouters

v13.0.3 beta release (MC 1.21)

24 Jul 17:02
Compare
Choose a tag to compare
Pre-release
  • NeoForge 21.0.110-beta or newer required
  • Added support for FTB Filter System; Smart Filters from that mod can be placed in module filter slots and function as filters
    • Limitation: they can't be configured in-place, so keep the real Smart Filter item around in case reconfiguration is needed
  • Mod configuration GUI is now available again thanks to changes in NeoForge 21.0.110-beta
  • Fixed Distributor Modules not working on dedicated server with more recent NeoForge builds
  • Patchouli integration has been updated
    • Note that Patchouli doesn't have an official release yet for 1.21

v13.0.2 beta release (MC 1.21)

03 Jul 17:05
Compare
Choose a tag to compare
Pre-release
  • Updated to work with Neoforge 21.0.40+
  • Placer Module has been reworked internally to simplify the code and act more like a player placing the block. Couple of minor player-noticeable changes:
    • Directional blocks are now oriented along the placing axis
    • If placing is prevented (e.g. by a protection mod such as FTB Chunks), the place sound will still play even though the block is not placed. This can be a useful indicator that the placement is being attempted and failing. (Using a Security Module in your router is the correct action here)

v13.0.1 beta release (MC 1.21)

18 Jun 09:49
Compare
Choose a tag to compare
Pre-release
  • Fixed init crash while setting up creative tabs.

v13.0.0 beta release (MC 1.21)

15 Jun 07:59
Compare
Choose a tag to compare
Pre-release

[13.0.0]

  • Ported to Minecraft 1.21. Equivalent in functionality to last 1.20.4 release.

12.3.3 release (MC 1.20.4)

04 May 09:25
Compare
Choose a tag to compare

[12.3.3]

  • Items which directly grant experience to the player when used can now be used by Activator Modules (which use a fake player)
    • Experience so granted is dropped as experience orbs next to the router
  • Some API improvements, thanks to @Matyrobbrt - no player-visible changes here; intended to ease creation of addon mods

v12.3.2 release (MC 1.20.4)

13 Apr 11:55
Compare
Choose a tag to compare
Pre-release

[12.3.2]

  • Fixed items losing NeoForge attachment data when dropped from a router that's just been broken

[12.3.1]

  • Fixed a couple of bugs with Template Frame (Extruder Mk2 fake blocks) NBT load/save

[12.3.0]

12.1.1 release (MC 1.20.1)

24 Jan 15:13
Compare
Choose a tag to compare
  • Fixed bug in Breaker Module crafting causing pickaxe type to always be iron (bug introduced in 12.1.0)
  • Fixed NPE if an unconfigured Player Module (e.g. as pulled from creative/JEI) is inserted into a router

12.1.0 release (MC 1.20.1)

17 Jan 16:52
Compare
Choose a tag to compare
  • Added a new smart filter: the Tag Filter!
    • Can be used to select item tags which can be filtered against
    • More precise than just enabling the tag mode option in the module GUI
  • Fixed NPE when saving Template blocks (as extruded by the Extruder Mk2)
  • Volume of the "bleep" sound when setting up modules is now quieter by default
    • Volume can also be configured in client config; see bleepVolume in modularrouters-client.toml
  • Fixed a couple of GUI spots where text was being wrongly rendered with a drop shadow
  • Cleaned up mod's handling of NBT on module items; modules now have no NBT until configured

9.1.2 release (MC 1.18.2)

26 Dec 18:03
Compare
Choose a tag to compare
  • JEI ghost support for the Bulk Item Filter (thanks @Attack8)

12.2.0 release (MC 1.20.2)

04 Dec 15:24
Compare
Choose a tag to compare
Pre-release
  • Initial port to Minecraft 1.20.2.
    • This release will not work on 1.20.1!
    • This release is built for Neoforge, and will not work on MinecraftForge!