PF94 2020-11-22 21:11:17 -05:00
parent 3bdcb3ae69
commit 8adeba3c99
2 changed files with 2 additions and 2 deletions

BIN
level.dat

Binary file not shown.

View File

@ -416,11 +416,11 @@ public class Minecraft implements Runnable, LevelLoaderListener
}
if (Keyboard.getEventKey() == Keyboard.KEY_COMMA) {
if (this.paintTexture != 1) {
this.paintTexture -= 1;
if (this.paintTexture == 1) {
}
this.paintTexture = 12;
}
}
if (Keyboard.getEventKey() == 21) {
this.yMouseAxis *= -1;
}