QuazChick
QuazChick
I've tested them all in game, display name is the only component that doesn't support it.
[test.mcpack](https://github.com/Blockception/Minecraft-bedrock-json-schemas/files/14838047/test.mcpack.zip) ```json { "format_version": "1.20.70", "minecraft:item": { "description": { "identifier": "test:staff", "menu_category": { "category": "equipment" } }, "components": { "minecraft:can_destroy_in_creative": false, "minecraft:max_stack_size": 64, "minecraft:icon": "stick", "minecraft:glint": true, "minecraft:damage": 2, "minecraft:stacked_by_data":...
Might be better to also include "Protocol" in the page titles so that if they're embedded somewhere like Discord the link will say "Bedrock Protocol" rather than just "Bedrock".
The iron golem model can be found in `resource_pack/models/mobs.json` The snow golem models are `resource_pack/models/entity/snow_golem.geo.json` and `resource_pack/models/entity/snow_golem.v1.0.geo.json`
The breeze doesn't have a dedicated spawn egg texture, it uses the colours defined in its client entity file ```json "spawn_egg": { "base_color": "#af94df", "overlay_color": "#9166df" } ```