This category contains 28 blocks.
- All With Variable - Output every block that has a given variable attached. Combine with "Block Foreach" to act on eac...
- Block Compare - Combines two lists of blocks (A, B) into a third list using a configurable Behavior (set operatio...
- Block Foreach - Iterates over the blocks connected to its Input and re-emits each one through the "Output block" ...
- Block List - A searchable list of every block in the current world. Hover an item to open its radial menu so y...
- Block Remove - Removes the blocks connected to its tag input when the Remove jolt fires. A delay can be set so t...
- Block Spawn - Connect a block or device to the "Template to spawn" tag input, then trigger the Spawn jolt with ...
- Block Watcher - Attach blocks via the Tag input and get jolts whenever players interact with them - hover, grab, ...
- Contain Text - Searches the source text blocks for a specific word or pattern and outputs the number of occurren...
- Device Landmark - Drop one inside a group/device to define its center and forward direction. Used as the spawn alig...
- Execute - Runs a console command when triggered. Reference stream input values in the command with :1 :2 :3...
- Fetch Var - Pull a value (number or text) previously posted to the server with "Post Var". Use it to load hig...
- Get Name Text - Outputs the name of the source blocks as text. If multiple blocks are given, names are separated ...
- Get SubPart - Given a block made of multiple moving parts, outputs a specific sub-part selected by index.
- Get Variable - Read a named variable from a block. If the block has the variable, its value is sent to "Output"....
- Join & Apply Text - Combines text from multiple source blocks into one string and applies the result to the target bl...
- Load Counter - Fires a jolt carrying the number of times the local user has loaded this world. The count is outp...
- Post Var - Push a value (number or text) to Patchworld's online server under a named key. Other worlds, othe...
- Preset Manager - Saves and recalls snapshots (presets) of connected blocks' states, positions, connections, and vi...
- Remove Variable - Detach a named variable from one or more blocks. Once removed, the block no longer appears in "Al...
- Scene Watcher - Outputs collision events from marbles hitting your real-room furniture in Mixed Reality (walls, f...
- Set Active - Activates or deactivates target blocks entirely, pausing their logic, physics, and audio. Unlike ...
- Set Dsp Enabled - Turn audio DSP processing on or off for selected blocks/groups. Use it to free CPU on parts of th...
- Set Interactive - Enables or disables player interactivity on target blocks. When disabled, players cannot trigger,...
- Set Lock - Locks or unlocks the position of target blocks, preventing players from moving them. Send a jolt ...
- Set Variable - Attach a named variable with a numeric value to one or more blocks. Use it to dynamically tag blo...
- Set Visible - Shows or hides the target blocks. Send a jolt ≥ 0.5 to make visible, < 0.5 to hide. Unlike Set Ac...
- Snapshots Manager - Record different state of the world.
- Web Browser - Embeds a web browser into the VR environment with interactive navigation controls.