Custom Blocks API v1.2.1
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 inBlockProperties
which replaces theSetblockCommand
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 newBaseBlock
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"