mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-16 04:31:22 +01:00
Fixed nether prospector
This commit is contained in:
parent
e11df13f5d
commit
b5d52824f1
@ -46,7 +46,7 @@ allprojects {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'com.willfp:eco:6.43.0'
|
compileOnly 'com.willfp:eco:6.43.0'
|
||||||
implementation 'com.willfp:libreforge:3.108.0'
|
implementation 'com.willfp:libreforge:3.108.1'
|
||||||
implementation 'org.joml:joml:1.10.4'
|
implementation 'org.joml:joml:1.10.4'
|
||||||
|
|
||||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||||
|
@ -20,8 +20,9 @@ effects:
|
|||||||
args:
|
args:
|
||||||
on_items:
|
on_items:
|
||||||
- ancient_debris
|
- ancient_debris
|
||||||
- netherite_scrap
|
|
||||||
fortune: "%level%"
|
fortune: "%level%"
|
||||||
|
filters:
|
||||||
|
player_placed: false
|
||||||
triggers:
|
triggers:
|
||||||
- block_item_drop
|
- block_item_drop
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user