TurboWarp / scratch-vm

Scratch VM with a JIT compiler and more features

Home Page:https://turbowarp.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a advanced option to disable sb3 optimizations

xAspirus opened this issue · comments

I'm working on a tool to make scratch projects more modular by separating code into different projects and merging them.
the sb3 optimizations make the block ids clash

anyone who uses my tool would also use this feature

Block ID collisions are already possible in regular Scratch regardless of TW's compression if someone tries to merge remixes. It could also happen if you just get really unlucky or your browser has broken RNG. Your tool should be handling this.