Update Minecraft.java

master
PF94 2020-11-24 20:19:29 -05:00
parent 56ed070eb7
commit ac1b11bea1
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ public class Minecraft implements Runnable, LevelLoaderListener
// }
if (Keyboard.getEventKey() == Keyboard.KEY_PERIOD) {
if (this.paintTexture != 27)
if (this.paintTexture != 29)
this.paintTexture += 1;
this.paintTextureString = ("block selected:" + this.paintTexture);
}