Talk:Installing Mods
From Old MT Dev
Revision as of 09:09, 18 November 2014 by >Hybrid Dog (Created page with " carts/ │ ├── depends.txt │ ├── init.lua │ ├── functions.lua │ ├── README.txt │ ├── textures/ │ ...")
carts/
│ ├── depends.txt
│ ├── init.lua
│ ├── functions.lua
│ ├── README.txt
│ ├── textures/
│ │ ├── carts_top.png
│ │ └── ...
│ └── models/
│ ├── cart.x
│ └── ...
└── tnt/
├── init.lua
├── depends.txt
├── README.txt
├── textures/
│ ├── tnt_side.png
│ └── ...
└── sounds/
├── tnt_explode.og
Why is init.lua put under depends.txt the second time and not sort alphabetically?Hybrid Dog (talk) 21:09, 18 November 2014 (MSK)