Skip to content

Commit

Permalink
compress images
Browse files Browse the repository at this point in the history
  • Loading branch information
IAFEnvoy committed Jan 7, 2025
1 parent c4a2e2f commit 25f621f
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class MagnoriteSkinGenerator {
private static final Identifier DEFAULT = Identifier.of(SongsOfWar.MOD_ID, "textures/entity/magnorite/magnorite_default.png");
private static final Identifier DEFAULT_MARKER = Identifier.of(SongsOfWar.MOD_ID, "textures/entity/magnorite/magnorite_default_marker.png");
private static final Map<Long, MagnoriteSkinGenerator> GENERATORS = new HashMap<>();
private static final ThreadPoolExecutor EXECUTOR = new ThreadPoolExecutor(1, 3, 10, TimeUnit.SECONDS, new LinkedBlockingQueue<>());
private static final ThreadPoolExecutor EXECUTOR = new ThreadPoolExecutor(0, 3, 10, TimeUnit.SECONDS, new LinkedBlockingQueue<>());
private final long seed;
private final Identifier skinId, markerId;
private boolean present = false, executing = false;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"animation": {
"frametime": 2,
"interpolate": true
},
"texture": {
"blur": true
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"animation": {
"frametime": 2,
"interpolate": true
},
"texture": {
"blur": true
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25f621f

Please sign in to comment.