Fixed a minor cursor bug, changed drill/pump place verification
This commit is contained in:
@@ -159,7 +159,11 @@ public class DesktopInput extends InputHandler{
|
||||
|
||||
cursorType = cursor.block().getCursor(cursor);
|
||||
|
||||
if(canMine(cursor)){
|
||||
if(isPlacing()){
|
||||
cursorType = hand;
|
||||
}
|
||||
|
||||
if(!isPlacing() && canMine(cursor)){
|
||||
cursorType = drill;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user