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

[FEATURE REQUEST] Ignore rule! #6

Open
4 tasks done
PSYCHEER opened this issue Feb 7, 2024 · 3 comments
Open
4 tasks done

[FEATURE REQUEST] Ignore rule! #6

PSYCHEER opened this issue Feb 7, 2024 · 3 comments
Labels
type: feature request Feature request.

Comments

@PSYCHEER
Copy link

PSYCHEER commented Feb 7, 2024

Terms

  • I'm using the very latest version of VanillaCustomizer and its dependencies.
  • I already searched on this Github page to check if the same suggestion was already reported.
  • I already searched on the plugin wiki to know if the feature is already implemented.
  • I already searched on the Discord server to know if anyone already has a solution for this or if the feature was already suggested.

Discord tag (optional)

PSYCHEER

Describe the solution you'd like

image
It's basic, just like
material_wildcard:

  • itemsadder_*
    ignore: true

everything what will match, will be ignored

Is your feature request related to a problem?

No

Describe alternatives you've considered

Haven't any

Additional context

No response

@PSYCHEER PSYCHEER added the type: feature request Feature request. label Feb 7, 2024
Copy link

github-actions bot commented Feb 7, 2024

Hello,
your report will be looked into as soon as possible.
Please do not bump this thread and don't post it on multiple platforms.

Thanks a lot for your patience.

@PSYCHEER PSYCHEER changed the title [FEATURE REQUEST] [FEATURE REQUEST] Ignore rule! Feb 7, 2024
@LoneDev6 LoneDev6 moved this to Todo in Other plugins Feb 28, 2024
@LoneDev6 LoneDev6 added this to the 0.3 milestone Feb 28, 2024
@LoneDev6
Copy link
Contributor

LoneDev6 commented Sep 4, 2024

Can you please elaborate what would be the usage of this?
Make some example configuration.

For example:

  iconic_rare:
    enabled: true
    rules:
      materials:
      - "DRAGON_EGG"
      - "DRAGON_HEAD"
      - "NETHER_STAR"
      is_vanilla_item: true
    changes:
      lore_insert_json:
        index: 1
        lines:
        - '[{"text":"f", "font":"simple_vanilla_enhancer:tags"}]' # Iconic
        - '[{"text":"c", "font":"simple_vanilla_enhancer:tags"}]' # Rare artifact

@LoneDev6 LoneDev6 moved this from Todo to Need answer in Other plugins Sep 4, 2024
@LoneDev6 LoneDev6 removed this from the 0.3 milestone Sep 4, 2024
@PSYCHEER
Copy link
Author

PSYCHEER commented Sep 5, 2024

iconic_rare:
    enabled: true
    rules:
      materials:
      - "*_WOOD"
      ignore:
      - "OAK_WOOD"
      is_vanilla_item: true
    changes:
      lore_insert_json:
        index: 1
        lines:
        - '[{"text":"f", "font":"simple_vanilla_enhancer:tags"}]' # Iconic
        - '[{"text":"c", "font":"simple_vanilla_enhancer:tags"}]' # Rare artifact```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request Feature request.
Projects
Status: Need answer
Development

No branches or pull requests

2 participants