Advertisement
diegographics

Untitled

Feb 16th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.95 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <CubeBlocks>
  4.  
  5. <Definition>
  6.       <Id>
  7.         <TypeId>CubeBlock</TypeId>
  8.         <SubtypeId>DgFireWorkBarrel</SubtypeId>
  9.       </Id>
  10.       <DisplayName>FireWorkBarrel</DisplayName>
  11.       <Public>true</Public>
  12.       <Icon>Textures\GUI\Icons\BookStack_icon.dds</Icon>
  13.       <CubeSize>Small</CubeSize>
  14.       <BlockTopology>TriangleMesh</BlockTopology>
  15.       <Size x="3" y="4" z="3" />
  16.       <ModelOffset x="0" y="0" z="0" />
  17.       <Model>Models\Cubes\Small\FireWorkBarrel.mwm</Model>
  18.       <Components>
  19.         <Component Subtype="Wood" Count="10" />
  20.       </Components>
  21.       <CriticalComponent Subtype="Wood" Index="0" />
  22.       <MirroringY>Z</MirroringY>
  23.       <MirroringZ>Y</MirroringZ>
  24.       <BuildTimeSeconds>6</BuildTimeSeconds>
  25. </Definition>
  26. </CubeBlocks>
  27. <BlockPositions>
  28.  
  29. </BlockPositions>
  30. </Definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement