XNet

XNet is a highly optimized networking cable system for items, energy, fluids, information, ...

File Details

xnet-1.15-2.1.4-beta.jar

  • B
  • Jun 3, 2020
  • 523.24 KB
  • 67.1K
  • 1.15.2
  • Forge

File Name

xnet-1.15-2.1.4-beta.jar

Supported Versions

  • 1.15.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:xnet-260912:2971385")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

2.1.4-beta:
- Fixed the item model for XNet facades
- 'kyleedwardsny' fixed various things related to the facades:
- Fixed some rendering issues when breaking facades
- Fixed the cable blocks being solid
- Consolidate all cable/facade rendering into GenericCableBakedModel and remove the redundant FacadeBakedModel and everything related to it. This reduces the amount of code that has to be maintained.
- Fix a possible performance regression in #414 that was pointed out on Discord. Now, the cable quads only get returned in the solid rendering layer, and quads for the mimicked block only get returned if the mimicked block's canRenderInLayer() is true.
- Allow facade/cable rendering in all layers, ensuring that translucency works in addition to cutouts and solids.
- Always render the cable even if there is also a facade, so that translucent and cutout blocks show the cable inside.