PF94 2020-11-22 21:13:27 -05:00
parent 8adeba3c99
commit 5be42c9d88
2 changed files with 5 additions and 4 deletions

BIN
level.dat

Binary file not shown.

View File

@ -410,10 +410,11 @@ public class Minecraft implements Runnable, LevelLoaderListener
}
if (Keyboard.getEventKey() == Keyboard.KEY_PERIOD) {
if (paintTexture > 1 || paintTexture < 12) {
this.paintTexture += 1;
}
}
if (this.paintTexture != 12) {
this.paintTexture += 1;
}
this.paintTexture = 1;
}
if (Keyboard.getEventKey() == Keyboard.KEY_COMMA) {
if (this.paintTexture != 1) {