Advertisement
Guest User

Minecraft - Knb

a guest
Dec 7th, 2015
935
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. turnLeft();
  2. moveForward();
  3. moveForward();
  4. destroyBlock();
  5. moveForward();
  6. destroyBlock();
  7. moveForward();
  8. turnLeft();
  9. for (var count = 0; count < 2; count++) {
  10.   moveForward();
  11. }
  12. destroyBlock();
  13. moveForward();
  14. turnLeft();
  15. moveForward();
  16. turnRight();
  17. turnRight();
  18. for (var count2 = 0; count2 < 4; count2++) {
  19.   placeBlockAhead("wool");
  20.   turnRight();
  21.   moveForward();
  22.   turnLeft();
  23. }
  24. destroyBlock();
  25. placeBlockAhead("wool");
  26. turnRight();
  27. destroyBlock();
  28. moveForward();
  29. turnLeft();
  30. placeTorch();
  31. turnLeft();
  32. for (var count3 = 0; count3 < 3; count3++) {
  33.   moveForward();
  34. }
  35. placeBlock("wool");
  36. for (var count4 = 0; count4 < 2; count4++) {
  37.   moveForward();
  38. }
  39. turnLeft();
  40. for (var count5 = 0; count5 < 2; count5++) {
  41.   moveForward();
  42. }
  43. turnLeft();
  44. turnLeft();
  45. for (var count7 = 0; count7 < 2; count7++) {
  46.   for (var count6 = 0; count6 < 2; count6++) {
  47.     placeBlockAhead("wool");
  48.     turnRight();
  49.     moveForward();
  50.     turnLeft();
  51.   }
  52.   turnRight();
  53.   moveForward();
  54.   turnLeft();
  55. }
  56. turnRight();
  57. turnRight();
  58. moveForward();
  59. destroyBlock();
  60. turnRight();
  61. moveForward();
  62. moveForward();
  63. for (var count8 = 0; count8 < 5; count8++) {
  64.   placeBlock("wool");
  65.   moveForward();
  66. }
  67. turnLeft();
  68. moveForward();
  69. turnLeft();
  70. moveForward();
  71. turnRight();
  72. destroyBlock();
  73. turnLeft();
  74. for (var count9 = 0; count9 < 4; count9++) {
  75.   moveForward();
  76. }
  77. placeBlock("wool");
  78. moveForward();
  79. placeTorch();
  80. turnRight();
  81. moveForward();
  82. turnRight();
  83. moveForward();
  84. for (var count10 = 0; count10 < 5; count10++) {
  85.   placeBlock("wool");
  86.   moveForward();
  87. }
  88. turnLeft();
  89. moveForward();
  90. moveForward();
  91. turnLeft();
  92. moveForward();
  93. for (var count11 = 0; count11 < 5; count11++) {
  94.   placeBlock("wool");
  95.   moveForward();
  96. }
  97. turnRight();
  98. moveForward();
  99. turnRight();
  100. placeTorch();
  101. for (var count12 = 0; count12 < 3; count12++) {
  102.   moveForward();
  103.   placeBlock("wool");
  104.   moveForward();
  105. }
  106. turnLeft();
  107. moveForward();
  108. turnLeft();
  109. moveForward();
  110. for (var count13 = 0; count13 < 4; count13++) {
  111.   placeBlock("wool");
  112.   moveForward();
  113. }
  114. turnRight();
  115. moveForward();
  116. turnLeft();
  117. destroyBlock();
  118. turnRight();
  119. moveForward();
  120. turnRight();
  121. for (var count14 = 0; count14 < 3; count14++) {
  122.   moveForward();
  123.   placeTorch();
  124. }
  125. moveForward();
  126. moveForward();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement