Skip to content

latest

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Aug 18:54
· 3 commits to master since this release
0231df1

Features

  • improved custom block-breaking system for 1.20.5+ servers (Boy)

Bug Fixes

  • block-break init error (Boy)
  • issues getting textures from list (Boy)
  • furniture seats being handled as baseEntities (Boy)
  • generate datapack to remove noteblocks from mineable/axe tag (Boy)
  • Registry#BLOCK not existing for mineable-datapack on 1.20.4 (Boy)

Code Refactoring

  • move component-parse logic into ComponentParser (Boy)
  • make interactionHitboxes be offsetX,offsetY,offsetZ width,height (Boy)
  • inject ServerResourcePackConfigurationTask for ConfigPhase resourcepacks (Boy)
  • simplify obfuscation-type to FULL, SIMPLE, NONE (Boy)
  • drop FurnitureType, only use ItemDisplay for FurnitureMechanic (Boy)
  • revert changes to API methods for BlockSounds (Boy)
  • use shared lenient reader/writer for pack generation (Boy)

Chores

  • injectID -> injectId (Boy)
  • shade creative (Boy)

Commits

  • f874298: Merge branch 'oraxen:2.0/master' into 2.0/master (lilingfengdev)
  • 9c4cd7a: 1.179.0 (oraxen#1451) (Boy0000)
  • 0231df1: Merge branch 'oraxen:2.0/master' into 2.0/master (lilingfengdev)