Lib Multipart

A Multipart API for fabric, used by SimplePipes and (soon) buildcraft.

File Details

[1.19/1.19.1/1.19.2] v0.8.0

  • R
  • Jan 31, 2023
  • 362.46 KB
  • 257
  • 1.19.2+2
  • Fabric + 1

File Name

libmultipart-all-0.8.0.jar

Supported Versions

  • 1.19.2
  • 1.19.1
  • 1.19

Curse Maven Snippet

Fabric

modImplementation "curse.maven:lib-multipart-344491:4373597"

Quilt

modImplementation "curse.maven:lib-multipart-344491:4373597"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changes:

  • Updated to 1.19.
  • Added multipart rotation/mirroring/transformation support.
  • [#61] Fixed CHUNK_UNLOAD event never being fired.
  • [#60] Fixed REMOVE event being fired when the multipart block was not being removed.
  • [#55] Fixed calling client-side parts' onAdded twice when the world is loaded.
  • [#64] Fixed client-side parts' onRemoved never being called for the last part in a multipart block.
  • [#65] Fixed AbstractPart#onBreak being called multiple times for insta-break parts, causing error log-spam.