MineCloneJEpC/tools
Nathan Fritzler 270f20a496
The upstream file would be better to use.
I can't maintain this file.
2022-07-18 18:21:58 -06:00
..
dicts Add polish translation of mesecons_commandblock 2021-06-02 11:34:32 +02:00
.gitignore Update info on texture conversion. 2022-07-16 12:36:19 -06:00
Conversion_Table.csv Update texture conversion table 2022-07-15 15:25:20 -06:00
README.md Update info on texture conversion. 2022-07-16 12:36:19 -06:00
check_translate_files.py Update Check Translate Tool 2021-02-13 00:09:40 +01:00
create_luacheck.py Fixup the create_luacheck file and use it 2022-07-04 22:34:45 -06:00

README.md

MineClone 2 Tools

This directory is for tools and scripts for MineClone 2. Currently, the only tool is Texture Converter.

Texture Converter (EXPERIMENTAL)

To use the texture converter, copy the texture converter from upstream MineClone 2 (where it is maintained) into this directory.

Follow their instructions to run the script - but in the context of this repo. I've provided a modified Conversion_Table.csv to ensure the files go where they should.

TODO In the future I plan on supporting the texture.png texture system that older versions of MineCraft used.

Luacheck Globals Generators

This is a Python script which list every single global tables in mineclone2 source code. It outputs a list to be used in luacheck conf files.

Modes of operation:

  • List global tables

Requirements:

  • Know how to use the console
  • Python 3

Usage:

  • In the console, run python3 ./tools/create_luacheck.py in the MineClone2 directory