Added
New block parameters:
● Added display
spawn-command-1_19_4: a spawn command for display entities used only in Minecraft 1.19.4. Useful for proper rendering of custom head models across versions.
● Added display
spawn-command-1_20-1_20_4: a spawn command for display entities used only in Minecraft 1.20–1.20.4. Useful for proper rendering of custom head models across versions.
● Added
yaw and
pitch in
display.translation section to apply additional rotation values to display entities.
Example:
Code (Text):
display:
translation:
yaw: 180
pitch: -45
● Added
disable-below-1_20_5 for collisions. When true, the collision is skipped for versions below 1.20.5 (due to size limitation before display entity scaling).
Example:
Code (Text):
collisions:
some-collision-name:
disable-below-1_20_5: true
● All new parameters are editable via /bdc custom-block editfile
Improvements:
● Optimized block and command loading speed
● Introduced internal
version package for cleaner version handling
●
CustomBlockInteractEvent now provides access to the clicked interaction
● Custom blocks can no longer be destroyed in
Adventure mode
Fixes:
● Fixed sound loading issues on newer Minecraft versions
● Fixed item drop bug when in spectator mode
● Fixed command loading for single-line command strings