Skip to content

Vanilla Parts 2.0.0 for 1.18.1

Compare
Choose a tag to compare
@Juuxel Juuxel released this 15 Jan 18:35
· 3 commits to 1.18 since this release

Added

  • #vanilla_parts:excluded block tag for excluding blocks from becoming parts

  • Soul torch parts

  • Part categories for all parts in the vanilla_parts namespace (via Blocks to Parts):

    Part Categories
    Button buttons, redstone_components
    Cake cake
    Carpet carpets
    Fence fences
    Lever levers, redstone_components
    Slab slabs
    Soul torch torches
    Torch torches

Changed

  • Many generic parts of the implementation have been moved to a separate library, Blocks to Parts.
  • Updated to Minecraft 1.18.1.
  • Reduced the amount of mixins dramatically thanks to LibMultiPart updates.
  • Cakes placed in multipart containers now get the proper bite count from the item's BlockStateTag NBT data

Fixed

  • Fix torch luminance being 15 instead of 14