Skip to content

Releases: MattiDragon/AdvancedNetworking

v4.0.0-beta.1 [1.20.6]

20 May 16:15
Compare
Choose a tag to compare
Pre-release
  • Update to 1.20.6
    • Nbt filtering now converts the component changes of a stack into nbt and the filters that.
      I might add a way to filter components directly later.
  • Fix adventure mode access toggle not being properly hidden in cables

v3.1.0 [1.20.4]

28 Jan 17:58
Compare
Choose a tag to compare
  • Make interfaces use names from attached containers as fallback
  • Add interface groups
    • They allow you to interact with multiple interfaces as one
  • Added support for color tagging nodes
  • Added support for setting a custom name for a node
  • Made tooltips only show on the config/error button
  • Fixed context menu sometimes going outside the screen
  • Generally improved the UI
  • Missing containers no longer cause an error.
    • This was required to get groups working properly
    • This is useful if you have containers that might sometimes be missing
  • Connection in the editor are now textured

v3.0.1 [1.20.4]

16 Dec 16:31
Compare
Choose a tag to compare
  • Updated to 1.20.4
    • Tooltips changed slightly due to a change in how minecraft does them
  • Fixed typo in config screen

v3.0.1 [1.20.2]

16 Dec 16:36
Compare
Choose a tag to compare
  • Fix typo in config screen

v3.0.0 [1.20.2]

04 Oct 13:51
Compare
Choose a tag to compare
  • Updated to 1.20.2
  • Updated nodeflow
    • Nodes are now grouped with tags, allowing easier customization
    • Now uses split client sources
    • Textures are now sprite based
    • Lots of API changes for anyone building an addon or integration

v2.0.3 [1.20.1]

21 Aug 16:47
Compare
Choose a tag to compare
  • Update nodeflow to 0.2.2 fixing the delete button
  • Add config option to disable the adventure mode toggle
  • Fix path sorting erroring in some cases

v2.0.2 [1.20.1]

17 Jul 08:30
Compare
Choose a tag to compare
  • Fix fluid count nodes converting to item count nodes
    • Updated nodeflow version now prevents this from happening
  • Improved keyboard navigation
  • Added controlify support
    • Currently interacting with network controllers using a controller causes a crash due to controlify bug.
  • Add adventure mode access toggles
  • Update NoIndium to 1.20

v2.0.1 [1.20.1]

13 Jul 08:58
Compare
Choose a tag to compare
  • Fix count nodes not working properly

v2.0.0 [1.20.1]

29 Jun 13:46
Compare
Choose a tag to compare
  • Update to 1.20
  • Redo config internals
  • Added some actual tests
  • Nodeflow improvements
    • Better keyboard navigation

v1.0.3 [1.19.4]

09 Apr 12:50
Compare
Choose a tag to compare
  • Add regex support for filtering nodes, can be disabled in the config
  • Fix interface lists not working on certain gui scales due to weird scrollbar positioning
  • Refactor some internals