Browse Source

Safe texture compression (#2808)

Only a single program was used to safely compress all textures in MTG.

 * `optipng -o7 -zm1-9 -nc -strip all -clobber %%f`

The key command used is -nc, which stops color mode changes. I.e. any RGBA textures will remain RGBA textures, with none being changes to 8-bit indexed mode.

utils/optimize_textures.sh performs this compression automatically, assuming optipng is installed.
stairfix
ExeVirus 3 years ago
committed by GitHub
parent
commit
6bd059915c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      menu/header.png
  2. BIN
      mods/beds/textures/beds_bed.png
  3. BIN
      mods/beds/textures/beds_bed_fancy.png
  4. BIN
      mods/beds/textures/beds_bed_foot.png
  5. BIN
      mods/beds/textures/beds_bed_head.png
  6. BIN
      mods/beds/textures/beds_bed_side1.png
  7. BIN
      mods/beds/textures/beds_bed_side2.png
  8. BIN
      mods/beds/textures/beds_bed_side_bottom.png
  9. BIN
      mods/beds/textures/beds_bed_side_bottom_r.png
  10. BIN
      mods/beds/textures/beds_bed_side_top.png
  11. BIN
      mods/beds/textures/beds_bed_side_top_r.png
  12. BIN
      mods/beds/textures/beds_bed_top1.png
  13. BIN
      mods/beds/textures/beds_bed_top2.png
  14. BIN
      mods/beds/textures/beds_bed_top_bottom.png
  15. BIN
      mods/beds/textures/beds_bed_top_top.png
  16. BIN
      mods/beds/textures/beds_bed_under.png
  17. BIN
      mods/beds/textures/beds_transparent.png
  18. BIN
      mods/bones/textures/bones_bottom.png
  19. BIN
      mods/bones/textures/bones_front.png
  20. BIN
      mods/bones/textures/bones_rear.png
  21. BIN
      mods/bones/textures/bones_side.png
  22. BIN
      mods/bones/textures/bones_top.png
  23. BIN
      mods/carts/textures/carts_cart.png
  24. BIN
      mods/carts/textures/carts_cart_front.png
  25. BIN
      mods/carts/textures/carts_cart_side.png
  26. BIN
      mods/carts/textures/carts_cart_top.png
  27. BIN
      mods/carts/textures/carts_rail_crossing.png
  28. BIN
      mods/carts/textures/carts_rail_crossing_brk.png
  29. BIN
      mods/carts/textures/carts_rail_crossing_pwr.png
  30. BIN
      mods/carts/textures/carts_rail_curved.png
  31. BIN
      mods/carts/textures/carts_rail_curved_brk.png
  32. BIN
      mods/carts/textures/carts_rail_curved_pwr.png
  33. BIN
      mods/carts/textures/carts_rail_straight.png
  34. BIN
      mods/carts/textures/carts_rail_straight_brk.png
  35. BIN
      mods/carts/textures/carts_rail_straight_pwr.png
  36. BIN
      mods/carts/textures/carts_rail_t_junction.png
  37. BIN
      mods/carts/textures/carts_rail_t_junction_brk.png
  38. BIN
      mods/carts/textures/carts_rail_t_junction_pwr.png
  39. BIN
      mods/creative/textures/creative_clear_icon.png
  40. BIN
      mods/creative/textures/creative_next_icon.png
  41. BIN
      mods/creative/textures/creative_prev_icon.png
  42. BIN
      mods/creative/textures/creative_search_icon.png
  43. BIN
      mods/creative/textures/creative_trash_icon.png
  44. BIN
      mods/default/textures/default_acacia_bush_stem.png
  45. BIN
      mods/default/textures/default_acacia_leaves.png
  46. BIN
      mods/default/textures/default_acacia_leaves_simple.png
  47. BIN
      mods/default/textures/default_acacia_sapling.png
  48. BIN
      mods/default/textures/default_acacia_tree.png
  49. BIN
      mods/default/textures/default_acacia_tree_top.png
  50. BIN
      mods/default/textures/default_acacia_wood.png
  51. BIN
      mods/default/textures/default_aspen_leaves.png
  52. BIN
      mods/default/textures/default_aspen_sapling.png
  53. BIN
      mods/default/textures/default_aspen_tree.png
  54. BIN
      mods/default/textures/default_aspen_tree_top.png
  55. BIN
      mods/default/textures/default_aspen_wood.png
  56. BIN
      mods/default/textures/default_blueberry_bush_leaves.png
  57. BIN
      mods/default/textures/default_blueberry_bush_sapling.png
  58. BIN
      mods/default/textures/default_blueberry_overlay.png
  59. BIN
      mods/default/textures/default_bookshelf.png
  60. BIN
      mods/default/textures/default_bookshelf_slot.png
  61. BIN
      mods/default/textures/default_brick.png
  62. BIN
      mods/default/textures/default_bronze_block.png
  63. BIN
      mods/default/textures/default_bush_stem.png
  64. BIN
      mods/default/textures/default_cactus_side.png
  65. BIN
      mods/default/textures/default_chest_front.png
  66. BIN
      mods/default/textures/default_chest_inside.png
  67. BIN
      mods/default/textures/default_chest_lock.png
  68. BIN
      mods/default/textures/default_chest_top.png
  69. BIN
      mods/default/textures/default_coal_block.png
  70. BIN
      mods/default/textures/default_coniferous_litter.png
  71. BIN
      mods/default/textures/default_coniferous_litter_side.png
  72. BIN
      mods/default/textures/default_copper_block.png
  73. BIN
      mods/default/textures/default_coral_brown.png
  74. BIN
      mods/default/textures/default_coral_cyan.png
  75. BIN
      mods/default/textures/default_coral_green.png
  76. BIN
      mods/default/textures/default_coral_orange.png
  77. BIN
      mods/default/textures/default_coral_pink.png
  78. BIN
      mods/default/textures/default_coral_skeleton.png
  79. BIN
      mods/default/textures/default_desert_sand.png
  80. BIN
      mods/default/textures/default_desert_sandstone.png
  81. BIN
      mods/default/textures/default_desert_sandstone_block.png
  82. BIN
      mods/default/textures/default_desert_sandstone_brick.png
  83. BIN
      mods/default/textures/default_desert_stone_block.png
  84. BIN
      mods/default/textures/default_desert_stone_brick.png
  85. BIN
      mods/default/textures/default_dirt.png
  86. BIN
      mods/default/textures/default_dry_grass.png
  87. BIN
      mods/default/textures/default_dry_grass_1.png
  88. BIN
      mods/default/textures/default_dry_grass_2.png
  89. BIN
      mods/default/textures/default_dry_grass_3.png
  90. BIN
      mods/default/textures/default_dry_grass_4.png
  91. BIN
      mods/default/textures/default_dry_grass_5.png
  92. BIN
      mods/default/textures/default_dry_grass_side.png
  93. BIN
      mods/default/textures/default_fence_acacia_wood.png
  94. BIN
      mods/default/textures/default_fence_aspen_wood.png
  95. BIN
      mods/default/textures/default_fence_junglewood.png
  96. BIN
      mods/default/textures/default_fence_pine_wood.png
  97. BIN
      mods/default/textures/default_fence_rail_acacia_wood.png
  98. BIN
      mods/default/textures/default_fence_rail_aspen_wood.png
  99. BIN
      mods/default/textures/default_fence_rail_junglewood.png
  100. BIN
      mods/default/textures/default_fence_rail_pine_wood.png

BIN
menu/header.png

Before

Width: 192  |  Height: 16  |  Size: 1.9 KiB

After

Width: 192  |  Height: 16  |  Size: 935 B

BIN
mods/beds/textures/beds_bed.png

Before

Width: 16  |  Height: 16  |  Size: 540 B

After

Width: 16  |  Height: 16  |  Size: 490 B

BIN
mods/beds/textures/beds_bed_fancy.png

Before

Width: 16  |  Height: 16  |  Size: 537 B

After

Width: 16  |  Height: 16  |  Size: 486 B

BIN
mods/beds/textures/beds_bed_foot.png

Before

Width: 16  |  Height: 16  |  Size: 390 B

After

Width: 16  |  Height: 16  |  Size: 340 B

BIN
mods/beds/textures/beds_bed_head.png

Before

Width: 16  |  Height: 16  |  Size: 387 B

After

Width: 16  |  Height: 16  |  Size: 343 B

BIN
mods/beds/textures/beds_bed_side1.png

Before

Width: 16  |  Height: 16  |  Size: 296 B

After

Width: 16  |  Height: 16  |  Size: 248 B

BIN
mods/beds/textures/beds_bed_side2.png

Before

Width: 16  |  Height: 16  |  Size: 316 B

After

Width: 16  |  Height: 16  |  Size: 265 B

BIN
mods/beds/textures/beds_bed_side_bottom.png

Before

Width: 16  |  Height: 16  |  Size: 561 B

After

Width: 16  |  Height: 16  |  Size: 431 B

BIN
mods/beds/textures/beds_bed_side_bottom_r.png

Before

Width: 16  |  Height: 16  |  Size: 537 B

After

Width: 16  |  Height: 16  |  Size: 427 B

BIN
mods/beds/textures/beds_bed_side_top.png

Before

Width: 16  |  Height: 16  |  Size: 611 B

After

Width: 16  |  Height: 16  |  Size: 464 B

BIN
mods/beds/textures/beds_bed_side_top_r.png

Before

Width: 16  |  Height: 16  |  Size: 596 B

After

Width: 16  |  Height: 16  |  Size: 446 B

BIN
mods/beds/textures/beds_bed_top1.png

Before

Width: 16  |  Height: 16  |  Size: 583 B

After

Width: 16  |  Height: 16  |  Size: 474 B

BIN
mods/beds/textures/beds_bed_top2.png

Before

Width: 16  |  Height: 16  |  Size: 616 B

After

Width: 16  |  Height: 16  |  Size: 547 B

BIN
mods/beds/textures/beds_bed_top_bottom.png

Before

Width: 16  |  Height: 16  |  Size: 495 B

After

Width: 16  |  Height: 16  |  Size: 425 B

BIN
mods/beds/textures/beds_bed_top_top.png

Before

Width: 16  |  Height: 16  |  Size: 556 B

After

Width: 16  |  Height: 16  |  Size: 490 B

BIN
mods/beds/textures/beds_bed_under.png

Before

Width: 16  |  Height: 16  |  Size: 304 B

After

Width: 16  |  Height: 16  |  Size: 251 B

BIN
mods/beds/textures/beds_transparent.png

Before

Width: 16  |  Height: 16  |  Size: 143 B

After

Width: 16  |  Height: 16  |  Size: 83 B

BIN
mods/bones/textures/bones_bottom.png

Before

Width: 16  |  Height: 16  |  Size: 740 B

After

Width: 16  |  Height: 16  |  Size: 349 B

BIN
mods/bones/textures/bones_front.png

Before

Width: 16  |  Height: 16  |  Size: 656 B

After

Width: 16  |  Height: 16  |  Size: 339 B

BIN
mods/bones/textures/bones_rear.png

Before

Width: 16  |  Height: 16  |  Size: 637 B

After

Width: 16  |  Height: 16  |  Size: 341 B

BIN
mods/bones/textures/bones_side.png

Before

Width: 16  |  Height: 16  |  Size: 700 B

After

Width: 16  |  Height: 16  |  Size: 338 B

BIN
mods/bones/textures/bones_top.png

Before

Width: 16  |  Height: 16  |  Size: 662 B

After

Width: 16  |  Height: 16  |  Size: 333 B

BIN
mods/carts/textures/carts_cart.png

Before

Width: 32  |  Height: 32  |  Size: 1.2 KiB

After

Width: 32  |  Height: 32  |  Size: 1.0 KiB

BIN
mods/carts/textures/carts_cart_front.png

Before

Width: 16  |  Height: 16  |  Size: 459 B

After

Width: 16  |  Height: 16  |  Size: 363 B

BIN
mods/carts/textures/carts_cart_side.png

Before

Width: 16  |  Height: 16  |  Size: 486 B

After

Width: 16  |  Height: 16  |  Size: 388 B

BIN
mods/carts/textures/carts_cart_top.png

Before

Width: 16  |  Height: 16  |  Size: 522 B

After

Width: 16  |  Height: 16  |  Size: 401 B

BIN
mods/carts/textures/carts_rail_crossing.png

Before

Width: 16  |  Height: 16  |  Size: 612 B

After

Width: 16  |  Height: 16  |  Size: 301 B

BIN
mods/carts/textures/carts_rail_crossing_brk.png

Before

Width: 16  |  Height: 16  |  Size: 456 B

After

Width: 16  |  Height: 16  |  Size: 435 B

BIN
mods/carts/textures/carts_rail_crossing_pwr.png

Before

Width: 16  |  Height: 16  |  Size: 676 B

After

Width: 16  |  Height: 16  |  Size: 423 B

BIN
mods/carts/textures/carts_rail_curved.png

Before

Width: 16  |  Height: 16  |  Size: 580 B

After

Width: 16  |  Height: 16  |  Size: 287 B

BIN
mods/carts/textures/carts_rail_curved_brk.png

Before

Width: 16  |  Height: 16  |  Size: 436 B

After

Width: 16  |  Height: 16  |  Size: 415 B

BIN
mods/carts/textures/carts_rail_curved_pwr.png

Before

Width: 16  |  Height: 16  |  Size: 614 B

After

Width: 16  |  Height: 16  |  Size: 407 B

BIN
mods/carts/textures/carts_rail_straight.png

Before

Width: 16  |  Height: 16  |  Size: 602 B

After

Width: 16  |  Height: 16  |  Size: 304 B

BIN
mods/carts/textures/carts_rail_straight_brk.png

Before

Width: 16  |  Height: 16  |  Size: 494 B

After

Width: 16  |  Height: 16  |  Size: 473 B

BIN
mods/carts/textures/carts_rail_straight_pwr.png

Before

Width: 16  |  Height: 16  |  Size: 661 B

After

Width: 16  |  Height: 16  |  Size: 457 B

BIN
mods/carts/textures/carts_rail_t_junction.png

Before

Width: 16  |  Height: 16  |  Size: 707 B

After

Width: 16  |  Height: 16  |  Size: 451 B

BIN
mods/carts/textures/carts_rail_t_junction_brk.png

Before

Width: 16  |  Height: 16  |  Size: 434 B

After

Width: 16  |  Height: 16  |  Size: 413 B

BIN
mods/carts/textures/carts_rail_t_junction_pwr.png

Before

Width: 16  |  Height: 16  |  Size: 697 B

After

Width: 16  |  Height: 16  |  Size: 446 B

BIN
mods/creative/textures/creative_clear_icon.png

Before

Width: 128  |  Height: 128  |  Size: 708 B

After

Width: 128  |  Height: 128  |  Size: 605 B

BIN
mods/creative/textures/creative_next_icon.png

Before

Width: 128  |  Height: 128  |  Size: 727 B

After

Width: 128  |  Height: 128  |  Size: 578 B

BIN
mods/creative/textures/creative_prev_icon.png

Before

Width: 128  |  Height: 128  |  Size: 728 B

After

Width: 128  |  Height: 128  |  Size: 593 B

BIN
mods/creative/textures/creative_search_icon.png

Before

Width: 128  |  Height: 128  |  Size: 1.9 KiB

After

Width: 128  |  Height: 128  |  Size: 1.3 KiB

BIN
mods/creative/textures/creative_trash_icon.png

Before

Width: 128  |  Height: 128  |  Size: 712 B

After

Width: 128  |  Height: 128  |  Size: 642 B

BIN
mods/default/textures/default_acacia_bush_stem.png

Before

Width: 16  |  Height: 16  |  Size: 476 B

After

Width: 16  |  Height: 16  |  Size: 288 B

BIN
mods/default/textures/default_acacia_leaves.png

Before

Width: 16  |  Height: 16  |  Size: 444 B

After

Width: 16  |  Height: 16  |  Size: 247 B

BIN
mods/default/textures/default_acacia_leaves_simple.png

Before

Width: 16  |  Height: 16  |  Size: 688 B

After

Width: 16  |  Height: 16  |  Size: 327 B

BIN
mods/default/textures/default_acacia_sapling.png

Before

Width: 16  |  Height: 16  |  Size: 359 B

After

Width: 16  |  Height: 16  |  Size: 209 B

BIN
mods/default/textures/default_acacia_tree.png

Before

Width: 16  |  Height: 16  |  Size: 579 B

After

Width: 16  |  Height: 16  |  Size: 533 B

BIN
mods/default/textures/default_acacia_tree_top.png

Before

Width: 16  |  Height: 16  |  Size: 4.9 KiB

After

Width: 16  |  Height: 16  |  Size: 690 B

BIN
mods/default/textures/default_acacia_wood.png

Before

Width: 16  |  Height: 16  |  Size: 261 B

After

Width: 16  |  Height: 16  |  Size: 218 B

BIN
mods/default/textures/default_aspen_leaves.png

Before

Width: 16  |  Height: 16  |  Size: 873 B

After

Width: 16  |  Height: 16  |  Size: 514 B

BIN
mods/default/textures/default_aspen_sapling.png

Before

Width: 16  |  Height: 16  |  Size: 320 B

After

Width: 16  |  Height: 16  |  Size: 275 B

BIN
mods/default/textures/default_aspen_tree.png

Before

Width: 16  |  Height: 16  |  Size: 4.3 KiB

After

Width: 16  |  Height: 16  |  Size: 526 B

BIN
mods/default/textures/default_aspen_tree_top.png

Before

Width: 16  |  Height: 16  |  Size: 656 B

After

Width: 16  |  Height: 16  |  Size: 649 B

BIN
mods/default/textures/default_aspen_wood.png

Before

Width: 16  |  Height: 16  |  Size: 3.9 KiB

After

Width: 16  |  Height: 16  |  Size: 222 B

BIN
mods/default/textures/default_blueberry_bush_leaves.png

Before

Width: 16  |  Height: 16  |  Size: 813 B

After

Width: 16  |  Height: 16  |  Size: 449 B

BIN
mods/default/textures/default_blueberry_bush_sapling.png

Before

Width: 16  |  Height: 16  |  Size: 204 B

After

Width: 16  |  Height: 16  |  Size: 170 B

BIN
mods/default/textures/default_blueberry_overlay.png

Before

Width: 16  |  Height: 16  |  Size: 165 B

After

Width: 16  |  Height: 16  |  Size: 135 B

BIN
mods/default/textures/default_bookshelf.png

Before

Width: 16  |  Height: 16  |  Size: 471 B

After

Width: 16  |  Height: 16  |  Size: 467 B

BIN
mods/default/textures/default_bookshelf_slot.png

Before

Width: 16  |  Height: 16  |  Size: 140 B

After

Width: 16  |  Height: 16  |  Size: 138 B

BIN
mods/default/textures/default_brick.png

Before

Width: 16  |  Height: 16  |  Size: 351 B

After

Width: 16  |  Height: 16  |  Size: 346 B

BIN
mods/default/textures/default_bronze_block.png

Before

Width: 16  |  Height: 16  |  Size: 356 B

After

Width: 16  |  Height: 16  |  Size: 354 B

BIN
mods/default/textures/default_bush_stem.png

Before

Width: 16  |  Height: 16  |  Size: 428 B

After

Width: 16  |  Height: 16  |  Size: 245 B

BIN
mods/default/textures/default_cactus_side.png

Before

Width: 16  |  Height: 16  |  Size: 314 B

After

Width: 16  |  Height: 16  |  Size: 309 B

BIN
mods/default/textures/default_chest_front.png

Before

Width: 16  |  Height: 16  |  Size: 423 B

After

Width: 16  |  Height: 16  |  Size: 421 B

BIN
mods/default/textures/default_chest_inside.png

Before

Width: 16  |  Height: 32  |  Size: 102 B

After

Width: 16  |  Height: 32  |  Size: 94 B

BIN
mods/default/textures/default_chest_lock.png

Before

Width: 16  |  Height: 16  |  Size: 469 B

After

Width: 16  |  Height: 16  |  Size: 464 B

BIN
mods/default/textures/default_chest_top.png

Before

Width: 16  |  Height: 16  |  Size: 423 B

After

Width: 16  |  Height: 16  |  Size: 418 B

BIN
mods/default/textures/default_coal_block.png

Before

Width: 16  |  Height: 16  |  Size: 240 B

After

Width: 16  |  Height: 16  |  Size: 236 B

BIN
mods/default/textures/default_coniferous_litter.png

Before

Width: 16  |  Height: 16  |  Size: 873 B

After

Width: 16  |  Height: 16  |  Size: 820 B

BIN
mods/default/textures/default_coniferous_litter_side.png

Before

Width: 16  |  Height: 16  |  Size: 371 B

After

Width: 16  |  Height: 16  |  Size: 332 B

BIN
mods/default/textures/default_copper_block.png

Before

Width: 16  |  Height: 16  |  Size: 359 B

After

Width: 16  |  Height: 16  |  Size: 356 B

BIN
mods/default/textures/default_coral_brown.png

Before

Width: 16  |  Height: 16  |  Size: 401 B

After

Width: 16  |  Height: 16  |  Size: 356 B

BIN
mods/default/textures/default_coral_cyan.png

Before

Width: 16  |  Height: 16  |  Size: 202 B

After

Width: 16  |  Height: 16  |  Size: 200 B

BIN
mods/default/textures/default_coral_green.png

Before

Width: 16  |  Height: 16  |  Size: 287 B

After

Width: 16  |  Height: 16  |  Size: 274 B

BIN
mods/default/textures/default_coral_orange.png

Before

Width: 16  |  Height: 16  |  Size: 358 B

After

Width: 16  |  Height: 16  |  Size: 314 B

BIN
mods/default/textures/default_coral_pink.png

Before

Width: 16  |  Height: 16  |  Size: 242 B

After

Width: 16  |  Height: 16  |  Size: 239 B

BIN
mods/default/textures/default_coral_skeleton.png

Before

Width: 16  |  Height: 16  |  Size: 256 B

After

Width: 16  |  Height: 16  |  Size: 212 B

BIN
mods/default/textures/default_desert_sand.png

Before

Width: 16  |  Height: 16  |  Size: 350 B

After

Width: 16  |  Height: 16  |  Size: 349 B

BIN
mods/default/textures/default_desert_sandstone.png

Before

Width: 16  |  Height: 16  |  Size: 275 B

After

Width: 16  |  Height: 16  |  Size: 254 B

BIN
mods/default/textures/default_desert_sandstone_block.png

Before

Width: 16  |  Height: 16  |  Size: 587 B

After

Width: 16  |  Height: 16  |  Size: 441 B

BIN
mods/default/textures/default_desert_sandstone_brick.png

Before

Width: 16  |  Height: 16  |  Size: 630 B

After

Width: 16  |  Height: 16  |  Size: 464 B

BIN
mods/default/textures/default_desert_stone_block.png

Before

Width: 16  |  Height: 16  |  Size: 4.3 KiB

After

Width: 16  |  Height: 16  |  Size: 358 B

BIN
mods/default/textures/default_desert_stone_brick.png

Before

Width: 16  |  Height: 16  |  Size: 4.3 KiB

After

Width: 16  |  Height: 16  |  Size: 386 B

BIN
mods/default/textures/default_dirt.png

Before

Width: 16  |  Height: 16  |  Size: 5.8 KiB

After

Width: 16  |  Height: 16  |  Size: 272 B

BIN
mods/default/textures/default_dry_grass.png

Before

Width: 16  |  Height: 16  |  Size: 303 B

After

Width: 16  |  Height: 16  |  Size: 263 B

BIN
mods/default/textures/default_dry_grass_1.png

Before

Width: 16  |  Height: 16  |  Size: 219 B

After

Width: 16  |  Height: 16  |  Size: 166 B

BIN
mods/default/textures/default_dry_grass_2.png

Before

Width: 16  |  Height: 16  |  Size: 265 B

After

Width: 16  |  Height: 16  |  Size: 203 B

BIN
mods/default/textures/default_dry_grass_3.png

Before

Width: 16  |  Height: 16  |  Size: 295 B

After

Width: 16  |  Height: 16  |  Size: 230 B

BIN
mods/default/textures/default_dry_grass_4.png

Before

Width: 16  |  Height: 16  |  Size: 316 B

After

Width: 16  |  Height: 16  |  Size: 252 B

BIN
mods/default/textures/default_dry_grass_5.png

Before

Width: 16  |  Height: 16  |  Size: 339 B

After

Width: 16  |  Height: 16  |  Size: 273 B

BIN
mods/default/textures/default_dry_grass_side.png

Before

Width: 16  |  Height: 16  |  Size: 890 B

After

Width: 16  |  Height: 16  |  Size: 408 B

BIN
mods/default/textures/default_fence_acacia_wood.png

Before

Width: 16  |  Height: 16  |  Size: 232 B

After

Width: 16  |  Height: 16  |  Size: 228 B

BIN
mods/default/textures/default_fence_aspen_wood.png

Before

Width: 16  |  Height: 16  |  Size: 4.1 KiB

After

Width: 16  |  Height: 16  |  Size: 232 B

BIN
mods/default/textures/default_fence_junglewood.png

Before

Width: 16  |  Height: 16  |  Size: 231 B

After

Width: 16  |  Height: 16  |  Size: 228 B

BIN
mods/default/textures/default_fence_pine_wood.png

Before

Width: 16  |  Height: 16  |  Size: 233 B

After

Width: 16  |  Height: 16  |  Size: 230 B

BIN
mods/default/textures/default_fence_rail_acacia_wood.png

Before

Width: 16  |  Height: 16  |  Size: 444 B

After

Width: 16  |  Height: 16  |  Size: 275 B

BIN
mods/default/textures/default_fence_rail_aspen_wood.png

Before

Width: 16  |  Height: 16  |  Size: 235 B

After

Width: 16  |  Height: 16  |  Size: 232 B

BIN
mods/default/textures/default_fence_rail_junglewood.png

Before

Width: 16  |  Height: 16  |  Size: 230 B

After

Width: 16  |  Height: 16  |  Size: 227 B

BIN
mods/default/textures/default_fence_rail_pine_wood.png

Before

Width: 16  |  Height: 16  |  Size: 235 B

After

Width: 16  |  Height: 16  |  Size: 232 B

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save