mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-29 14:05:25 +01:00
Merge pull request #1360 from TheIntolerant/master
Added new deepslate ores to the miner job
This commit is contained in:
commit
1c0abe2568
@ -79,30 +79,66 @@ Miner:
|
|||||||
income: 3
|
income: 3
|
||||||
points: 2
|
points: 2
|
||||||
experience: 2
|
experience: 2
|
||||||
|
deepslate_coal_ore:
|
||||||
|
income: 4
|
||||||
|
points: 3
|
||||||
|
experience: 3
|
||||||
redstone_ore:
|
redstone_ore:
|
||||||
income: 2.5
|
income: 2.5
|
||||||
points: 2
|
points: 2
|
||||||
experience: 2
|
experience: 2
|
||||||
|
deepslate_redstone_ore:
|
||||||
|
income: 3.5
|
||||||
|
points: 3
|
||||||
|
experience: 3
|
||||||
|
copper_ore:
|
||||||
|
income: 3.5
|
||||||
|
points: 3
|
||||||
|
experience: 2
|
||||||
|
deepslate_copper_ore:
|
||||||
|
income: 4.5
|
||||||
|
points: 4
|
||||||
|
experience: 3
|
||||||
iron_ore:
|
iron_ore:
|
||||||
income: 3.5
|
income: 3.5
|
||||||
points: 3
|
points: 3
|
||||||
experience: 2
|
experience: 2
|
||||||
|
deepslate_iron_ore:
|
||||||
|
income: 4.5
|
||||||
|
points: 4
|
||||||
|
experience: 3
|
||||||
gold_ore:
|
gold_ore:
|
||||||
income: 5
|
income: 5
|
||||||
points: 4
|
points: 4
|
||||||
experience: 2
|
experience: 2
|
||||||
|
deepslate_gold_ore:
|
||||||
|
income: 6
|
||||||
|
points: 5
|
||||||
|
experience: 3
|
||||||
lapis_ore:
|
lapis_ore:
|
||||||
income: 7.5
|
income: 7.5
|
||||||
points: 6
|
points: 6
|
||||||
experience: 2
|
experience: 2
|
||||||
|
deepslate_lapis_ore:
|
||||||
|
income: 8.5
|
||||||
|
points: 7
|
||||||
|
experience: 3
|
||||||
diamond_ore:
|
diamond_ore:
|
||||||
income: 10
|
income: 10
|
||||||
points: 10
|
points: 10
|
||||||
experience: 10
|
experience: 10
|
||||||
|
deepslate_diamond_ore:
|
||||||
|
income: 12.5
|
||||||
|
points: 12.5
|
||||||
|
experience: 12.5
|
||||||
emerald_ore:
|
emerald_ore:
|
||||||
income: 15
|
income: 15
|
||||||
points: 15
|
points: 15
|
||||||
experience: 30
|
experience: 30
|
||||||
|
deepslate_emerald_ore:
|
||||||
|
income: 17.5
|
||||||
|
points: 17.5
|
||||||
|
experience: 35
|
||||||
nether_quartz_ore:
|
nether_quartz_ore:
|
||||||
income: 2.5
|
income: 2.5
|
||||||
points: 2.5
|
points: 2.5
|
||||||
@ -156,18 +192,34 @@ Miner:
|
|||||||
income: -5.0
|
income: -5.0
|
||||||
points: -5
|
points: -5
|
||||||
experience: -5.0
|
experience: -5.0
|
||||||
|
deepslate_iron_ore:
|
||||||
|
income: -5.0
|
||||||
|
points: -5
|
||||||
|
experience: -5.0
|
||||||
gold_ore:
|
gold_ore:
|
||||||
income: -6.0
|
income: -6.0
|
||||||
points: -6
|
points: -6
|
||||||
experience: -6.0
|
experience: -6.0
|
||||||
|
deepslate_gold_ore:
|
||||||
|
income: -6.0
|
||||||
|
points: -6
|
||||||
|
experience: -6.0
|
||||||
diamond_ore:
|
diamond_ore:
|
||||||
income: -10.0
|
income: -10.0
|
||||||
points: -10
|
points: -10
|
||||||
experience: -10.0
|
experience: -10.0
|
||||||
|
deepslate_diamond_ore:
|
||||||
|
income: -12.5
|
||||||
|
points: -12.5
|
||||||
|
experience: -12.5
|
||||||
emerald_ore:
|
emerald_ore:
|
||||||
income: -15
|
income: -15
|
||||||
points: -15
|
points: -15
|
||||||
experience: -30
|
experience: -30
|
||||||
|
deepslate_emerald_ore:
|
||||||
|
income: -17.5
|
||||||
|
points: -17.5
|
||||||
|
experience: -35
|
||||||
Kill:
|
Kill:
|
||||||
Player:
|
Player:
|
||||||
income: 7.5
|
income: 7.5
|
||||||
|
Loading…
Reference in New Issue
Block a user