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

For example, `mcFunctionTag.values` does not include `MCFunctionInstance` in its element type, even though it works fine in JS runtime. ![image](https://user-images.githubusercontent.com/14056899/147465914-169614bb-3a3b-49d7-8658-b61a6b4522af.png)

```ts MCFunction('test', () => { execute.as('@s').run('something', () => {}); say(1); say(2); say(3); }); ``` outputs ```mcfunction execute as @s run say 1 say 2 say 3 ``` This applies whether...

![image](https://user-images.githubusercontent.com/14056899/147438825-e0474972-2a78-45b7-a448-0770578c3c4a.png)

![image](https://user-images.githubusercontent.com/14056899/147432204-63dc1f9e-1995-42ed-9d87-d112417e2173.png)

![image](https://user-images.githubusercontent.com/14056899/147431382-8b4dcf41-2696-4e18-9ca3-6b37512f538a.png)

![image](https://user-images.githubusercontent.com/14056899/147431098-12e86bc4-d0af-47c7-8284-f4cc0e4b6b71.png)

According to Minecraft wiki, all recipe types should have a `group` property. ![image](https://user-images.githubusercontent.com/14056899/147427115-db84b729-853f-4e84-ac5d-3956c5649d67.png) But in your implementation, it seems none of them do, and it seems some of them are...

![image](https://user-images.githubusercontent.com/14056899/147426397-8e645d10-a420-41bd-81fc-0d52448e26da.png)

Several changes discussed on the Discord server.