Guest User

Untitled

a guest
Apr 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. == ERRORS FOUND ==
  2.  
  3. src\minecraft\net\minecraft\src\EntitySheep.java:39: error: no suitable construc
  4. tor found for ItemStack(int,int)
  5. entityDropItem(new ItemStack(mod_Alpha100.itemCookedlamb.shiftedIndex, 1), 0.0F)
  6. ;
  7. ^
  8.  
  9. constructor ItemStack.ItemStack(NBTTagCompound) is not applicable
  10. (actual and formal argument lists differ in length)
  11. constructor ItemStack.ItemStack(int,int,int) is not applicable
  12. (actual and formal argument lists differ in length)
  13. constructor ItemStack.ItemStack(Item,int,int) is not applicable
  14. (actual and formal argument lists differ in length)
  15. constructor ItemStack.ItemStack(Item,int) is not applicable
  16. (actual argument int cannot be converted to Item by method invocation conversion
  17. )
  18. constructor ItemStack.ItemStack(Item) is not applicable
  19. (actual and formal argument lists differ in length)
  20. constructor ItemStack.ItemStack(Block,int,int) is not applicable
  21. (actual and formal argument lists differ in length)
  22. constructor ItemStack.ItemStack(Block,int) is not applicable
  23. (actual argument int cannot be converted to Block by method invocation conversio
  24. n)
  25. constructor ItemStack.ItemStack(Block) is not applicable
  26. (actual and formal argument lists differ in length)
  27. src\minecraft\net\minecraft\src\EntitySheep.java:42: error: no suitable construc
  28. tor found for ItemStack(int,int)
  29. entityDropItem(new ItemStack(mod_Alpha100.itemRawlamb.shiftedIndex, 1), 0.0F);
  30. ^
  31.  
  32. constructor ItemStack.ItemStack(NBTTagCompound) is not applicable
  33. (actual and formal argument lists differ in length)
  34. constructor ItemStack.ItemStack(int,int,int) is not applicable
  35. (actual and formal argument lists differ in length)
  36. constructor ItemStack.ItemStack(Item,int,int) is not applicable
  37. (actual and formal argument lists differ in length)
  38. constructor ItemStack.ItemStack(Item,int) is not applicable
  39. (actual argument int cannot be converted to Item by method invocation conversion
  40. )
  41. constructor ItemStack.ItemStack(Item) is not applicable
  42. (actual and formal argument lists differ in length)
  43. constructor ItemStack.ItemStack(Block,int,int) is not applicable
  44. (actual and formal argument lists differ in length)
  45. constructor ItemStack.ItemStack(Block,int) is not applicable
  46. (actual argument int cannot be converted to Block by method invocation conversio
  47. n)
  48. constructor ItemStack.ItemStack(Block) is not applicable
  49. (actual and formal argument lists differ in length)
  50. src\minecraft\net\minecraft\src\mod_Alpha100.java:19: error: no suitable constru
  51. ctor found for ItemStack(int,int)
  52. ModLoader.AddSmelting(mod_Alpha100.itemRawlamb.shiftedIndex, new ItemStack(mod_A
  53. lpha100.itemCookedlamb.shiftedIndex, 1));
  54. ^
  55.  
  56. constructor ItemStack.ItemStack(NBTTagCompound) is not applicable
  57. (actual and formal argument lists differ in length)
  58. constructor ItemStack.ItemStack(int,int,int) is not applicable
  59. (actual and formal argument lists differ in length)
  60. constructor ItemStack.ItemStack(Item,int,int) is not applicable
  61. (actual and formal argument lists differ in length)
  62. constructor ItemStack.ItemStack(Item,int) is not applicable
  63. (actual argument int cannot be converted to Item by method invocation conversion
  64. )
  65. constructor ItemStack.ItemStack(Item) is not applicable
  66. (actual and formal argument lists differ in length)
  67. constructor ItemStack.ItemStack(Block,int,int) is not applicable
  68. (actual and formal argument lists differ in length)
  69. constructor ItemStack.ItemStack(Block,int) is not applicable
  70. (actual argument int cannot be converted to Block by method invocation conversio
  71. n)
  72. constructor ItemStack.ItemStack(Block) is not applicable
  73. (actual and formal argument lists differ in length)
  74. 3 errors
  75. ==================
  76.  
  77. > Done in 11.05 seconds
  78. > Recompiling server...
  79. !! Can not find server sources !!
  80. Press any key to continue . . .
Add Comment
Please, Sign In to add comment