User Tools

Site Tools


mtr_extra:making_a_resourcepack

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mtr_extra:making_a_resourcepack [2025/05/14 14:38] – Fix trailing comma in the provided pack.json lx862mtr_extra:making_a_resourcepack [2025/05/14 14:46] (current) – Emphasize on allowed ResourceLocation/Identifier characters lx862
Line 53: Line 53:
  "color": "#66CCFF",  "color": "#66CCFF",
  "base_train_type": "sp1900",  "base_train_type": "sp1900",
- "texture_id": "mtr:{FOLDERNAME}/{TEXTURENAME}.png"+ "texture_id": "mtr:{folder_name}/{texture_name}.png"
  
  }  }
Line 69: Line 69:
  "color": "66CCFF",  "color": "66CCFF",
  "base_train_type": "sp1900",  "base_train_type": "sp1900",
- "texture_id": "mtr:{FOLDERNAME}/{TEXTURENAME}.png"+ "texture_id": "mtr:{folder_name}/{texture_name}.png"
  
  },  },
Line 77: Line 77:
  "color": "66CCFF",  "color": "66CCFF",
  "base_train_type": "sp1900",  "base_train_type": "sp1900",
- "texture_id": "mtr:{FOLDERNAME}/{TEXTURENAME}.png"+ "texture_id": "mtr:{folder_name}/{texture_name}.png"
  
  }  }
Line 86: Line 86:
 <WRAP center round important 90%> <WRAP center round important 90%>
  
-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.+==== Note on Naming ==== 
 + 
 +By definition, Minecraft only supports the character set ''a-z'', ''0-9'', ''/._-''. This means characters such as uppercase letters **is not allowed and will not work**. 
 + 
 +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.
  
 </WRAP> </WRAP>
mtr_extra/making_a_resourcepack.txt · Last modified: 2025/05/14 14:46 by lx862