Skip to content

Custom Blocks API v1.2.1

Compare
Choose a tag to compare
@BJTMastermind BJTMastermind released this 06 Feb 17:48
· 6 commits to main since this release

This is a minor release of the Custom Blocks API

Whats Changed?

  • Added Support for Tags tag which will be applied to the item display entity.
  • Added Support for BaseBlock tag in BlockProperties which replaces the SetblockCommand tag
  • Changed 6 directional blocks to no longer require 3 models, it will now rotate the normal model vertically.
  • Updated pack.mcmeta file to support 1.20.3+ versions.
  • Removed support for the SetblockCommand tag in favor of the new BaseBlock tag
  • Removed support for the CustomName tag
  • Removed remaining CustomModelDataVertial stuff in the code.
  • Removed cbCalcModel scoreboard objective as its no longer needed.
  • Deprecated scoreboard objectives remove cbCompareResult

The new BaseBlock tag in BlockProperties is formatted like BaseBlock:{"value":"stone"} where as the old format using SetblockCommand looked liked SetblockCommand:"setblock ~ ~ ~ stone"