User Tools

Site Tools


mtr:adding_custom_resources

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mtr:adding_custom_resources [2025/11/19 23:30] – Overhaul, made it so that this page teaches users to make basic folder structure and with links for each type of custom resource they want to do. Navimtr:adding_custom_resources [2026/07/04 12:58] (current) – [Adding Custom Resources] Kia Granbird Judge
Line 3: Line 3:
 User-created content can be added to the Minecraft Transit Railway mod via resource packs. Currently, players can add the following: User-created content can be added to the Minecraft Transit Railway mod via resource packs. Currently, players can add the following:
  
-  * Texture variants for existing [[/trains|trains]] +  * Texture variants for existing vehicles 
-  * Blockbench models (BBmodel) for [[/trains|trains]]+  * Blockbench models (BBmodel) and OBJ models for vehicles
   * New textures and/or text for [[/railway_sign|railway signs]]   * New textures and/or text for [[/railway_sign|railway signs]]
 +  * OBJ models for rails
 +  * OBJ models for decoration objects
 +  * Texture variants for elevators
  
 It is highly recommended to be familiar with creating a resource pack before proceeding with this guide. It is highly recommended to be familiar with creating a resource pack before proceeding with this guide.
Line 23: Line 26:
   - Create a folder with a name that you want (for example: My custom M-Train) {{:mtr_extra:resourcepack:screenshot_2023-05-16_211341.png?200&nolink}}   - Create a folder with a name that you want (for example: My custom M-Train) {{:mtr_extra:resourcepack:screenshot_2023-05-16_211341.png?200&nolink}}
   - Create a new folder inside of the existing folder called ''assets''   - Create a new folder inside of the existing folder called ''assets''
-  - Upload a pack.png to your folder, this image will show in the resourcepack selection screen and should be 128x128. +  - Upload a pack.png to your folder, this image will show in the resource pack selection screen and should be 128x128. 
-  - Download this template pack.mcmeta and put it into your resourcepack folder:+  - Download this template pack.mcmeta and put it into your resource pack folder:
  
 <code json pack.mcmeta> <code json pack.mcmeta>
Line 41: Line 44:
 </WRAP> </WRAP>
  
-  * Create a new folder named MTR in the assets folder.+  * Create a new folder named ''mtr'' in the assets folder.
   * Create a text file inside the folder named ''mtr_custom_resources.json''   * Create a text file inside the folder named ''mtr_custom_resources.json''
  
Line 60: Line 63:
 ==== Explanation ==== ==== Explanation ====
  
-The file is quite self-explanatory; custom resources about trains, boat, cable cars and airplanes should be put under ''vehicles'', signs in ''signs'', and so on.+The file is quite self-explanatory; custom resources about trains, boats, cable cars and airplanes should be put under ''vehicles'', signs in ''signs'', and so on.
  
 <WRAP center round important 90%> <WRAP center round important 90%>
Line 70: Line 73:
 If it works on your Minecraft instance, it means you have installed some mods which explicitly bypass this behavior. However they do not work for other people without such mod, and you are discouraged from using these invalid characters as much as possible. If it works on your Minecraft instance, it means you have installed some mods which explicitly bypass this behavior. However they do not work for other people without such mod, and you are discouraged from using these invalid characters as much as possible.
  
-As such, make sure to **never** include uppercase letters in your filenames or the ids inside the resourcepack. Using them usually causes minecraft to ignore it and revert to the default texture.+As such, make sure to **never** include uppercase letters in your filenames or the ids inside the resource pack. Using them usually causes Minecraft to ignore it and revert to the default texture.
  
 </WRAP> </WRAP>
mtr/adding_custom_resources.1763595035.txt.gz · Last modified: 2025/11/19 23:30 by Navi