Grant Gryczan

Results 59 issues of Grant Gryczan

![image](https://user-images.githubusercontent.com/14056899/150486062-6eea7b79-58b7-4e08-a4fb-70d984340c64.png)

![image](https://user-images.githubusercontent.com/14056899/150485606-c161a4a9-0ecf-48cc-8e95-973177a568bd.png)

Not sure why this happens. ![image](https://user-images.githubusercontent.com/14056899/150325182-d9c7d1fc-2e80-4e95-a898-85ece6822026.png)

It should be `minecraft.something:minecraft.something`, not `minecraft.something:minecraft:something`. There can't be two colons. ![image](https://user-images.githubusercontent.com/14056899/150323085-18d2f12b-4b67-4840-a87e-6d11fbcf11c2.png)

![image](https://user-images.githubusercontent.com/14056899/150322017-898f7641-3cd9-4196-a632-a26590f7af5d.png)

`tag.has(value)` would be a nice alias for this: ```ts tag.values.some(tagValue => ( ( typeof tagValue !== 'string' && 'id' in tagValue ? tagValue.id : tagValue ).toString() === value.toString() )) ```...

![image](https://user-images.githubusercontent.com/14056899/148364470-865df009-2566-4a10-a62c-48d3d2adb1eb.png)

Only allow the tag's values to be interfaced via `tag.values` rather than trying to copy an arbitrary subset of array methods as shorthands which honestly are not necessary in the...

I'm pretty sure this is a bug. ![image](https://user-images.githubusercontent.com/14056899/147420699-6f49f561-0859-4d72-ac87-431e3db0a0a8.png)

![image](https://user-images.githubusercontent.com/14056899/146468404-21af198c-8bfa-455f-b5c2-2fe3d2ecaec8.png)