remove block tinting
This commit is contained in:
parent
189d6883b9
commit
0525ba5d56
241 changed files with 1162 additions and 1650 deletions
|
@ -65,7 +65,6 @@ import client.renderer.blockmodel.ModelManager;
|
|||
import client.renderer.chunk.RenderChunk;
|
||||
import client.renderer.entity.RenderItem;
|
||||
import client.renderer.entity.RenderManager;
|
||||
import client.renderer.texture.ColormapLoader;
|
||||
import client.renderer.texture.EntityTexManager;
|
||||
import client.renderer.texture.TextureManager;
|
||||
import client.renderer.texture.TextureMap;
|
||||
|
@ -638,7 +637,6 @@ public class Client implements IThreadListener {
|
|||
Font.unload();
|
||||
Font.load(this.font);
|
||||
this.textureManager.onReload();
|
||||
ColormapLoader.reload();
|
||||
this.modelManager.onReload();
|
||||
this.renderItem.onReload();
|
||||
this.blockRenderer.onReload();
|
||||
|
@ -653,7 +651,6 @@ public class Client implements IThreadListener {
|
|||
this.textureManager = new TextureManager();
|
||||
this.textureManager.onReload();
|
||||
this.soundManager = new SoundManager(this);
|
||||
ColormapLoader.reload();
|
||||
GlState.enableTexture2D();
|
||||
GlState.shadeModel(GL11.GL_SMOOTH);
|
||||
GL11.glClearDepth(1.0D);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue