Advertisement
Guest User

Untitled

a guest
Sep 5th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. <craft>
  2. <info>
  3. <title>Birds drizzling</title>
  4. </info>
  5.  
  6. <craft name="boxmodule" module="N1n5p"/>
  7. <craft name="crankbox" module="EkfBD"/>
  8.  
  9. <style>
  10. platform{
  11. opacity:0.6;
  12. }
  13. </style>
  14. <part name="body">
  15. <g l="alignX(150%) alignY(50%) alignZ(180%)">
  16. <sphere></sphere>
  17. <sphere radius="8"></sphere>
  18. </g>
  19. <prism width="15" t="scale(0.5,2,1) rotateX(90) rotateY(60)
  20. translate(-15,0,-15)"/>
  21. <prism t="rotateX(90) rotateY(90) scale(0.4 0.2 0.2)
  22. translate(7 4.5 2.5)"/>
  23. </part>
  24.  
  25. <part name="rod">
  26. <stack spacing="-2">
  27. <!--horizon -->
  28. <g l="centerXYZ()">
  29. <cylinder radius="1.5" height="30" t="rotateX(90)"/>
  30. <cylinder radius="2" height="28" t="rotateX(90)" class="margin">
  31. </g>
  32.  
  33. <!-- columns -->
  34. <col spacing="15">
  35. <repeat n="2">
  36. <cylinder radius="1.5"></cylinder>
  37. </repeat>
  38. </col>
  39. </stack>
  40. </part>
  41.  
  42. <part name="platform">
  43. <cube size="15 30 10"></cube>
  44. </part>
  45.  
  46. <stack spacing="-3" l="alignX(20%)">
  47. <g l="alignX(70%) centerY() alignZ(-10%) select(body) cut(.margin)">
  48. <body color="yellow"/>
  49. <rod color="peru"/>
  50. </g>
  51.  
  52. <g l="alignX(80%) centerY() alignZ(-10%)
  53. select(platform) cut(.margin)">
  54. <platform></platform>
  55. <boxmodule handle="60"
  56. updown="15"
  57. radius="2"
  58. t="scale(0.4)"></boxmodule>
  59. </g>
  60. </stack>
  61.  
  62. </craft>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement