Made ECR diffs more preview-friendly in future commits

This commit is contained in:
LAX1DUDE
2022-12-29 22:10:05 -08:00
parent 3d6bbb672c
commit 67a922d528
701 changed files with 3835 additions and 3747 deletions

View File

@ -10,23 +10,23 @@
+ import net.lax1dude.eaglercraft.v1_8.minecraft.EaglerTextureAtlasSprite;
+ import net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer;
> DELETE 8 @ 6 : 8
> DELETE 6 @ 4 : 6
> CHANGE 15 : 17 @ 15 : 17
> CHANGE 7 : 9 @ 9 : 11
~ private EaglerTextureAtlasSprite[] atlasSpritesLava = new EaglerTextureAtlasSprite[2];
~ private EaglerTextureAtlasSprite[] atlasSpritesWater = new EaglerTextureAtlasSprite[2];
> CHANGE 34 : 36 @ 34 : 35
> CHANGE 19 : 21 @ 19 : 20
~ EaglerTextureAtlasSprite[] atextureatlassprite = blockliquid.getMaterial() == Material.lava
~ ? this.atlasSpritesLava
> CHANGE 67 : 68 @ 66 : 67
> CHANGE 33 : 34 @ 32 : 33
~ EaglerTextureAtlasSprite textureatlassprite = atextureatlassprite[0];
> CHANGE 173 : 174 @ 172 : 173
> CHANGE 106 : 107 @ 106 : 107
~ EaglerTextureAtlasSprite textureatlassprite1 = atextureatlassprite[1];