-
Notifications
You must be signed in to change notification settings - Fork 0
Examples
ABKQPO edited this page Apr 25, 2026
·
3 revisions
GuideNH already ships a runtime example guide in wiki/resourcepack/. This page maps the important example files to the feature areas they demonstrate.
| Runtime file | What it demonstrates |
|---|---|
.../_en_us/index.md |
frontmatter, item ids, recipes, item/block images, command links, tooltips, scenes, annotations |
.../_en_us/markdown.md |
plain markdown features and tables |
.../_en_us/rendering.md |
block-level rendering and layout behavior |
.../_en_us/structure.md |
<Structure> usage and coordinate format |
.../_en_us/japanese.md |
navigation child example |
.../_en_us/subpage.md |
navigation / linking example |
| Runtime file | Purpose |
|---|---|
wiki/resourcepack/assets/guidenh/guidenh/_en_us/test1.png |
page-local image example |
wiki/resourcepack/assets/guidenh/guidenh/assets/example_structure.snbt |
rooted shared structure asset for <ImportStructure>
|
item_ids:
- guidenh:guide
navigation:
title: Root
icon_texture: test1.png<ImportStructure src="/assets/example_structure.snbt" /><DiamondAnnotation pos="0.5 2.2 0.5" color="#FFD24C">
### Activated Beacon
<RecipeFor id="minecraft:furnace" />
</DiamondAnnotation><RecipesFor id="minecraft:redstone_torch" input="minecraft:stick&minecraft:redstone" limit="1" />- start with
markdown.mdif you are validating parser basics - use
index.mdwhen testing mixed runtime features together - use
structure.mdwhen you only need static block layout previews - use
example_structure.snbtwhen you need a reusable imported structure asset