-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Labels
type: feature request
Feature request.
Comments
Hello, Thanks a lot for your patience. |
Can you please elaborate what would be the usage of this? 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 |
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
Terms
Discord tag (optional)
PSYCHEER
Describe the solution you'd like
It's basic, just like
material_wildcard:
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
The text was updated successfully, but these errors were encountered: