(W.I.P) New Extension: Pretty Blocks#2012
Conversation
|
Here a few seconds after this PR was made |
yuri-kiss
left a comment
There was a problem hiding this comment.
This is in the same boat as anything else that uses patches.
As'well as this is the TurboWarp gallery, the support for other mods is more work for US to maintain, it should be removed.
so. technically, this extension won't be accepted due to the use of patches? |
i might possibly know that using patches might be buggy and also dangerous, but atleast you shoud've added some API to do this. you've also accepted @SharkPool-SP's Camera V2 extension, which (somewhat) uses patches to create new (builtin) modals. like maybe add a way to create custom modals to add HTML elements to the modal, or add more types of modals. |
Camera V2 was merged to fix camera v1. And the only way to make a proper camera system was with patches. Additionally, the modal in the camera v2 extension isn't patched. It just calls the function with the appropriate settings. |
Pretty Blocks
This is an extension that lets you add formatting and format checking to your project much like Prettier.
It's also extensible (lets you create your custom rules), can import format plugins from URLs, can be used programaticaly and also has it's own custom "programming language" named "RegBool" that looks like this:
if <true> /true/ else falseHere are the features to finish:
I might note that this extension uses custom modal patches to show format errors and creating custom rules inside modals