Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.03 KB

File metadata and controls

37 lines (23 loc) · 1.03 KB

ImageToMinecraftMap

This utility program allows you to convert images easily (PNG, JPEG) to minecraft maps.

Gui Overview

Color palette

Supported color palette: 1.17+
Data version: 2724 (1.17)

Launch4j

This tool uses Launch4j to pack the application into a self executable binary (for example .exe files for Windows).

Website

Building

Requires Apache Maven 3.6 or later and Java 11 or later. Build using the following command:

$ mvn clean package

Output directory of binaries is target. CLI und GUI versions are currently different JAR files (because different Main Class). The Windows Executable only include the GUI version.

ToDo

  • Support multiple minecraft versions
  • Extend imag editor features: Scaling, Resizing, Transformations
  • Implement action history (undo, redo)

License

This project is licensed under the General Public License V3 (GPLv3). See file LICENSE.