mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-17 20:10:19 -07:00
MiningNode.java
- Lower level shilo gem rocks are now able to be mined.
This commit is contained in:
parent
a717e71d8d
commit
a814ba6220
1 changed files with 4 additions and 0 deletions
|
|
@ -422,6 +422,10 @@ public enum MiningNode{
|
||||||
GEM_ROCK_0(23567,21297, (byte) 13),
|
GEM_ROCK_0(23567,21297, (byte) 13),
|
||||||
GEM_ROCK_1(23566,21296, (byte) 13),
|
GEM_ROCK_1(23566,21296, (byte) 13),
|
||||||
GEM_ROCK_2(23568,21298, (byte) 13),
|
GEM_ROCK_2(23568,21298, (byte) 13),
|
||||||
|
GEM_ROCK_3(23560,25371, (byte) 13),// good??
|
||||||
|
GEM_ROCK_4(23561,25372, (byte) 13),//good ??
|
||||||
|
GEM_ROCK_5(23562,21298, (byte) 13),//good
|
||||||
|
|
||||||
|
|
||||||
//Rune essence
|
//Rune essence
|
||||||
RUNE_ESSENCE(2491, -1, (byte) 14),
|
RUNE_ESSENCE(2491, -1, (byte) 14),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue