Update info on texture conversion.

This commit is contained in:
Nathan Fritzler 2022-07-16 12:36:19 -06:00
parent 7c19d30742
commit 02ee356cba
Signed by: Lazerbeak12345
GPG Key ID: 736DE8D7C58AD7FE
2 changed files with 11 additions and 1 deletions

1
tools/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Texture_Converter.py

View File

@ -4,7 +4,16 @@ Currently, the only tool is Texture Converter.
## Texture Converter (EXPERIMENTAL)
Use the converter upstream in MineClone2.
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.