Fix zombie_villager textures
|
@ -26,7 +26,7 @@ apply plugin: 'org.spongepowered.mixin'
|
|||
apply plugin: 'mnm.gradle.ap-ide'
|
||||
|
||||
group = 'com.brohoof.minelp'
|
||||
version = '1.10.2.3'
|
||||
version = '1.10.2.4'
|
||||
description = 'Mine Little Pony'
|
||||
|
||||
minecraft {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#Build Number for ANT. Do not edit!
|
||||
#Sat Oct 08 22:49:55 EDT 2016
|
||||
build.number=252
|
||||
#Thu Oct 27 19:41:55 EDT 2016
|
||||
build.number=253
|
||||
|
|
|
@ -30,6 +30,8 @@ public class ImageLoader implements Callable<ResourceLocation> {
|
|||
public ResourceLocation call() throws Exception {
|
||||
BufferedImage image = getImage(original);
|
||||
final BufferedImage updated = new ImageBufferDownloadHD().parseUserSkin(image);
|
||||
if (updated == null)
|
||||
return null;
|
||||
return this.mc.addScheduledTask(new Callable<ResourceLocation>() {
|
||||
|
||||
@Override
|
||||
|
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |