sandstone icon indicating copy to clipboard operation
sandstone copied to clipboard

Sandstone | Next Generation Framework for Minecraft

Results 73 sandstone issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/14056899/152266005-f906bcb5-a0bc-4a34-9c21-bc01bb4321a8.png)

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.1.31. Changelog Sourced from nanoid's changelog. 3.1.31 Fixed collision vulnerability on object in size (by Artyom Arutyunyan). Commits 07fdfa6 Release 3.1.31 version e3b3942 Update dependencies...

dependencies

Allow the `nbt` option of a `Selector` to accept an array of multiple NBT objects.

![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)