#custom blocks won't appear in game.
1 messages · Page 1 of 1 (latest)
Be specific and include relevant details about the question upfront.
- What are you trying to accomplish?
- If you have code, which part is not working? Any content logs?
- What have you already tried?
- Have you searched the Bedrock Wiki?
{
"format_version": "1.20.20",
"minecraft:block": {
"description": {
"identifier": "Isle:lesser_gold_ore",
"menu_category": {
"category": "nature",
"group": "itemGroup.name.ore",
"is_hidden_in_commands": false
}
},
"components": {
"minecraft:destructible_by_mining": {},
"minecraft:geometry": "geometry.ore",
"minecraft:material_instances": {
"*": {
"texture": "Isle_lesser_gold_ore",
"render_method": "alpha_test"
}
},
"minecraft:destructible_by_explosion": {
"explosion_resistance": 0.6
},
"minecraft:selection_box": {
"size": [
16,
16,
16
],
"origin": [
-8,
0,
-8
]
},
"minecraft:display_name": "lessergold"
}
}
}
i dont know if im missing something but this is what i have in the code