Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. *** Minecraft Coder Pack Version 2.7 ***
  2. Finding javac.exe... if you want to speed this up, add it to your PATH
  3. Path set.
  4. Compiling Minecraft
  5. sources\minecraft\net\minecraft\src\Blockruby.java:14: cannot find symbol
  6. symbol : variable rubyI
  7. location: class net.minecraft.src.Item
  8. return Item.rubyI.shiftedIndex;
  9. ^
  10. sources\minecraft\net\minecraft\src\ChunkProviderGenerate.java:391: cannot find
  11. symbol
  12. symbol : variable ruby
  13. location: class net.minecraft.src.Block
  14. (new WorldGenMinable(Block.ruby.blockID, 8)).generate(worldObj, rand
  15. , i6, j9, l13);
  16. ^
  17. sources\minecraft\net\minecraft\src\WorldGenRuby.java:22: cannot find symbol
  18. symbol : variable ruby
  19. location: class net.minecraft.src.Block
  20. if(world.func_20084_d(i1, j1, k1) && world.getBlockId(i1, j1 - 1, k1
  21. ) == Block.stone.blockID && Block.ruby.canPlaceBlockAt(world, i1, j1, k1))
  22.  
  23. ^
  24. sources\minecraft\net\minecraft\src\WorldGenRuby.java:24: cannot find symbol
  25. symbol : variable ruby
  26. location: class net.minecraft.src.Block
  27. world.setBlockAndMetadata(i1, j1, k1, Block.ruby.blockID, random
  28. .nextInt(4));
  29. ^
  30. 4 errors
  31. Compiling Minecraft Start Class
  32. *** minecraft_server.jar was not found, skipping
  33. === MCP 2.7 recompile script finished ===
  34. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement