Talk:Installing Mods

From Minetest Developer Wiki
Revision as of 17:09, 18 November 2014 by Hybrid Dog (talk | contribs) (Created page with " carts/ │ ├── depends.txt │ ├── init.lua │ ├── functions.lua │ ├── README.txt │ ├── textures/ │ ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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)