Skip to content

Guide Terminal

brachy84 edited this page Aug 12, 2021 · 5 revisions

The Guide Terminal is an item that can show tutorials and guides for items, machines or literally anything.

To create guides in an addon or as pack maker you will need a simple text editor to edit JSON files.

The root path is assets/gregtech/terminal/guide/, then depending on what app you want to add a guide to create a subfolder. The defaults are items, machines, multiblocks and tutorials. Then you want to create a another folder named after the preferred lang code f.e. en_us. The files can have any name or can be in any sub directory after the lang folder.
At the end you might end up with something like this assets/gregtech/terminal/guide/items/en_us/tools/wrench.json

Clone this wiki locally