| name | mcbe-json-ui-vanilla-assets |
| description | Verify and use vanilla Minecraft Bedrock texture and icon paths for JSON UI. Use when Codex must confirm `textures/ui/*`, item icon atlas entries, block icon atlas entries, vanilla screen file names, or explain how to find and apply the correct vanilla asset source without hallucinating nonexistent paths. Use vanilla resource mirror as the upstream asset authority. |
MCBE JSON UI Vanilla Assets
Use this when the task needs a confirmed vanilla texture path, current vanilla screen file lookup, or an explanation of how to search the Bedrock vanilla pack correctly.
Workflow
- Read
references/vanilla-map.md.
- Use the Ztech upstream repo as the canonical vanilla asset source.
- Decide whether the target is a UI texture, item icon, block icon, or screen file.
- Search the correct upstream location:
textures/ui/
textures/item_texture.json
textures/terrain_texture.json
ui/
- Return only verified paths or verified file names.
- If the path is not found, say it is not verified and recommend shipping a custom texture instead of guessing.
Hard rules
- Never invent Bedrock texture paths.
- Do not treat old handwritten icon notes as stronger than the upstream pack tree.