BedrockTweaks / Files

Other
20 stars 11 forks source link

feat(files): GUI Hotbar Selector #323

Closed Chi-a11y closed 2 weeks ago

Chi-a11y commented 2 months ago

Resolves #322 Added all 14 Hotbar Selectors

By checking the following boxes with an X, you ensure that:

PAPISOP commented 2 months ago

As the packs are lowered than dark ui, dark ui will take the priority and overwrites them, resulting them to be incompatible with dark ui, seems like DrAv has to make exclusions for this category to have higher priority than dark ui even tho its lower the dark ui

drav0011 commented 1 month ago

Great!

What mentioned @PAPISOP is right, but now there is priority to avoid this

Could you @Chi-a11y update the packs.json to include priority 1 for this packs? Here is the documentation for it

https://github.com/BedrockTweaks/Files/blob/devel/CONTRIBUTING.md#pack-priority

export interface Pack {
  id: string;
  name: string;
  description: string;
  message?: Message;
  version?: string; // * only Addons and CT
  priority?: number; // Higher number, higher priority
}