Commit Graph

54 Commits

Author SHA1 Message Date
the-real-herowl
4b83aaaa77 Renaming throughout docs and comments 2024-05-07 11:38:00 +00:00
James David Clarke
ddfbd331c9 Refactor convert_textures code, seperated special cases into its own module 2024-01-21 02:19:29 +00:00
James David Clarke
16cdc9fd12 Seperated common convert code from CLI and GUI so they can both use it 2024-01-21 02:19:29 +00:00
James David Clarke
2904e3119f Started on GUI and seperating code so GUI and CLI can share it 2024-01-21 02:19:29 +00:00
James David Clarke
e04f4d3b2a Added --all flag. 2024-01-21 02:19:29 +00:00
James David Clarke
1147a9715a Added --default flag 2024-01-21 02:19:29 +00:00
James David Clarke
a6753806cc Refactored code: split up into different functions and modules. 2024-01-21 02:19:29 +00:00
James David Clarke
254fe4d98e Replace getopt code with argparse as its more modern. 2024-01-21 02:19:29 +00:00
James David Clarke
6324c805eb Added PIL dependency and added pixel dimentions autodetection 2024-01-21 02:19:29 +00:00
James David Clarke
3103969bdc Got rid of redundent "Target path" field as its always "./textures" 2024-01-21 02:19:29 +00:00
James David Clarke
1b7cde697a Updated Grass,Fern,Vine,Lily Pad and leaves to MC 1.19+ 2024-01-21 02:19:29 +00:00
James David Clarke
bae95fea09 Updated rails to MC1.19+ 2024-01-21 02:19:29 +00:00
James David Clarke
5f6173b999 Some fixes to the conversion script to make rails work in MC1.9+ Packs 2024-01-21 02:19:29 +00:00
James David Clarke
98a5f07ef8 Added support for cherry blossoms MC 1.20+ 2024-01-21 02:19:29 +00:00
James David Clarke
566bc8a02b Added support for MC1.19 Resource Packs 2024-01-21 02:19:29 +00:00
Code-Sploit
10ea6da4e8 Add all pixel-perfection textures for netherite 2022-06-30 14:11:13 +02:00
Elias Fleckenstein
34f329a9d5
TextureConverter: Implement grass palette conversion
Source: https://minecraft.fandom.com/wiki/Tint
Since the MineClone2 biomes do not entirely match with the Minecraft ones I picked the Minecraft biomes that seem to match them best.
This also changes the palette index of the nether to match the desert instead of the mesa biome
and changes the color of grass blocks in item form to the default minecraft one.
2021-11-03 19:57:21 +01:00
Elias Fleckenstein
c6e80b5882 Add Real Maps 2021-05-01 16:52:16 +02:00
Elias Fleckenstein
c024bc43d0 Texture_Converter: Armor support 2021-01-17 10:12:03 +01:00
Wuzzy
b9cc66d3db Remove dry grass from texture converter 2019-12-14 01:44:54 +01:00
Wuzzy
36060dfb6a Converter: Add preview image, use proper folder name 2019-02-07 22:40:11 +01:00
Wuzzy
729c176ff4 Texture Converter: Add description.txt 2019-02-07 21:24:19 +01:00
Wuzzy
1e72dd6b33 More Texture Converter clarification 2018-06-05 02:03:07 +02:00
Wuzzy
58df62ec8c Add encoding definition to Texture Converter 2018-06-05 01:58:40 +02:00
Wuzzy
309dc40484 Fix typos in Texture Converter 2018-06-05 01:53:59 +02:00
Wuzzy
0e00c85f99 Add README into tools directory 2018-06-05 01:44:57 +02:00
Wuzzy
4733355851 Texture converter: Convert banner overlays 2018-05-18 23:51:17 +02:00
Wuzzy
d59717b5d8 Convert large chest textures 2018-05-18 20:48:39 +02:00
Wuzzy
b1122c5cda Fix bad side chest conversion 2018-05-18 19:51:37 +02:00
Wuzzy
da39d76310 Implement conversion of single chests 2018-05-18 19:34:23 +02:00
Wuzzy
37668eb1f9 Remove dependency on Pillow library 2017-11-20 20:51:58 +01:00
Wuzzy
34d4c19855 Update texture converter comments 2017-11-18 20:31:56 +01:00
Wuzzy
6a8cf24100 Converter: Add mcl_supplemental support 2017-11-18 20:30:21 +01:00
Wuzzy
6a9d3fe55e Converter: Generate crossings and junctions 2017-11-18 19:38:59 +01:00
Wuzzy
ca833e0d5e Refactor texture converter 2017-11-18 07:39:02 +01:00
Wuzzy
cc0e3452df Converter: Tweak foliage color 2017-11-18 07:16:06 +01:00
Wuzzy
2cf712a0be Fix broken alpha in texture converter 2017-11-18 06:13:08 +01:00
Wuzzy
1319271fd4 Texture converter: refactor convert_alphatex 2017-11-18 05:52:40 +01:00
Wuzzy
c9c5c43010 Converter: Blacklist a couple of textures 2017-11-18 04:42:42 +01:00
Wuzzy
608571cfa7 Clean up Texture Converter stuff 2017-11-18 03:42:44 +01:00
Wuzzy
a7507482a6 Fix some texture conversions, add -p to Texture Converter 2017-11-18 03:40:29 +01:00
Wuzzy
a19549d77e Add options to the texture converter 2017-11-18 02:33:43 +01:00
Wuzzy
7913a93969 Relicence texture converter under MIT 2017-11-18 01:25:55 +01:00
Wuzzy
a9d95dea23 Use hardware coloring for tallgrass and friends 2017-11-16 03:13:19 +01:00
Wuzzy
72f5591400 Add dry-colored grass/fern variants 2017-11-14 23:44:53 +01:00
Wuzzy
9e547103d2 Fix some texture converter lines 2017-07-28 14:41:02 +02:00
Wuzzy
370813d2d1 Better log of Texture Converter 2017-07-28 14:36:50 +02:00
Wuzzy
d949683cd9 More log messages in converter script 2017-07-28 14:29:15 +02:00
Wuzzy
25974ec9cf Converter: Don't pollute file system with TEMP 2017-07-28 14:20:50 +02:00
Wuzzy
18df4a043a Converter.: Put temporary files into working dir 2017-07-28 14:09:32 +02:00