Add all pixel-perfection textures for netherite
Before Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 472 B |
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 400 B |
Before Width: | Height: | Size: 494 B After Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 162 B After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 176 B After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 458 B After Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 188 B After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 161 B After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 6.8 KiB |
|
@ -196,7 +196,8 @@ def convert_textures():
|
|||
[ tex_dir + "/models/armor/chainmail_layer_1.png", tex_dir + "/models/armor/chainmail_layer_2.png", target_dir("/mods/ITEMS/mcl_armor/textures"), "mcl_armor_helmet_chain.png", "mcl_armor_chestplate_chain.png", "mcl_armor_leggings_chain.png", "mcl_armor_boots_chain.png" ],
|
||||
[ tex_dir + "/models/armor/gold_layer_1.png", tex_dir + "/models/armor/gold_layer_2.png", target_dir("/mods/ITEMS/mcl_armor/textures"), "mcl_armor_helmet_gold.png", "mcl_armor_chestplate_gold.png", "mcl_armor_leggings_gold.png", "mcl_armor_boots_gold.png" ],
|
||||
[ tex_dir + "/models/armor/iron_layer_1.png", tex_dir + "/models/armor/iron_layer_2.png", target_dir("/mods/ITEMS/mcl_armor/textures"), "mcl_armor_helmet_iron.png", "mcl_armor_chestplate_iron.png", "mcl_armor_leggings_iron.png", "mcl_armor_boots_iron.png" ],
|
||||
[ tex_dir + "/models/armor/diamond_layer_1.png", tex_dir + "/models/armor/diamond_layer_2.png", target_dir("/mods/ITEMS/mcl_armor/textures"), "mcl_armor_helmet_diamond.png", "mcl_armor_chestplate_diamond.png", "mcl_armor_leggings_diamond.png", "mcl_armor_boots_diamond.png" ]
|
||||
[ tex_dir + "/models/armor/diamond_layer_1.png", tex_dir + "/models/armor/diamond_layer_2.png", target_dir("/mods/ITEMS/mcl_armor/textures"), "mcl_armor_helmet_diamond.png", "mcl_armor_chestplate_diamond.png", "mcl_armor_leggings_diamond.png", "mcl_armor_boots_diamond.png" ],
|
||||
[ tex_dir + "/models/armor/netherite_layer_1.png", tex_dir + "/models/armor/netherite_layer_2.png", target_dir("/mods/ITEMS/mcl_armor/textures"), "mcl_armor_helmet_netherite.png", "mcl_armor_chestplate_netherite.png", "mcl_armor_leggings_netherite.png", "mcl_armor_boots_netherite.png" ]
|
||||
]
|
||||
for a in armor_files:
|
||||
APXSIZE = 16 # for some reason MineClone2 requires this
|
||||
|
|