-
Notifications
You must be signed in to change notification settings - Fork 4
Examples
ABKQPO edited this page May 18, 2026
·
6 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, ImportStructureLib, RemoveBlocks, BlockAnnotationTemplate, home-page recommendation example |
.../_en_us/markdown.md |
plain markdown features, tables, and a recommend: 0 example |
.../_en_us/rendering.md |
block-level rendering and layout behavior |
.../_en_us/scene-blocks.md |
static and interactive block scene examples |
.../_en_us/japanese.md |
navigation child example |
.../_en_us/navigation-guide.md |
navigation, linking, and high-priority recommendation example |
wiki/resourcepack/assets/gregtech/guidenh/_en_us/index.md |
second namespace example for cross-guide links and isolated same-name pages |
| 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> and <RemoveBlocks>
|
item_ids:
- guidenh:guide
navigation:
title: Root
icon_texture: test1.png
recommend: 3navigation:
title: Markdown Basics
parent: index.md
recommend: 0navigation:
title: Navigation & Index
parent: index.md
recommend: 5[Same namespace](guide.md)
[Same namespace from root](/guide.md)
[Other namespace](gregtech:guide.md)
[Other namespace from root](gregtech:/guide.md)<ImportStructure src="/assets/example_structure.snbt" /><GameScene width="384" height="256" zoom={4} interactive={true}>
<ImportStructureLib controller="botanichorizons:automatedCraftingPool" />
</GameScene><GameScene width="384" height="256" zoom={4} interactive={true}>
<ImportStructure src="/assets/example_structure.snbt" />
<RemoveBlocks id="minecraft:glowstone" />
</GameScene><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, including StructureLib tooltip, hatch-highlight, and cleanup behavior - use
scene-blocks.mdwhen you only need static block layout previews - use
example_structure.snbtwhen you need a reusable imported structure asset