mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 12:31:05 +01:00
Add encoding definition to Texture Converter
This commit is contained in:
parent
1752e29f2d
commit
58df62ec8c
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
# Texture Converter.
|
# Texture Converter.
|
||||||
# Converts Minecraft resource packs to Minetest texture packs.
|
# Converts Minecraft resource packs to Minetest texture packs.
|
||||||
# See README.md.
|
# See README.md.
|
||||||
|
|
Loading…
Reference in a new issue