Custom Blocks API v1.2.1
This is a minor release of the Custom Blocks API
Whats Changed?
- Added Support for
Tagstag which will be applied to the item display entity. - Added Support for
BaseBlocktag inBlockPropertieswhich replaces theSetblockCommandtag - Changed 6 directional blocks to no longer require 3 models, it will now rotate the normal model vertically.
- Updated
pack.mcmetafile to support 1.20.3+ versions. - Removed support for the
SetblockCommandtag in favor of the newBaseBlocktag - Removed support for the
CustomNametag - Removed remaining
CustomModelDataVertialstuff in the code. - Removed
cbCalcModelscoreboard 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"