User:Twoelk/sandbox1
Jump to navigation
Jump to search
This shall be my sandbox
folder structure playtree
Example structure
minetest/ ├── bin/ ├── builtin/ ├── cache/ │ ├── media/ │ └── tmp/ ├── client/ │ ├── serverlist/ │ └── shaders/ │ ├── alpha_shader/ │ ├── leaves_shader/ │ ├── liquids_shader/ │ ├── plants_shader/ │ └── solids_shader/ ├── doc/ ├── fonts/ ├── games/ │ ├── minetest_game/ │ ├── minimal/ │ └── ... ├── locale/ (+lots of language folders) ├── mods/ │ └── ... ├── textures/ │ ├── base/ │ │ └── pack/ │ └── ... └── worlds/ └── ...
In this example the mods "carts" and "tnt" are installed:
mods/ ├── 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.ogg └── ...
Category tree
- Category:Minetest (Root Category)
- Category:Game Content
- Category:Gameplay
- Category:Games
- Category:Map
- Category:Mods
- Category:People
- Category:Pictures
- Category:Related software
- Category:Server
- Category:Tutorials