Allow RegEx or other pattern matching when specifying costs #14
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: EpicKnarvik97/Blacksmith#14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, if one wants each "category" of items, such as anything gold or anything netherite, one still has to list each item individually, which can be bothersome, especially for the first-time setup. It would be nice if a regular expression or similar could be used to specify netherite*: 10 for specifying the cost of all netherite items. Proper escaping of special characters might be a challenge.
It could be possible to just use something like DIAMOND_A_, _A_HELMET, GOLD_A_, where _A_ is converted into * (A = Anything).
Implemented