*)/cd context command/cd set has changed how you set an item/cd list now include visual buttons to remove or edit./cd list, now shows text you can click to either edit, or remove an entry!!Image
[Edit] will just automatically type the command /cd set item <item_name> <previous_durability>[Remove] will automatically run the command /cd clear <item_name>/cd set <item_name> <durability>Now you have to specify either:
item, to specify an actual minecraft item or tag.wildcard, you can now try to add things in bulk using wildcards! (I do want to say I implemented my own wildcard parser and in all my tests it works perfectly, but if it seems like it's not co-operating, let me know!)item Examples:
/cd set item minecraft:diamond_pickaxe 100/cd set item #cd:tools/diamond 100wildcard Examples:
/cd set wildcard minecraft:*diamond* 100/cd set wildcard minecraft:*wooden* 100/cd set wildcard minecraft:diamond* 100/cd set wildcard minecraft:*diamond 100minecraft: and has diamond or wooden anywhere in its id!minecraft:diamond and can end with whatever so minecraft:diamond_pickaxe will match.minecraft: and ends in diamond so minecraft:pickaxe_diamond would match, although that's not a real item.When you run /cd set wildcard <string> <durability> it won't immediately add the matched items into your config, it will add them to a temporary context, which you can clean up any unwanted matches first.
Say you run /cd set wildcard minecraft:*diamond* 100 that will add all diamond armors and diamond tools to your context, so you can selectively remove or edit which ones you want to add to your config!
This also introduces the /cd context command, this pretty much has exactly the same commands as inside of /cd, basically list, clear, set, except for 3 unique ones, confirm, cancel and filter
confirm will add all the items you have in your current context to your config.
cancel will just clear the context.
filter will filter all of your items in your current context based off of 4 inputs TOOL WEAPON ARMOUR OTHER
/cd context filter TOOL, this will keep only tools in your context.set also adds all command, which sets all the durabilities in your context list to a given durability
*)/cd context command/cd set has changed how you set an item/cd list now include visual buttons to remove or edit./cd list, now shows text you can click to either edit, or remove an entry!!Image
[Edit] will just automatically type the command /cd set item <item_name> <previous_durability>[Remove] will automatically run the command /cd clear <item_name>/cd set <item_name> <durability>Now you have to specify either:
item, to specify an actual minecraft item or tag.wildcard, you can now try to add things in bulk using wildcards! (I do want to say I implemented my own wildcard parser and in all my tests it works perfectly, but if it seems like it's not co-operating, let me know!)item Examples:
/cd set item minecraft:diamond_pickaxe 100/cd set item #cd:tools/diamond 100wildcard Examples:
/cd set wildcard minecraft:*diamond* 100/cd set wildcard minecraft:*wooden* 100/cd set wildcard minecraft:diamond* 100/cd set wildcard minecraft:*diamond 100minecraft: and has diamond or wooden anywhere in its id!minecraft:diamond and can end with whatever so minecraft:diamond_pickaxe will match.minecraft: and ends in diamond so minecraft:pickaxe_diamond would match, although that's not a real item.When you run /cd set wildcard <string> <durability> it won't immediately add the matched items into your config, it will add them to a temporary context, which you can clean up any unwanted matches first.
Say you run /cd set wildcard minecraft:*diamond* 100 that will add all diamond armors and diamond tools to your context, so you can selectively remove or edit which ones you want to add to your config!
This also introduces the /cd context command, this pretty much has exactly the same commands as inside of /cd, basically list, clear, set, except for 3 unique ones, confirm, cancel and filter
confirm will add all the items you have in your current context to your config.
cancel will just clear the context.
filter will filter all of your items in your current context based off of 4 inputs TOOL WEAPON ARMOUR OTHER
/cd context filter TOOL, this will keep only tools in your context.set also adds all command, which sets all the durabilities in your context list to a given durability
*)/cd context command/cd set has changed how you set an item/cd list now include visual buttons to remove or edit./cd list, now shows text you can click to either edit, or remove an entry!!Image
[Edit] will just automatically type the command /cd set item <item_name> <previous_durability>[Remove] will automatically run the command /cd clear <item_name>/cd set <item_name> <durability>Now you have to specify either:
item, to specify an actual minecraft item or tag.wildcard, you can now try to add things in bulk using wildcards! (I do want to say I implemented my own wildcard parser and in all my tests it works perfectly, but if it seems like it's not co-operating, let me know!)item Examples:
/cd set item minecraft:diamond_pickaxe 100/cd set item #cd:tools/diamond 100wildcard Examples:
/cd set wildcard minecraft:*diamond* 100/cd set wildcard minecraft:*wooden* 100/cd set wildcard minecraft:diamond* 100/cd set wildcard minecraft:*diamond 100minecraft: and has diamond or wooden anywhere in its id!minecraft:diamond and can end with whatever so minecraft:diamond_pickaxe will match.minecraft: and ends in diamond so minecraft:pickaxe_diamond would match, although that's not a real item.When you run /cd set wildcard <string> <durability> it won't immediately add the matched items into your config, it will add them to a temporary context, which you can clean up any unwanted matches first.
Say you run /cd set wildcard minecraft:*diamond* 100 that will add all diamond armors and diamond tools to your context, so you can selectively remove or edit which ones you want to add to your config!
This also introduces the /cd context command, this pretty much has exactly the same commands as inside of /cd, basically list, clear, set, except for 3 unique ones, confirm, cancel and filter
confirm will add all the items you have in your current context to your config.
cancel will just clear the context.
filter will filter all of your items in your current context based off of 4 inputs TOOL WEAPON ARMOUR OTHER
/cd context filter TOOL, this will keep only tools in your context.set also adds all command, which sets all the durabilities in your context list to a given durability
#customdurability to #cd (your configs will need to be updated if you used these)/customdurability to /cd
A Fabric Mod that allows for changing the durabilities of all items!