Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Plugins/Mods/BlockIndexer
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<PluginData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ModPlugin">
<Id>3410451798</Id>
<GroupId>BlockIndexer</GroupId>
<FriendlyName>Block Indexer</FriendlyName>
<Author>SnakeInventor</Author>
<Tooltip>Adds controls to IMyTerminalBlock implementing blocks that automate adding indexes to block names</Tooltip>
<Description>Adds controls to IMyTerminalBlock implementing blocks taht automate adding indexes to block names
Features:
- Text field to set starting index manually
- Button to add incrementing indexes to all selected blocks
- Automatically adds letter prefixes to indexes with more than 2 digits to preserve sorting order.
</Description>
</PluginData>
Loading