Made future ECR diff commits even more preview friendly

This commit is contained in:
LAX1DUDE
2022-12-30 03:58:10 -08:00
parent 2f42cc9fb6
commit 7759d27cc2
699 changed files with 3755 additions and 3753 deletions

View File

@ -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];