Skip to content

A compilation of my tools and mods built for Minetest and MineClone2.

License

Notifications You must be signed in to change notification settings

Kilometres/Minetest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minetest Tools & Mods

minetest logo
A compilation of my minetest and mineclone2 tools and mods.

Tools

[T] Minecraft to Minetest/Mineclone2 Texture Pack Converter

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)

Requirements

  • Python 3.x
  • Imagemagick (accessible on path as magick)

Usage

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.

Known Issues

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)

Screenshots

woods sings and fonts mobs



[T] Minecraft Fonts for Minetest Auto-Installer

Place FontInstaller.py in your minetest directory and run FontInstaller.py -i to install the new fonts and enable them.

Screenshots

chat text console text pause menu text server menu text

About

A compilation of my tools and mods built for Minetest and MineClone2.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages