itsmeow / whisperwoods

Minecraft mod for Spooky Jam adding a few fearsome forest critters
Other
7 stars 10 forks source link

Resource optimizations #6

Closed Darkhax closed 4 years ago

Darkhax commented 4 years ago

This PR optimizes the assets in the mod to reduce the total file size. This reduces bandwidth overhead and can marginally improve load times.

  1. PNG images were compressed using ZOPFLI and other super advanced image optimization techniques. (23.66kb uncompressed)
  2. JSON files will be auto minified to remove superflous new lines and white space files. (1.2kb uncompressed)
itsmeow commented 4 years ago

Also not merging for a few months. I will be stealing that JSON minifer for my other buildscripts though.

Darkhax commented 4 years ago

That's the plan :)

itsmeow commented 4 years ago

This was merged into my master buildscript, which the project now uses.