mirror of
https://github.com/2006Scape-Scripts/ParaScript.git
synced 2026-07-02 16:49:02 +00:00
MORE ORE
This commit is contained in:
Generated
+1
-1
@@ -2,7 +2,7 @@
|
||||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="3ab8e8a0-ccfd-4b0b-9547-98173085dc38" name="Default Changelist" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/ParaScript/ui/UI.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/ParaScript/ui/UI.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/ParaScript/data/variables/Ores.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/ParaScript/data/variables/Ores.java" afterDir="false" />
|
||||
</list>
|
||||
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
|
||||
@@ -8,8 +8,13 @@ public enum Ores {
|
||||
COPPER_TIN("Copper & Tin", new int[]{2090, 2094}, 17.5),
|
||||
COPPER("Copper", new int[]{2090}, 17.5),
|
||||
TIN("Tin", new int[]{2094}, 17.5),
|
||||
IRON ("Iron", new int[]{2092}, 35),
|
||||
COAL("Coal", new int[]{}, 50);
|
||||
SILVER("Silver", new int[]{2100, 2101, 6945, 6946}, 0),
|
||||
GOLD("Gold", new int[]{2098, 2099, 2609, 2610, 2611, 5768, 5769}, 0),
|
||||
IRON ("Iron", new int[]{2092, 2093}, 35),
|
||||
COAL("Coal", new int[]{2096, 2097}, 50),
|
||||
MITHRIL("Mithril", new int[]{2102, 2103}, 0),
|
||||
ADAMANT("Adamant", new int[]{2104, 2105, 3040, 3273, 5782, 5783}, 0),
|
||||
RUNITE("Runite", new int[]{14859, 14860}, 0);
|
||||
|
||||
private String name;
|
||||
private int[] ids;
|
||||
|
||||
Reference in New Issue
Block a user