I use linux. But maybe this helps:
- Do you have version 0.3.1 or 0.4? The current mods, you can only install mods 0.4
- Did you already see this page:
http://minetest.net/wiki/doku.php?id=installing_mods- Try to start with 1 mod only, for example the moreblocks
- On my computer the folder/map/directory where I extract the mod moreblocks looks like this:
/home/TOPYWO/celeron55-minetest-c57e508-tester1/mods/minetest --> Containing:
- a map/directory/folder, with the name "moreblocks'
- a text-file with the name "mods_here.txt"
As you can see, I extract
the whole directory/map/folder with the name moreblocks in my mods directory.
- Under the directory/map/folder "moreblocks" there must be the following submap and 2 files:
- submap "textures". This contains all the mods .png files (the pictures)
- "depends.txt". A text file, most of the time having only 1 word "default"
- "init.lua". The programming of the mod in the LUA-language