Skip to content

Commit

Permalink
Made faces toggle with command
Browse files Browse the repository at this point in the history
  • Loading branch information
kerbybit committed Sep 18, 2019
1 parent defba39 commit aeec94f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/kerbybit/minecwaft/MinecwaftOwO.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ private void init(FMLInitializationEvent event) {

@SubscribeEvent
public void renderPlayer(RenderPlayerEvent.Post event) {
if (!toggled) return;

FontRenderer fontrenderer = event.renderer.getFontRendererFromRenderManager();
float f1 = 0.016666668F * 1.6F;
GlStateManager.pushMatrix();
Expand Down

0 comments on commit aeec94f

Please sign in to comment.