Remove silly icon override. Squirrels are fun y'all..

Signed-off-by: cpw <cpw+github@weeksfamily.ca>
This commit is contained in:
cpw 2020-04-27 09:55:14 -04:00
parent 9d8817b5db
commit 940f3ed731
No known key found for this signature in database
GPG Key ID: 8EB3DF749553B1B7
1 changed files with 0 additions and 8 deletions

View File

@ -9,11 +9,3 @@
if (monitor != null) {
VideoMode videomode = monitor.func_197992_a(this.field_198125_l ? this.field_198124_k : Optional.empty());
this.field_198120_g = this.field_198127_n = monitor.func_197989_c() + videomode.func_198064_a() / 2 - this.field_198129_p / 2;
@@ -134,6 +134,7 @@
}
public void func_216529_a(InputStream p_216529_1_, InputStream p_216529_2_) {
+ if (net.minecraftforge.fml.loading.progress.EarlyProgressVisualization.INSTANCE.replacedWindow()) return;
RenderSystem.assertThread(RenderSystem::isInInitPhase);
try (MemoryStack memorystack = MemoryStack.stackPush()) {