Advertisement
frightfulactions

Working Electric Lights Blocks

Dec 14th, 2015
4,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.39 KB | None | 0 0
  1.     <!-- Working Lights Mod -->
  2. <block id="2008" name="lightPorchBrass">
  3.     <property name="Extends" value="porchLight04Brass" />
  4.     <property name="DescriptionKey" value="lightGroupDesc"/>
  5.     <property name="RuntimeSwitch" value="true" />
  6.     <property name="CustomIcon" value="porchLight04Brass" />
  7.     <property name="Place" value="TowardsPlacer90" />
  8.     <drop event="Destroy" count="0" />
  9.     <drop event="Harvest" name="Lightbulb" tool_category="Pluck" count="0" />
  10. </block>
  11. <block id="2009" name="lightPorch">
  12.     <property name="Extends" value="porchLight04" />
  13.     <property name="DescriptionKey" value="lightGroupDesc"/>
  14.     <property name="RuntimeSwitch" value="true" />
  15.     <property name="CustomIcon" value="porchLight04" />
  16.     <drop event="Destroy" count="0" />
  17.     <drop event="Harvest" name="Lightbulb" tool_category="Pluck" count="0" />
  18. </block>
  19. <block id="2010" name="lightCeiling3">
  20.     <property name="Extends" value="ceilingLight01" />
  21.     <property name="DescriptionKey" value="WorkingLightDesc"/>
  22.     <property name="RuntimeSwitch" value="true" />
  23.     <property name="CustomIcon" value="ceilingLight01" />
  24.     <property name="Place" value="TowardsPlacer90" />
  25.     <drop event="Destroy" count="0" />
  26.     <drop event="Harvest" name="Lightbulb" tool_category="Pluck" count="0" />
  27. </block>
  28.  
  29. <block id="2012" name="lightCeilingDomeBrass">
  30.     <property name="Extends" value="ceilingLight02Brass" />
  31.     <property name="DescriptionKey" value="WorkingLightDesc"/>
  32.     <property name="RuntimeSwitch" value="true" />
  33.     <property name="CustomIcon" value="ceilingLight02Brass" />
  34.     <property name="Place" value="TowardsPlacer90" />
  35.     <drop event="Destroy" count="0" />
  36.     <drop event="Harvest" name="Lightbulb" tool_category="Pluck" count="0" />
  37. </block>
  38. <block id="2013" name="lightCeiling">
  39.     <property name="Extends" value="ceilingLight04" />
  40.     <property name="DescriptionKey" value="WorkingLightDesc"/>
  41.     <property name="RuntimeSwitch" value="true" />
  42.     <property name="CustomIcon" value="ceilingLight04" />
  43.     <property name="Place" value="TowardsPlacer90" />
  44.     <drop event="Destroy" count="0" />
  45.     <drop event="Harvest" name="Lightbulb" tool_category="Pluck" count="0" />
  46. </block>
  47. <block id="2014" name="lightCeiling2">
  48.     <property name="Extends" value="ceilingLight05" />
  49.     <property name="DescriptionKey" value="WorkingLightDesc"/>
  50.     <property name="RuntimeSwitch" value="true" />
  51.     <property name="CustomIcon" value="ceilingLight05" />
  52.     <property name="Place" value="TowardsPlacer90" />
  53.     <drop event="Destroy" count="0" />
  54.     <drop event="Harvest" name="Lightbulb" tool_category="Pluck" count="0" />
  55. </block>
  56. <block id="2015" name="lightCeilingBrass">
  57.     <property name="Extends" value="ceilingLight05Brass" />
  58.     <property name="DescriptionKey" value="WorkingLightDesc"/>
  59.     <property name="RuntimeSwitch" value="true" />
  60.     <property name="CustomIcon" value="ceilingLight05Brass" />
  61.     <property name="Place" value="TowardsPlacer90" />
  62.     <drop event="Destroy" count="0" />
  63.     <drop event="Harvest" name="Lightbulb" tool_category="Pluck" count="0" />
  64. </block>
  65. <block id="2016" name="lightWall">
  66.     <property name="Extends" value="wallLight01" />
  67.     <property name="DescriptionKey" value="WorkingLightDesc"/>
  68.     <property name="RuntimeSwitch" value="true" />
  69.     <property name="CustomIcon" value="wallLight01" />
  70.     <property name="Place" value="TowardsPlacerInverted" />
  71.     <drop event="Destroy" count="0" />
  72.     <drop event="Harvest" name="Lightbulb" tool_category="Pluck" count="0" />
  73. </block>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement