Custom Blocks API v1.3
This is a major release of the Custom Blocks API
Whats Changed?
- Updated
pack.mcmetafile to support 1.20.5/6 versions. - All custom block properties use snake_case rather then PascalCase to be inline with the new standard of Minecraft 1.20.5+.
- Replaced custom name of custom block with
item_namecomponent. - Removed dead functions/jsons.
- Removed
scoreboard objectives remove cbCompareResult. - Deprecated
scoreboard objectives remove cbCalcModel. - Added temporary conversion of old
CustomBlocks:Blocklock to newcustom_blocks:blocklock.
See README.md on the new /give format for custom blocks for 1.20.5+