1 2 3 4 5 6 7 8 9 10 11 12 13 14
| TransitRailMod ┣ images ┃ ┣ xcf xcf images of textures used in this mod ┃ ┣ png generated png textures ┃ ┠ Colors.md color standards of custom textures ┃ ┖ process_xcf.sh shell script converting from xcf to png ┣ src ┃ ┗ main ┃ ┣ java java source code of the mod ┃ ┗ resources resources folder or mod assets ┃ ┣ assets contains models, textures and translations ┃ ┖ mcmod.info text file on mod information ┠ CHANGELOG.md ┖ build.gradle
|