mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-20 07:29:20 +00:00
@@ -74,8 +74,10 @@ level-xp-requirements:
|
|||||||
xp-gain-methods:
|
xp-gain-methods:
|
||||||
- trigger: mine_block
|
- trigger: mine_block
|
||||||
multiplier: 0.5
|
multiplier: 0.5
|
||||||
conditions: [ ]
|
filters: [ ]
|
||||||
filters:
|
conditions:
|
||||||
|
- id: in_mainhand
|
||||||
|
args:
|
||||||
items:
|
items:
|
||||||
- "*wooden_pickaxe"
|
- "*wooden_pickaxe"
|
||||||
- "*stone_pickaxe"
|
- "*stone_pickaxe"
|
||||||
@@ -109,7 +111,9 @@ effects:
|
|||||||
args:
|
args:
|
||||||
every: "ceil(10 - %level% / 10)"
|
every: "ceil(10 - %level% / 10)"
|
||||||
amount: "0.4 * %level%"
|
amount: "0.4 * %level%"
|
||||||
filters:
|
conditions:
|
||||||
|
- id: in_mainhand
|
||||||
|
args:
|
||||||
items:
|
items:
|
||||||
- "*wooden_pickaxe"
|
- "*wooden_pickaxe"
|
||||||
- "*stone_pickaxe"
|
- "*stone_pickaxe"
|
||||||
|
|||||||
Reference in New Issue
Block a user