mtr_extra:resourcepack:make:others
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mtr_extra:resourcepack:make:others [2025/11/19 23:23] – Removing in unnecessary resource pack creation method from here Navi | mtr_extra:resourcepack:make:others [2025/11/29 11:01] (current) – Navi | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| This guide will tell you how to add signs, sounds, etc. to your resource pack. | This guide will tell you how to add signs, sounds, etc. to your resource pack. | ||
| - | <WRAP center round important | + | <WRAP center round important |
| **MTR4 format** is used in this tutorial. | **MTR4 format** is used in this tutorial. | ||
| Line 9: | Line 9: | ||
| </ | </ | ||
| - | ===== Adding a sign ===== | + | <WRAP center round info 70%> |
| - | ==== Adding | + | |
| + | It is recommended to read [[mtr: | ||
| + | |||
| + | </ | ||
| + | |||
| + | In the MTR mod, it is possible to add your own custom signs, rails, objects and lift retextures by editing the '' | ||
| + | |||
| + | ==== Adding | ||
| * Create a folder under '' | * Create a folder under '' | ||
| Line 20: | Line 27: | ||
| </ | </ | ||
| - | * Add in the custom | + | * Drop in the custom |
| - | <WRAP center round info 90%> | + | ===== Registering custom content ===== |
| - | Typically, an icon for signs is 128 x 128 in size. | + | Return to '' |
| - | </WRAP> | + | <tabbox Custom signs> |
| - | + | ||
| - | ==== Registering the sign data ==== | + | |
| - | + | ||
| - | === Compulsory components === | + | |
| - | | + | **Compulsory components** |
| <code json mtr_custom_resources.json> | <code json mtr_custom_resources.json> | ||
| Line 44: | Line 47: | ||
| </ | </ | ||
| - | * Replace the '' | + | * Replace the value of '' |
| - | * Replace the '' | + | * Replace the value of '' |
| - | === Optional components | + | **Optional components** |
| - | * Replace the '' | + | * Replace the value of '' |
| * Set '' | * Set '' | ||
| * Set '' | * Set '' | ||
| - | | + | <tabbox Custom rails> |
| + | |||
| + | **Compulsory components** | ||
| + | |||
| + | <code json mtr_custom_resources.json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | * Replace the value of '' | ||
| + | * Replace the value of '' | ||
| + | * Replace the value of '' | ||
| + | * Replace the value of '' | ||
| + | |||
| + | **Optional components** | ||
| + | |||
| + | * Replace the value of '' | ||
| + | |||
| + | <tabbox Custom objects> | ||
| + | |||
| + | **Compulsory components** Inside the square brackets of ''" | ||
| + | |||
| + | <code json mtr_custom_resources.json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | * Replace the value of '' | ||
| + | * Replace the value of '' | ||
| + | * Replace the value of '' | ||
| + | * Replace the value of '' | ||
| + | * Set '' | ||
| + | |||
| + | **Optional components** | ||
| + | |||
| + | * Replace the value of '' | ||
| + | * Modify the values of '' | ||
| + | * Set '' | ||
| + | |||
| + | <tabbox Custom lifts> | ||
| + | |||
| + | **Compulsory components** | ||
| + | |||
| + | <code json mtr_custom_resources.json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | * Replace the value of '' | ||
| + | * Replace the value of '' | ||
| + | * Replace the '' | ||
| + | |||
| + | **Optional components** | ||
| + | |||
| + | * Replace the value of '' | ||
| + | |||
| + | </ | ||
| + | |||
| + | Save the JSON file when you're done. | ||
| <WRAP center round important 90%> | <WRAP center round important 90%> | ||
| Line 61: | Line 141: | ||
| </ | </ | ||
| - | ==== Adding it to the game ==== | + | ===== Adding it to the game ===== |
| * Open Minecraft, and go to {{: | * Open Minecraft, and go to {{: | ||
| * Apply the resource pack, and press {{: | * Apply the resource pack, and press {{: | ||
| - | * Your sign should now show in the game. | ||
| - | {{: | + | ===== Checking your custom content ===== |
| + | |||
| + | To check whether your custom content has been added to the game, follow the instructions below. | ||
| + | |||
| + | ==== Signs ==== | ||
| + | |||
| + | Place down a sign, and scroll to the last page. Your custom sign should show. | ||
| + | |||
| + | ==== Rails ==== | ||
| + | |||
| + | Place down a rail, and use (right click) one of the rail node. Press '' | ||
| + | |||
| + | ==== Objects ==== | ||
| + | |||
| + | Place down a decoration object, and use (right click) it. Press '' | ||
| - | ==== TODO ==== | + | ==== Lifts ==== |
| - | - How to add custom objects | + | Create a lift structure, and use (right click) the lift track with a Lift Refresher. Press '' |
| - | - How to add custom rails | + | |
| - | - How to add custom lifts | + | |
mtr_extra/resourcepack/make/others.1763594638.txt.gz · Last modified: 2025/11/19 23:23 by Navi