-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTransporters_Category.sbc
47 lines (45 loc) · 1.47 KB
/
Transporters_Category.sbc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<CategoryClasses>
<Category xsi:type="MyObjectBuilder_GuiBlockCategoryDefinition">
<Id>
<TypeId>GuiBlockCategoryDefinition</TypeId>
<SubtypeId/>
</Id>
<DisplayName>DisplayName_Category_LargeBlocks</DisplayName>
<Name>LargeBlocks</Name>
<ItemIds>
<string>Transporter</string>
<string>TransporterSingleLarge</string>
<string>TransportJammer</string>
<string>Transporter</string>
</ItemIds>
</Category>
<Category xsi:type="MyObjectBuilder_GuiBlockCategoryDefinition">
<Id>
<TypeId>GuiBlockCategoryDefinition</TypeId>
<SubtypeId/>
</Id>
<DisplayName>DisplayName_Category_SmallBlocks</DisplayName>
<Name>SmallBlocks</Name>
<ItemIds>
<string>TransporterSingle</string>
</ItemIds>
</Category>
<Category xsi:type="MyObjectBuilder_GuiBlockCategoryDefinition">
<Id>
<TypeId>GuiBlockCategoryDefinition</TypeId>
<SubtypeId/>
</Id>
<DisplayName>Ntech</DisplayName>
<Name>Ntech</Name>
<ItemIds>
<string>Transporter</string>
<string>TransporterSingleLarge</string>
<string>TransportJammer</string>
<string>TransporterSingle</string>
<string>Transporter</string>
</ItemIds>
</Category>
</CategoryClasses>
</Definitions>