A compilation of my minetest and mineclone2 tools and mods.
This is an unofficial MineClone2 Texture Converter. This will convert textures from Minecraft resource packs (or default assets) to a Minetest texture pack.
Supported Minecraft version: 1.20 (Java Edition)
- Python 3.x
- Imagemagick (accessible on path as
magick
)
Simply run python TextureConverter.py -i <input dir>
and the converted texture pack will be produced in the same folder as the original pack.
python TextureConverter.py -i <input dir> [-h] [-s size] [-d] [-v] [-f]
Optional Parameter | Description |
---|---|
-h | Show this help and exit. |
-s <texture size> | Specify the size (in pixels) of the original textures (default: 16) Issues. |
-d | Dry run, don't create the texture pack but check files exist and dependencies. |
-v | Verbose, print out all copying actions of 1:1 textures. |
-f | Forces the removal of the existing converted pack folder. |
This is a work-in-progress tool, and therefore has some known issues:
- Texture Related Issues (being fixed)
- Does not yet support texture packs with sizes other than 16x16 (planned to change)
- Can cause errors with texture packs with spaces in their names, even names that appear escaped. (fixed when move to image library)
Place FontInstaller.py
in your minetest directory and run FontInstaller.py -i
to install the new fonts and enable them.