From 02ee356cbaaa0cf16dfa9c1e87c831343809fe01 Mon Sep 17 00:00:00 2001 From: Nathan Fritzler Date: Sat, 16 Jul 2022 12:36:19 -0600 Subject: [PATCH] Update info on texture conversion. --- tools/.gitignore | 1 + tools/README.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 tools/.gitignore diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 000000000..e7fd1b238 --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1 @@ +Texture_Converter.py diff --git a/tools/README.md b/tools/README.md index 2237e5377..df2d3c380 100644 --- a/tools/README.md +++ b/tools/README.md @@ -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.