Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lapis_lazuli_ore needs to be modified to lapis_ore #163

Open
empyrealtear opened this issue Aug 19, 2024 · 0 comments
Open

lapis_lazuli_ore needs to be modified to lapis_ore #163

empyrealtear opened this issue Aug 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@empyrealtear
Copy link

Hello, when I used the enchanted silk_touch to dig the lapis_ore, I could never trigger the spelunking effect. After read your code, I think lapis_lazuli_ore needs to be modified to lapis_ore.

name: "Spelunking"
...

effects:
  - id: multiply_drops # Base Multiplier
    ...
    filters:
      player_placed: false
      blocks:
        ...
        - "lapis_lazuli_ore" -> "lapis_ore"
        - "deepslate_lapis_lazuli_ore" -> "deepslate_lapis_ore"
        ...

- id: multiply_drops # Bonus Multiplier
    ...
    filters:
      player_placed: false
      blocks:
        ...
        - "lapis_lazuli_ore" -> "lapis_ore"
        - "deepslate_lapis_lazuli_ore" -> "deepslate_lapis_ore"
        ...
@empyrealtear empyrealtear added the bug Something isn't working label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant