Un-broke multiblock breaking, tweaked build script

This commit is contained in:
Anuken
2018-03-09 17:51:01 -05:00
parent 1c8b451ec8
commit 460496339b
3 changed files with 7 additions and 4 deletions

View File

@ -157,7 +157,8 @@ public class DesktopInput extends InputHandler{
}
boolean select(){
return !Inputs.keyDown("select") && !Inputs.keyRelease("select");
return !Inputs.keyDown("select") && !Inputs.keyRelease("select") &&
!Inputs.keyDown("break") && !Inputs.keyRelease("break");
}
public int tilex(){