Skip to content

Releases: desht/ModularRouters

13.4.1 beta release (MC 1.21.4)

27 Jan 13:56
Compare
Choose a tag to compare
  • Fixed crash when applying invalid camouflage to a router (specifically a Camouflage Upgrade which was clicked on an Extruder Mk2 template frame block)
    • Existing invalid Camouflage Upgrades installed in routers will now do nothing (no camo, no crash!)
    • Trying to click a block which is invalid for camo (modular router or template frame) with a Camouflage Upgrade now displays a client error message
    • Added a modularouters:camo_blacklist block tag (empty by default) to which other blocks can be added if desired

13.2.1 release (MC 1.21.1)

27 Jan 13:56
Compare
Choose a tag to compare
  • Energy Distributor Upgrade can now be configured to pull (like the Distributor Module can)
  • Fixed crash when applying invalid camouflage to a router (specifically a Camouflage Upgrade which was clicked on an Extruder Mk2 template frame block)
    • Existing invalid Camouflage Upgrades installed in routers will now do nothing (no camo, no crash!)
    • Trying to click a block which is invalid for camo (modular router or template frame) with a Camouflage Upgrade now displays a client error message
    • Added a modularouters:camo_blacklist block tag (empty by default) to which other blocks can be added if desired

13.4.0 beta release (MC 1.21.4)

21 Dec 13:34
Compare
Choose a tag to compare
Pre-release

[13.4.0]

  • Ported to Minecraft 1.21.4
  • Security Upgrades no longer work to set the fakeplayer owner
    • Router is automatically "owned" by player who placed it, and the fake player always uses the owner's profile
  • Energy Distributor Upgrade can now be configured to pull (like the Distributor Module can)

13.2.0 release (MC 1.21.1)

25 Nov 22:27
Compare
Choose a tag to compare
  • Multiple changes from @Matyrobbrt :
    • Some significant internal reworking to benefit addon mods
    • Added gametest framework and tests for several modules, more to come
    • Added JEI search aliases for modules/augments/upgrades
    • Several other technical (non-player-visible) improvements
  • Added ja_jp translations (including Patchouli manual) - thanks @momo-i2
  • Fixed client crash in Bulk Item Filter when installed in a Detector Module

13.1.0 release (MC 1.21.1)

29 Oct 17:03
Compare
Choose a tag to compare
  • Updated to Minecraft 1.21.1; NeoForge 21.1.0 or later required
  • Routers are now owned by the placing player for the purposes of Activator Modules
    • Makes Security Modules unnecessary for operating in claim-protected areas (e.g. FTB Chunks)
  • Fixed a rounding error in percentage calculation which could affect Inspection Module accuracy
  • Fixed inserting a Camouflage Upgrade causing a client desync (items apparently vanishing from the open router GUI)
  • Fixed textfield in Detector Module GUI not working

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