PF94 2020-11-22 21:31:54 -05:00
parent fb1ee10f83
commit 79660d0e4c
2 changed files with 3 additions and 1 deletions

BIN
level.dat

Binary file not shown.

View File

@ -408,8 +408,9 @@ public class Minecraft implements Runnable, LevelLoaderListener
if (Keyboard.getEventKey() == 8) {
this.paintTexture = 12; //white cloth
}
if (Keyboard.getEventKey() == Keyboard.KEY_PERIOD) {
if (this.paintTexture != 12)
this.paintTexture += 1;
}
@ -429,6 +430,7 @@ public class Minecraft implements Runnable, LevelLoaderListener
}
}
}
if (this.screen != null) {
this.screen.updateEvents();
if (this.screen != null) {