Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.61 KB | None | 0 0
  1. *** Minecraft Coder Pack Version 2.7 ***
  2. Compiling Minecraft
  3. sources\minecraft\net\minecraft\src\EntityChimp.java:61: attackEntityFrom(net.mi
  4. necraft.src.Entity,int) in net.minecraft.src.Entity cannot be applied to (net.mi
  5. necraft.src.Entity,float)
  6.                         entity.attackEntityFrom(entity, f);
  7.                               ^
  8. sources\minecraft\net\minecraft\src\ModelChimp.java:30: cannot find symbol
  9. symbol  : constructor Bone(float,int,int,net.minecraft.src.Bone)
  10. location: class net.minecraft.src.Bone
  11.                 skeletonShoulderRight = new Bone(-0.5F / 2, 0, 5, skeletonOrigin
  12. );
  13.                                         ^
  14. sources\minecraft\net\minecraft\src\ModelChimp.java:31: cannot find symbol
  15. symbol  : constructor Bone(float,int,int,net.minecraft.src.Bone)
  16. location: class net.minecraft.src.Bone
  17.                 skeletonShoulderLeft = new Bone(0.5F / 2, 0, 5, skeletonOrigin);
  18.  
  19.                                        ^
  20. sources\minecraft\net\minecraft\src\ModelChimp.java:32: cannot find symbol
  21. symbol  : constructor Bone(float,int,int,net.minecraft.src.Bone)
  22. location: class net.minecraft.src.Bone
  23.                 skeletonArmRight = new Bone(0.5F / 2, 0, 12, skeletonShoulderRig
  24. ht);
  25.                                    ^
  26. sources\minecraft\net\minecraft\src\ModelChimp.java:33: cannot find symbol
  27. symbol  : constructor Bone(float,int,int,net.minecraft.src.Bone)
  28. location: class net.minecraft.src.Bone
  29.                 skeletonArmLeft = new Bone(0.5F / 2, 0, 12, skeletonShoulderLeft
  30. );
  31.                                   ^
  32. sources\minecraft\net\minecraft\src\ModelChimp.java:34: cannot find symbol
  33. symbol  : constructor Bone(float,int,int,net.minecraft.src.Bone)
  34. location: class net.minecraft.src.Bone
  35.                 skeletonPelvisRight = new Bone(-0.5F / 2, 0, 2, skeletonBody);
  36.                                       ^
  37. sources\minecraft\net\minecraft\src\ModelChimp.java:35: cannot find symbol
  38. symbol  : constructor Bone(float,int,int,net.minecraft.src.Bone)
  39. location: class net.minecraft.src.Bone
  40.                 skeletonPelvisLeft = new Bone(0.5F / 2, 0, 2, skeletonBody);
  41.                                      ^
  42. sources\minecraft\net\minecraft\src\ModelChimp.java:36: cannot find symbol
  43. symbol  : constructor Bone(int,float,int,int,int,net.minecraft.src.Bone)
  44. location: class net.minecraft.src.Bone
  45.                 skeletonLegRight = new Bone(0, 5F / 2, 0, 0, 12, skeletonPelvisR
  46. ight);
  47.                                    ^
  48. 8 errors
  49. Compiling Minecraft Start Class
  50. *** minecraft_server.jar was not found, skipping
  51. === MCP 2.7 recompile script finished ===
  52. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement