Essence mining (#33)

* Clay mining is now implemented.

* Partial implementation of Essence mining, this doesn't implement pure essence yet though there's boilerplate code to assist.
Considerations:
Node requires 1 click per essence
Node produces only Rune Essence (This can in theory be changed for pure, but let's find out how much of Runecrafting is even implemented first.)
This commit is contained in:
Ben Maher
2019-10-08 00:10:26 +01:00
committed by Daniel Ginovker
parent 1f04d2cbaa
commit 4c90e2c6a5
2 changed files with 402 additions and 382 deletions
@@ -188,6 +188,9 @@ public class ObjectsActions {
case 3043:
player.getMining().startMining(player, 19, player.objectX, player.objectY, player.clickObjectType);
break;
case 2491:
player.getMining().startMining(player, 22, player.objectX, player.objectY, player.clickObjectType);
break;
case 6702:
case 6703: