promotional bannermobile promotional banner

Lib Network Stack

Pure library mod: used by other mods (namely LibMultiPart and thus SimplePipes)

File Details

[1.16.4] v0.4.1

  • R
  • Nov 3, 2020
  • 151.62 KB
  • 120
  • 1.16.4+1
  • Fabric

File Name

libnetworkstack-base-0.4.1.jar

Supported Versions

  • 1.16.4
  • 1.16.3

Curse Maven Snippet

Fabric

modImplementation "curse.maven:lib-network-stack-344482:3101485"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

* Removed the "debug.all" option and replaced it with "debug.log".
        * This no longer forces every other debug option to be turned on when set to true.
* Added a debug option to print the stacktrace of the sender when reading throws an exception.
        * Unlike types this must be enabled on both sides for it to work.
       * This is controlled with the option "debug.record_stacktraces"
* Added a simpler cache type (NetObjectCacheSimple)
       * Unlike the full cache, this writes cache data out in-place, rather than requiring a separate network ID.
       * While this makes it simpler to create caches this writes an extra boolean.
* Added markers, which are shown in the debug log if "debug.record_types" is enabled.