Put the texture pack folder in
Code: Select all
<minetest directory>/textures/
Code: Select all
textures/
├── HDX/
│ ├── info.txt
│ ├── screenshot.png
│ ├── default_wood.png
│ └── ...
└── Misa/
├── info.txt
├── screenshot.png
├── default_brick.png
└── ...
Enabling texture packs
Select the entry in the Textures tab of the main menu.
Or
Put the textures without subfolders in any place you like, and add this configuration setting, with the proper path, in minetest.conf:
Code: Select all
texture_path = C:\path\to\texture\directory
More info
Some texture packs assume you will copy just everything over the original files. In such cases, you can either do that, or just copy them from the subfolders into either of the above places.
+
Spoiler