Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Skullians authored Jan 6, 2025
1 parent 89ca547 commit 7b1ec7c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions common/src/main/resources/runes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ config-version: 1
# Unless overriden in the OVERRIDES section, all items & blocks
# will apply to this configuration.
runes:
for_each: 4 # For every 4 blocks / items input...
for-each: 4 # For every 4 blocks / items input...
give: 1 # You will get one rune in return.

# General filters to what items / blocks are allowed or not.
filters:
allow_lore: true # Allow items with custom lore.
allow_enchants: true # Allow items with enchants.
allow_oraxen_items: false # Allow the outright selling of Oraxen items. Unless overriden in the OVERRIDES section with their respective ID, the prices will be default.
allow_itemsadder_items: false # Allows the outright selling of ItemsAdder items. Read the line above.
allow-lore: true # Allow items with custom lore.
allow-enchants: true # Allow items with enchants.
allow-oraxen-items: false # Allow the outright selling of Oraxen items. Unless overriden in the OVERRIDES section with their respective ID, the prices will be default.
allow-itemsadder-items: false # Allows the outright selling of ItemsAdder items. Read the line above.

materials:
# If enabled, all items in list will not be convertible. If disabled, only items in list will be convertible.
# The OVERRIDES entries bypass this.
is_blacklist: true
is-blacklist: true

list:
- STRING
Expand Down Expand Up @@ -90,4 +90,4 @@ overrides:
DIAMOND_BLOCK: 90

ANCIENT_DEBRIS: 20
NETHERITE_BLOCK: 810
NETHERITE_BLOCK: 810

0 comments on commit 7b1ec7c

Please sign in to comment.