mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Made future ECR diff commits even more preview friendly
This commit is contained in:
@ -10,23 +10,23 @@
|
||||
+ import net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite;
|
||||
+ import net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer;
|
||||
|
||||
> DELETE 6 @ 4 : 6
|
||||
> DELETE 4 @ 4 : 6
|
||||
|
||||
> CHANGE 7 : 9 @ 9 : 11
|
||||
> CHANGE 7 : 9 @ 7 : 9
|
||||
|
||||
~ private EaglerTextureAtlasSprite[] atlasSpritesLava = new EaglerTextureAtlasSprite[2];
|
||||
~ private EaglerTextureAtlasSprite[] atlasSpritesWater = new EaglerTextureAtlasSprite[2];
|
||||
|
||||
> CHANGE 19 : 21 @ 19 : 20
|
||||
> CHANGE 17 : 19 @ 17 : 18
|
||||
|
||||
~ EaglerTextureAtlasSprite[] atextureatlassprite = blockliquid.getMaterial() == Material.lava
|
||||
~ ? this.atlasSpritesLava
|
||||
|
||||
> CHANGE 33 : 34 @ 32 : 33
|
||||
> CHANGE 31 : 32 @ 31 : 32
|
||||
|
||||
~ EaglerTextureAtlasSprite textureatlassprite = atextureatlassprite[0];
|
||||
|
||||
> CHANGE 106 : 107 @ 106 : 107
|
||||
> CHANGE 105 : 106 @ 105 : 106
|
||||
|
||||
~ EaglerTextureAtlasSprite textureatlassprite1 = atextureatlassprite[1];
|
||||
|
||||
|
Reference in New Issue
Block a user