All custom blocks that are registered to the creative menu fail to load with following error.
[Blocks][error]-block_definitions | C:/Users/%USER%/AppData/Local/Packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/LocalState/games/com.mojang/minecraftWorlds/NM5DXvP4AAA=/behavior_packs/FC_B | blocks/block_acacia.json | description | register_to_creative_menu | child 'register_to_creative_menu' not valid here.
[Blocks][error]-block_definitions | C:/Users/%USER%/AppData/Local/Packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/LocalState/games/com.mojang/minecraftWorlds/NM5DXvP4AAA=/behavior_packs/FC_B | blocks/block_acacia.json | Failed to verify block
I have attached the block file from this add-on and i have found some what of a work around to get it to work until it is fixed.
if you remove the property "register_to_creative_menu" from the description the blocks will load and function properly. (they will not be in the creative menu but they will be available for /give commands and everything else)
I hope this gets resolved quickly as it does make it much more tedious to test custom blocks.
Thanks
Linked issues
is duplicated by 31
Attachments
Comments 29
Partially resolved in 1.15.0.56
The error no longer occurs when loading world and world loads as expected.
blocks appear in world.
but
the blocks do not appear in the creative menu.
the blocks do not appear in the menu as a selection when crafting recipes
yep, the bug still is there in the game.
you cannot get the blocks by the creative inventory and only by command even tho register_to_creative_menu is true
Correction,
The blocks can not be crafted (recipes do not work) if the property is not set.