PiSaucer

Results 4 comments of PiSaucer

I notice that JSPaint also doesn't work when it's hosted not locally: ``` Uncaught Error: Invalid buffer: Buffer is 56017 long, yet Stats object specifies that file is 52339 long....

This is what I am trying to add: ![image](https://user-images.githubusercontent.com/33438654/157130927-65b2814b-fbf6-4ac7-8e9b-61c782078bad.png) This is the output ![image](https://user-images.githubusercontent.com/33438654/157130951-7af4780c-d5df-4092-ae0e-80519190cd7a.png)

I was unable to add the description, however, I was able to add the other stats like horsepower. It appears that the description causes the error.

Looking at the [ore-ui docs](https://react-facet.mojang.com/docs/goals), it appears like they are trying to replace all of the menus with Javascript with their own Custom Renderer where we might not be able...