Advertisement
Guest User

forge recompile fail on mac build #436

a guest
Dec 11th, 2012
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 93.10 KB | None | 0 0
  1. ➜  forge  ./install.sh
  2. ================ Forge ModLoader Setup Start ===================
  3. Downloaded mcp7.23.zip successfully
  4. Extracting MCP to '/Users/lslinnet/workspace/minecraft-modding/ForgeTrading/forge/mcp'
  5. Setting up MCP
  6. > Backing up commands.py
  7. patching file commands.py
  8. Commands patch applied successfully
  9. Copying FML conf
  10. Downloaded argo-2.25.jar successfully
  11. Downloaded guava-12.0.1.jar successfully
  12. Downloaded guava-12.0.1-sources.jar successfully
  13. Downloaded asm-all-4.0.jar successfully
  14. Downloaded asm-all-4.0-source.jar successfully
  15. Downloaded lwjgl.jar successfully
  16. Downloaded lwjgl_util.jar successfully
  17. Downloaded jinput.jar successfully
  18. Downloaded windows_natives.jar successfully
  19.     Extracting jinput-dx8.dll
  20.     Extracting jinput-dx8_64.dll
  21.     Extracting jinput-raw.dll
  22.     Extracting jinput-raw_64.dll
  23.     Extracting lwjgl.dll
  24.     Extracting lwjgl64.dll
  25.     Extracting OpenAL32.dll
  26.     Extracting OpenAL64.dll
  27. Downloaded macosx_natives.jar successfully
  28.     Extracting libjinput-osx.jnilib
  29.     Extracting liblwjgl.jnilib
  30.     Extracting libopenal.dylib
  31.     Extracting openal.dylib
  32. Downloaded linux_natives.jar successfully
  33.     Extracting libjinput-linux.so
  34.     Extracting libjinput-linux64.so
  35.     Extracting liblwjgl.so
  36.     Extracting liblwjgl64.so
  37.     Extracting libopenal.so
  38.     Extracting libopenal64.so
  39. Downloaded minecraft.jar successfully
  40. Downloaded minecraft_server.jar successfully
  41. == MCP 7.23 (data: 7.23, client: 1.4.5, server: 1.4.5) ==
  42. # found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, astyle config
  43. > Creating Retroguard config files
  44. == Decompiling client using fernflower ==
  45. > Creating SRGs
  46. > Applying Retroguard
  47. > Compiling AccessTransformer
  48. > Compiling MCPMerger
  49. > Running MCPMerger
  50. > Running AccessTransformer
  51.    Forge config detected
  52. > Really Applying Retroguard
  53. > Applying MCInjector
  54. > Unpacking jar
  55. > Copying classes
  56. > Decompiling
  57. > Copying sources
  58. > Applying fernflower fixes
  59. > Applying patches
  60. > Cleaning comments
  61. - Done in 90.56 seconds
  62. == Reformating client ==
  63. > Cleaning sources
  64. > Replacing OpenGL constants
  65. !! reformating disabled due to no astyle or config !!
  66. - Done in 2.55 seconds
  67. !! renaming disabled !!
  68. !! recompile disabled !!
  69. Stripping META-INF from minecraft.jar
  70. Skipping: META-INF/MANIFEST.MF
  71. Skipping: META-INF/MOJANG_C.SF
  72. Skipping: META-INF/MOJANG_C.DSA
  73. == MCP 7.23 (data: 7.23, client: 1.4.5, server: 1.4.5) ==
  74. # found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, astyle config
  75. == Recompiling client ==
  76. > Cleaning bin
  77. > Recompiling
  78. - Done in 12.47 seconds
  79. > Generating client md5s
  80. Applying Forge ModLoader patches
  81. patching file minecraft/net/minecraft/client/ClientBrandRetriever.java
  82. Hunk #1 FAILED at 8.
  83. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/client/ClientBrandRetriever.java.rej
  84. patching file minecraft/net/minecraft/client/Minecraft.java
  85. Hunk #4 succeeded at 141 with fuzz 1.
  86. Hunk #5 FAILED at 331.
  87. Hunk #6 FAILED at 376.
  88. Hunk #7 FAILED at 406.
  89. Hunk #8 FAILED at 765.
  90. Hunk #9 FAILED at 1299.
  91. Hunk #10 FAILED at 1761.
  92. Hunk #11 FAILED at 1800.
  93. Hunk #12 FAILED at 2031.
  94. 8 out of 12 hunks FAILED -- saving rejects to file minecraft/net/minecraft/client/Minecraft.java.rej
  95. patching file minecraft/net/minecraft/client/MinecraftApplet.java
  96. Hunk #2 FAILED at 19.
  97. Hunk #3 FAILED at 71.
  98. 2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/client/MinecraftApplet.java.rej
  99. patching file minecraft/net/minecraft/src/GameSettings.java
  100. Hunk #2 FAILED at 605.
  101. 1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GameSettings.java.rej
  102. patching file minecraft/net/minecraft/src/GuiConnecting.java
  103. Hunk #1 FAILED at 122.
  104. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiConnecting.java.rej
  105. patching file minecraft/net/minecraft/src/GuiCreateWorld.java
  106. Hunk #1 FAILED at 205.
  107. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiCreateWorld.java.rej
  108. patching file minecraft/net/minecraft/src/GuiErrorScreen.java
  109. Hunk #1 FAILED at 9.
  110. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiErrorScreen.java.rej
  111. patching file minecraft/net/minecraft/src/GuiMainMenu.java
  112. Hunk #1 succeeded at 10 with fuzz 1.
  113. Hunk #2 FAILED at 132.
  114. Hunk #3 FAILED at 197.
  115. Hunk #4 FAILED at 420.
  116. 3 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiMainMenu.java.rej
  117. patching file minecraft/net/minecraft/src/IBossDisplayData.java
  118. Hunk #1 FAILED at 1.
  119. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/IBossDisplayData.java.rej
  120. patching file minecraft/net/minecraft/src/IntegratedServer.java
  121. Hunk #2 FAILED at 99.
  122. 1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/IntegratedServer.java.rej
  123. patching file minecraft/net/minecraft/src/IntegratedServerListenThread.java
  124. Hunk #2 FAILED at 67.
  125. 1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/IntegratedServerListenThread.java.rej
  126. patching file minecraft/net/minecraft/src/ItemRenderer.java
  127. Hunk #2 FAILED at 27.
  128. Hunk #3 FAILED at 128.
  129. Hunk #4 FAILED at 150.
  130. Hunk #5 FAILED at 165.
  131. Hunk #6 FAILED at 180.
  132. 5 out of 6 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ItemRenderer.java.rej
  133. patching file minecraft/net/minecraft/src/NetClientHandler.java
  134. Hunk #2 FAILED at 39.
  135. Hunk #3 FAILED at 54.
  136. Hunk #4 FAILED at 125.
  137. Hunk #5 FAILED at 141.
  138. Hunk #6 FAILED at 588.
  139. Hunk #7 FAILED at 628.
  140. Hunk #8 FAILED at 1118.
  141. Hunk #9 FAILED at 1232.
  142. Hunk #10 FAILED at 1281.
  143. 9 out of 10 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/NetClientHandler.java.rej
  144. patching file minecraft/net/minecraft/src/RenderBlocks.java
  145. Hunk #1 FAILED at 184.
  146. Hunk #2 FAILED at 6584.
  147. Hunk #3 FAILED at 6646.
  148. 3 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderBlocks.java.rej
  149. patching file minecraft/net/minecraft/src/RenderEngine.java
  150. Hunk #2 succeeded at 16 with fuzz 1.
  151. Hunk #3 FAILED at 40.
  152. Hunk #4 FAILED at 105.
  153. Hunk #5 FAILED at 254.
  154. Hunk #6 FAILED at 415.
  155. Hunk #7 FAILED at 428.
  156. Hunk #8 FAILED at 531.
  157. Hunk #9 FAILED at 569.
  158. 7 out of 9 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderEngine.java.rej
  159. patching file minecraft/net/minecraft/src/TextureCompassFX.java
  160. Hunk #2 FAILED at 9.
  161. Hunk #3 FAILED at 72.
  162. Hunk #4 FAILED at 155.
  163. Hunk #5 FAILED at 182.
  164. 4 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureCompassFX.java.rej
  165. patching file minecraft/net/minecraft/src/TextureFlamesFX.java
  166. Hunk #1 FAILED at 1.
  167. Hunk #2 FAILED at 34.
  168. Hunk #3 FAILED at 72.
  169. 3 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureFlamesFX.java.rej
  170. patching file minecraft/net/minecraft/src/TextureLavaFlowFX.java
  171. Hunk #1 FAILED at 1.
  172. Hunk #2 FAILED at 17.
  173. Hunk #3 FAILED at 42.
  174. Hunk #4 FAILED at 54.
  175. Hunk #5 FAILED at 81.
  176. 5 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureLavaFlowFX.java.rej
  177. patching file minecraft/net/minecraft/src/TextureLavaFX.java
  178. Hunk #1 FAILED at 1.
  179. Hunk #2 FAILED at 15.
  180. Hunk #3 FAILED at 38.
  181. Hunk #4 FAILED at 50.
  182. Hunk #5 FAILED at 77.
  183. 5 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureLavaFX.java.rej
  184. patching file minecraft/net/minecraft/src/TexturePortalFX.java
  185. Hunk #1 FAILED at 1.
  186. Hunk #2 FAILED at 72.
  187. Hunk #3 FAILED at 87.
  188. 3 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TexturePortalFX.java.rej
  189. patching file minecraft/net/minecraft/src/TextureWatchFX.java
  190. Hunk #1 FAILED at 1.
  191. Hunk #2 FAILED at 27.
  192. Hunk #3 FAILED at 68.
  193. Hunk #4 FAILED at 104.
  194. Hunk #5 FAILED at 113.
  195. Hunk #6 FAILED at 135.
  196. 6 out of 6 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureWatchFX.java.rej
  197. patching file minecraft/net/minecraft/src/TextureWaterFlowFX.java
  198. Hunk #1 FAILED at 1.
  199. Hunk #2 FAILED at 17.
  200. Hunk #3 FAILED at 40.
  201. Hunk #4 FAILED at 81.
  202. 4 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureWaterFlowFX.java.rej
  203. patching file minecraft/net/minecraft/src/TextureWaterFX.java
  204. Hunk #1 FAILED at 1.
  205. Hunk #2 FAILED at 16.
  206. Hunk #3 FAILED at 39.
  207. Hunk #4 FAILED at 80.
  208. 4 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureWaterFX.java.rej
  209. patching file common/net/minecraft/server/MinecraftServer.java
  210. Hunk #2 FAILED at 385.
  211. Hunk #3 FAILED at 427.
  212. Hunk #4 FAILED at 436.
  213. Hunk #5 FAILED at 470.
  214. Hunk #6 FAILED at 499.
  215. Hunk #7 FAILED at 548.
  216. Hunk #8 FAILED at 576.
  217. Hunk #9 FAILED at 601.
  218. Hunk #10 FAILED at 1170.
  219. 9 out of 10 hunks FAILED -- saving rejects to file common/net/minecraft/server/MinecraftServer.java.rej
  220. patching file common/net/minecraft/src/AnvilChunkLoader.java
  221. Hunk #1 succeeded at 9 with fuzz 2.
  222. Hunk #2 FAILED at 226.
  223. Hunk #3 FAILED at 250.
  224. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/AnvilChunkLoader.java.rej
  225. patching file common/net/minecraft/src/CallableSuspiciousClasses.java
  226. Hunk #1 FAILED at 130.
  227. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/CallableSuspiciousClasses.java.rej
  228. patching file common/net/minecraft/src/ChunkProviderServer.java
  229. Hunk #1 succeeded at 6 with fuzz 2.
  230. Hunk #2 FAILED at 196.
  231. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ChunkProviderServer.java.rej
  232. patching file common/net/minecraft/src/ConsoleLogManager.java
  233. Hunk #1 succeeded at 4 with fuzz 2.
  234. Hunk #2 FAILED at 14.
  235. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ConsoleLogManager.java.rej
  236. patching file common/net/minecraft/src/CrashReport.java
  237. Hunk #2 FAILED at 44.
  238. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/CrashReport.java.rej
  239. patching file common/net/minecraft/src/DedicatedServer.java
  240. Hunk #2 FAILED at 43.
  241. Hunk #3 FAILED at 114.
  242. Hunk #4 FAILED at 175.
  243. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/DedicatedServer.java.rej
  244. patching file common/net/minecraft/src/EntityItem.java
  245. Hunk #1 succeeded at 1 with fuzz 2.
  246. Hunk #2 FAILED at 247.
  247. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityItem.java.rej
  248. patching file common/net/minecraft/src/EntityList.java
  249. Hunk #1 succeeded at 3 with fuzz 2.
  250. Hunk #2 FAILED at 55.
  251. Hunk #3 FAILED at 72.
  252. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityList.java.rej
  253. patching file common/net/minecraft/src/EntityPlayer.java
  254. Hunk #2 FAILED at 128.
  255. Hunk #3 FAILED at 252.
  256. Hunk #4 FAILED at 1760.
  257. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityPlayer.java.rej
  258. patching file common/net/minecraft/src/EntitySlime.java
  259. Hunk #1 FAILED at 231.
  260. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/EntitySlime.java.rej
  261. patching file common/net/minecraft/src/EntityTracker.java
  262. Hunk #1 succeeded at 4 with fuzz 2.
  263. Hunk #2 FAILED at 22.
  264. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityTracker.java.rej
  265. patching file common/net/minecraft/src/EntityTrackerEntry.java
  266. Hunk #1 succeeded at 4 with fuzz 2.
  267. Hunk #2 FAILED at 306.
  268. Hunk #3 FAILED at 385.
  269. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityTrackerEntry.java.rej
  270. patching file common/net/minecraft/src/EntityVillager.java
  271. Hunk #2 FAILED at 204.
  272. Hunk #3 FAILED at 385.
  273. Hunk #4 FAILED at 590.
  274. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityVillager.java.rej
  275. patching file common/net/minecraft/src/GenLayerBiome.java
  276. Hunk #1 FAILED at 7.
  277. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/GenLayerBiome.java.rej
  278. patching file common/net/minecraft/src/Item.java
  279. Hunk #2 FAILED at 190.
  280. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/Item.java.rej
  281. patching file common/net/minecraft/src/ItemMap.java
  282. Hunk #1 FAILED at 41.
  283. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/ItemMap.java.rej
  284. patching file common/net/minecraft/src/MapData.java
  285. Hunk #1 FAILED at 12.
  286. Hunk #2 FAILED at 26.
  287. Hunk #3 FAILED at 86.
  288. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/MapData.java.rej
  289. patching file common/net/minecraft/src/MemoryConnection.java
  290. Hunk #1 succeeded at 8 with fuzz 2.
  291. Hunk #2 FAILED at 73.
  292. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/MemoryConnection.java.rej
  293. patching file common/net/minecraft/src/NetHandler.java
  294. Hunk #1 FAILED at 345.
  295. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/NetHandler.java.rej
  296. patching file common/net/minecraft/src/NetLoginHandler.java
  297. Hunk #1 succeeded at 12 with fuzz 1.
  298. Hunk #2 FAILED at 44.
  299. Hunk #3 FAILED at 130.
  300. Hunk #4 FAILED at 257.
  301. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/NetLoginHandler.java.rej
  302. patching file common/net/minecraft/src/NetServerHandler.java
  303. Hunk #1 succeeded at 7 with fuzz 1.
  304. Hunk #2 FAILED at 578.
  305. Hunk #3 FAILED at 944.
  306. Hunk #4 FAILED at 1113.
  307. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/NetServerHandler.java.rej
  308. patching file common/net/minecraft/src/NetworkListenThread.java
  309. Hunk #1 succeeded at 6 with fuzz 1.
  310. Hunk #2 FAILED at 51.
  311. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/NetworkListenThread.java.rej
  312. patching file common/net/minecraft/src/Packet.java
  313. Hunk #1 FAILED at 349.
  314. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Packet.java.rej
  315. patching file common/net/minecraft/src/Packet1Login.java
  316. Hunk #1 succeeded at 3 with fuzz 2.
  317. Hunk #2 FAILED at 17.
  318. Hunk #3 FAILED at 33.
  319. Hunk #4 FAILED at 51.
  320. Hunk #5 FAILED at 76.
  321. Hunk #6 FAILED at 103.
  322. 5 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/Packet1Login.java.rej
  323. patching file common/net/minecraft/src/SaveHandler.java
  324. Hunk #1 succeeded at 7 with fuzz 2.
  325. Hunk #2 FAILED at 99.
  326. Hunk #3 FAILED at 128.
  327. Hunk #4 FAILED at 146.
  328. Hunk #5 FAILED at 184.
  329. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/SaveHandler.java.rej
  330. patching file common/net/minecraft/src/ServerConfigurationManager.java
  331. Hunk #1 succeeded at 12 with fuzz 1.
  332. Hunk #2 FAILED at 85.
  333. Hunk #3 FAILED at 152.
  334. Hunk #4 FAILED at 302.
  335. Hunk #5 FAILED at 328.
  336. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/ServerConfigurationManager.java.rej
  337. patching file common/net/minecraft/src/ServerListenThread.java
  338. Hunk #2 FAILED at 52.
  339. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ServerListenThread.java.rej
  340. patching file common/net/minecraft/src/SlotCrafting.java
  341. Hunk #1 succeeded at 1 with fuzz 2.
  342. Hunk #2 FAILED at 85.
  343. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/SlotCrafting.java.rej
  344. patching file common/net/minecraft/src/SlotFurnace.java
  345. Hunk #1 succeeded at 1 with fuzz 2.
  346. Hunk #2 FAILED at 74.
  347. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/SlotFurnace.java.rej
  348. patching file common/net/minecraft/src/StringTranslate.java
  349. Hunk #1 succeeded at 9 with fuzz 2.
  350. Hunk #2 FAILED at 82.
  351. Hunk #3 FAILED at 141.
  352. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/StringTranslate.java.rej
  353. patching file common/net/minecraft/src/StructureVillagePieces.java
  354. Hunk #1 succeeded at 4 with fuzz 2.
  355. Hunk #2 FAILED at 21.
  356. Hunk #3 FAILED at 95.
  357. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/StructureVillagePieces.java.rej
  358. patching file common/net/minecraft/src/TcpConnection.java
  359. Hunk #1 succeeded at 17 with fuzz 2.
  360. Hunk #2 FAILED at 389.
  361. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/TcpConnection.java.rej
  362. patching file common/net/minecraft/src/TileEntity.java
  363. Hunk #1 succeeded at 1 with fuzz 2.
  364. Hunk #2 FAILED at 77.
  365. Hunk #3 FAILED at 94.
  366. Hunk #4 FAILED at 189.
  367. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/TileEntity.java.rej
  368. patching file common/net/minecraft/src/TileEntityFurnace.java
  369. Hunk #2 FAILED at 275.
  370. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/TileEntityFurnace.java.rej
  371. patching file common/net/minecraft/src/World.java
  372. Hunk #1 FAILED at 1764.
  373. Hunk #2 FAILED at 3595.
  374. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/World.java.rej
  375. patching file common/net/minecraft/src/WorldInfo.java
  376. Hunk #2 FAILED at 33.
  377. Hunk #3 FAILED at 533.
  378. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldInfo.java.rej
  379. patching file common/net/minecraft/src/WorldProvider.java
  380. Hunk #1 FAILED at 37.
  381. Hunk #2 FAILED at 160.
  382. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldProvider.java.rej
  383. patching file common/net/minecraft/src/WorldType.java
  384. Hunk #1 FAILED at 1.
  385. Hunk #2 FAILED at 25.
  386. Hunk #3 FAILED at 40.
  387. Hunk #4 FAILED at 111.
  388. 4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldType.java.rej
  389. == MCP 7.23 (data: 7.23, client: 1.4.5, server: 1.4.5) ==
  390. == Updating client ==
  391. > Adding javadoc
  392. > Renaming sources
  393. - Done in 2.07 seconds
  394. == MCP 7.23 (data: 7.23, client: 1.4.5, server: 1.4.5) ==
  395. == Recompiling client ==
  396. > Cleaning bin
  397. > Recompiling
  398. '"javac" -encoding UTF-8 -Xlint:-options -deprecation -g -source 1.6 -target 1.6 -classpath "lib:lib/...' failed : 1
  399.  
  400. == ERRORS FOUND ==
  401.  
  402. src/common/cpw/mods/fml/common/modloader/ModLoaderDispenseHelper.java:7: warning: [deprecation] IDispenseHandler in cpw.mods.fml.common has been deprecated
  403. import cpw.mods.fml.common.IDispenseHandler;
  404.                           ^
  405.  
  406. src/common/cpw/mods/fml/common/modloader/ModLoaderDispenseHelper.java:8: warning: [deprecation] IDispenserHandler in cpw.mods.fml.common has been deprecated
  407. import cpw.mods.fml.common.IDispenserHandler;
  408.                           ^
  409.  
  410. src/common/cpw/mods/fml/common/modloader/ModLoaderDispenseHelper.java:10: warning: [deprecation] IDispenserHandler in cpw.mods.fml.common has been deprecated
  411. public class ModLoaderDispenseHelper implements IDispenserHandler
  412.                                                 ^
  413.  
  414. src/common/cpw/mods/fml/common/modloader/ModLoaderHelper.java:37: warning: [deprecation] IDispenseHandler in cpw.mods.fml.common has been deprecated
  415. import cpw.mods.fml.common.IDispenseHandler;
  416.                           ^
  417.  
  418. src/common/cpw/mods/fml/common/modloader/ModLoaderHelper.java:38: warning: [deprecation] IDispenserHandler in cpw.mods.fml.common has been deprecated
  419. import cpw.mods.fml.common.IDispenserHandler;
  420.                           ^
  421.  
  422. src/common/cpw/mods/fml/common/registry/GameRegistry.java:40: warning: [deprecation] IDispenseHandler in cpw.mods.fml.common has been deprecated
  423. import cpw.mods.fml.common.IDispenseHandler;
  424.                           ^
  425.  
  426. src/common/cpw/mods/fml/common/registry/GameRegistry.java:41: warning: [deprecation] IDispenserHandler in cpw.mods.fml.common has been deprecated
  427. import cpw.mods.fml.common.IDispenserHandler;
  428.                           ^
  429.  
  430. src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:457: error: cannot find symbol
  431.         ((NetClientHandler)handler).fmlPacket131Callback(mapData);
  432.                                    ^
  433.  
  434.   symbol:   method fmlPacket131Callback(Packet131MapData)
  435.   location: class NetClientHandler
  436. src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:463: error: cannot find symbol
  437.         NetClientHandler.setConnectionCompatibilityLevel(compatibilityLevel);
  438.                         ^
  439.  
  440.   symbol:   method setConnectionCompatibilityLevel(byte)
  441.   location: class NetClientHandler
  442. src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:469: error: cannot find symbol
  443.         return NetClientHandler.getConnectionCompatibilityLevel();
  444.                                ^
  445.  
  446.   symbol:   method getConnectionCompatibilityLevel()
  447.   location: class NetClientHandler
  448. src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:484: error: cannot find symbol
  449.             client.continueWorldLoading();
  450.                   ^
  451.  
  452.   symbol:   method continueWorldLoading()
  453.   location: variable client of type Minecraft
  454. src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:508: error: cannot find symbol
  455.         GuiConnecting.forceTermination((GuiConnecting)client.currentScreen);
  456.                      ^
  457.  
  458.   symbol:   method forceTermination(GuiConnecting)
  459.   location: class GuiConnecting
  460. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:70: error: cannot find symbol
  461.             handler.handleVanilla250Packet(packet);
  462.                    ^
  463.  
  464.   symbol:   method handleVanilla250Packet(Packet250CustomPayload)
  465.   location: variable handler of type NetHandler
  466. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:102: error: cannot find symbol
  467.             EntityPlayer pl = netHandler.getPlayer();
  468.                                         ^
  469.  
  470.   symbol:   method getPlayer()
  471.   location: variable netHandler of type NetHandler
  472. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:125: error: cannot find symbol
  473.                 netLoginHandler.completeConnection("You don't have FML installed, you cannot connect to this server");
  474.                                ^
  475.  
  476.   symbol:   method completeConnection(String)
  477.   location: variable netLoginHandler of type NetLoginHandler
  478. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:143: error: cannot find symbol
  479.                 netLoginHandler.completeConnection(modKick);
  480.                                ^
  481.  
  482.   symbol:   method completeConnection(String)
  483.   location: variable netLoginHandler of type NetLoginHandler
  484. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:160: error: cannot find symbol
  485.             netLoginHandler.completeConnection(null);
  486.                            ^
  487.  
  488.   symbol:   method completeConnection(<null>)
  489.   location: variable netLoginHandler of type NetLoginHandler
  490. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:164: error: cannot find symbol
  491.             netLoginHandler.completeConnection("The server requires mods that are absent or out of date on your client");
  492.                            ^
  493.  
  494.   symbol:   method completeConnection(String)
  495.   location: variable netLoginHandler of type NetLoginHandler
  496. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:168: error: cannot find symbol
  497.             netLoginHandler.completeConnection("Your client is not running a new enough version of FML to connect to this server");
  498.                            ^
  499.  
  500.   symbol:   method completeConnection(String)
  501.   location: variable netLoginHandler of type NetLoginHandler
  502. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:172: error: cannot find symbol
  503.             netLoginHandler.completeConnection("There was a problem during FML negotiation");
  504.                            ^
  505.  
  506.   symbol:   method completeConnection(String)
  507.   location: variable netLoginHandler of type NetLoginHandler
  508. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:193: error: cannot find symbol
  509.             netLoginHandler.completeConnection(kickReason);
  510.                            ^
  511.  
  512.   symbol:   method completeConnection(String)
  513.   location: variable netLoginHandler of type NetLoginHandler
  514. src/common/cpw/mods/fml/common/modloader/ModLoaderModContainer.java:527: warning: [deprecation] registerDispenserHandler(IDispenserHandler) in GameRegistry has been deprecated
  515.             GameRegistry.registerDispenserHandler(ModLoaderHelper.buildDispenseHelper(mod));
  516.                         ^
  517.  
  518. src/minecraft/net/minecraft/src/ModLoader.java:278: error: cannot find symbol
  519.         EntityRegistry.addSpawn(entityClass, weightedProb, min, max, spawnList, WorldType.base12Biomes);
  520.                                                                                          ^
  521.  
  522.   symbol:   variable base12Biomes
  523.   location: class WorldType
  524. src/minecraft/net/minecraft/src/ModLoader.java:307: error: cannot find symbol
  525.         EntityRegistry.addSpawn(entityName, weightedProb, min, max, spawnList, WorldType.base12Biomes);
  526.                                                                                         ^
  527.  
  528.   symbol:   variable base12Biomes
  529.   location: class WorldType
  530. src/minecraft/net/minecraft/src/ModLoader.java:702: error: cannot find symbol
  531.         EntityRegistry.removeSpawn(entityClass, spawnList, WorldType.base12Biomes);
  532.                                                                     ^
  533.  
  534.   symbol:   variable base12Biomes
  535.   location: class WorldType
  536. src/minecraft/net/minecraft/src/ModLoader.java:725: error: cannot find symbol
  537.         EntityRegistry.removeSpawn(entityName, spawnList, WorldType.base12Biomes);
  538.                                                                    ^
  539.  
  540.   symbol:   variable base12Biomes
  541.   location: class WorldType
  542. src/minecraft/net/minecraft/src/ModLoader.java:800: error: cannot find symbol
  543.             PacketDispatcher.sendPacketToPlayer(packet, (Player)handler.getPlayer());
  544.                                                                        ^
  545.  
  546.   symbol:   method getPlayer()
  547.   location: variable handler of type NetServerHandler
  548. src/common/cpw/mods/fml/common/FMLCommonHandler.java:434: error: cannot find symbol
  549.         worldInfo.setAdditionalProperties(additionalProperties);
  550.                  ^
  551.  
  552.   symbol:   method setAdditionalProperties(Map<String,NBTBase>)
  553.   location: variable worldInfo of type WorldInfo
  554. src/common/cpw/mods/fml/common/modloader/ModLoaderHelper.java:173: error: cannot find symbol
  555.         player.openGui(helper.getMod(), id, player.worldObj, x, y, z);
  556.               ^
  557.  
  558.   symbol:   method openGui(Object,int,World,int,int,int)
  559.   location: variable player of type EntityPlayer
  560. src/common/cpw/mods/fml/common/network/NetworkRegistry.java:202: error: cannot find symbol
  561.         generateChannelRegistration(clientHandler.getPlayer(), clientHandler, manager);
  562.                                                  ^
  563.  
  564.   symbol:   method getPlayer()
  565.   location: variable clientHandler of type NetHandler
  566. src/common/cpw/mods/fml/common/network/NetworkRegistry.java:231: error: cannot find symbol
  567.             handleRegistrationPacket(packet, (Player)handler.getPlayer());
  568.                                                             ^
  569.  
  570.   symbol:   method getPlayer()
  571.   location: variable handler of type NetHandler
  572. src/common/cpw/mods/fml/common/network/NetworkRegistry.java:235: error: cannot find symbol
  573.             handleUnregistrationPacket(packet, (Player)handler.getPlayer());
  574.                                                               ^
  575.  
  576.   symbol:   method getPlayer()
  577.   location: variable handler of type NetHandler
  578. src/common/cpw/mods/fml/common/network/NetworkRegistry.java:239: error: cannot find symbol
  579.             handlePacket(packet, network, (Player)handler.getPlayer());
  580.                                                          ^
  581.  
  582.   symbol:   method getPlayer()
  583.   location: variable handler of type NetHandler
  584. src/common/cpw/mods/fml/common/network/OpenGuiPacket.java:54: error: cannot find symbol
  585.         EntityPlayer player = netHandler.getPlayer();
  586.                                         ^
  587.  
  588.   symbol:   method getPlayer()
  589.   location: variable netHandler of type NetHandler
  590. src/common/cpw/mods/fml/common/network/OpenGuiPacket.java:55: error: cannot find symbol
  591.         player.openGui(networkId, modGuiId, player.worldObj, x, y, z);
  592.               ^
  593.  
  594.   symbol:   method openGui(int,int,World,int,int,int)
  595.   location: variable player of type EntityPlayer
  596. src/common/cpw/mods/fml/common/registry/GameRegistry.java:219: error: cannot find symbol
  597.         WorldType.DEFAULT.addNewBiome(biome);
  598.                          ^
  599.  
  600.   symbol:   method addNewBiome(BiomeGenBase)
  601.   location: variable DEFAULT of type WorldType
  602. src/common/cpw/mods/fml/common/registry/GameRegistry.java:224: error: cannot find symbol
  603.         WorldType.DEFAULT.removeBiome(biome);
  604.                          ^
  605.  
  606.   symbol:   method removeBiome(BiomeGenBase)
  607.   location: variable DEFAULT of type WorldType
  608. 29 errors
  609. 8 warnings
  610. ==================
  611.  
  612. Client recompile failed, correct source then rerun updatemd5
  613. ================  Forge ModLoader Setup End  ===================
  614. =============================== Minecraft Forge Setup Start =====================================
  615. Applying forge patches
  616. Applying Minecraft Forge patches
  617. patching file minecraft/net/minecraft/client/ClientBrandRetriever.java
  618. Hunk #1 FAILED at 8.
  619. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/client/ClientBrandRetriever.java.rej
  620. patching file minecraft/net/minecraft/client/Minecraft.java
  621. Hunk #2 FAILED at 1269.
  622. Hunk #3 FAILED at 1335.
  623. Hunk #4 FAILED at 1362.
  624. Hunk #5 FAILED at 2052.
  625. Hunk #6 FAILED at 2373.
  626. 5 out of 6 hunks FAILED -- saving rejects to file minecraft/net/minecraft/client/Minecraft.java.rej
  627. patching file minecraft/net/minecraft/src/EffectRenderer.java
  628. Hunk #1 succeeded at 3 with fuzz 1.
  629. Hunk #2 FAILED at 27.
  630. Hunk #3 FAILED at 67.
  631. Hunk #4 FAILED at 86.
  632. Hunk #5 FAILED at 146.
  633. Hunk #6 FAILED at 154.
  634. Hunk #7 FAILED at 194.
  635. Hunk #8 FAILED at 209.
  636. Hunk #9 FAILED at 230.
  637. Hunk #10 FAILED at 282.
  638. 9 out of 10 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/EffectRenderer.java.rej
  639. patching file minecraft/net/minecraft/src/EntityDiggingFX.java
  640. Hunk #1 FAILED at 7.
  641. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/EntityDiggingFX.java.rej
  642. patching file minecraft/net/minecraft/src/EntityRenderer.java
  643. Hunk #2 FAILED at 314.
  644. Hunk #3 FAILED at 338.
  645. Hunk #4 FAILED at 425.
  646. Hunk #5 FAILED at 1116.
  647. Hunk #6 FAILED at 1184.
  648. Hunk #7 succeeded at 1284 with fuzz 2 (offset 79 lines).
  649. 5 out of 7 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/EntityRenderer.java.rej
  650. patching file minecraft/net/minecraft/src/GuiAchievements.java
  651. Hunk #2 FAILED at 49.
  652. Hunk #3 FAILED at 61.
  653. Hunk #4 FAILED at 78.
  654. Hunk #5 FAILED at 90.
  655. Hunk #6 FAILED at 324.
  656. Hunk #7 FAILED at 363.
  657. 6 out of 7 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiAchievements.java.rej
  658. patching file minecraft/net/minecraft/src/GuiContainer.java
  659. Hunk #1 FAILED at 309.
  660. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiContainer.java.rej
  661. patching file minecraft/net/minecraft/src/GuiContainerCreative.java
  662. Hunk #1 FAILED at 33.
  663. Hunk #2 FAILED at 209.
  664. Hunk #3 FAILED at 337.
  665. Hunk #4 FAILED at 359.
  666. Hunk #5 FAILED at 375.
  667. Hunk #6 FAILED at 555.
  668. Hunk #7 FAILED at 611.
  669. Hunk #8 FAILED at 654.
  670. Hunk #9 FAILED at 672.
  671. Hunk #10 FAILED at 795.
  672. Hunk #11 FAILED at 817.
  673. 11 out of 11 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiContainerCreative.java.rej
  674. patching file minecraft/net/minecraft/src/GuiControls.java
  675. Hunk #2 FAILED at 22.
  676. Hunk #3 FAILED at 40.
  677. Hunk #4 FAILED at 54.
  678. Hunk #5 FAILED at 65.
  679. Hunk #6 FAILED at 73.
  680. Hunk #7 FAILED at 85.
  681. 6 out of 7 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiControls.java.rej
  682. patching file minecraft/net/minecraft/src/GuiIngame.java
  683. Hunk #2 FAILED at 142.
  684. 1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiIngame.java.rej
  685. patching file minecraft/net/minecraft/src/GuiSlot.java
  686. Hunk #1 FAILED at 67.
  687. Hunk #2 FAILED at 333.
  688. Hunk #3 FAILED at 462.
  689. Hunk #4 FAILED at 477.
  690. 4 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiSlot.java.rej
  691. patching file minecraft/net/minecraft/src/IntegratedServer.java
  692. Hunk #1 succeeded at 8 with fuzz 1.
  693. Hunk #2 FAILED at 51.
  694. 1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/IntegratedServer.java.rej
  695. patching file minecraft/net/minecraft/src/ItemRenderer.java
  696. Hunk #1 succeeded at 7 with fuzz 2.
  697. Hunk #2 FAILED at 45.
  698. Hunk #3 FAILED at 265.
  699. Hunk #4 FAILED at 333.
  700. Hunk #5 FAILED at 446.
  701. 4 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ItemRenderer.java.rej
  702. patching file minecraft/net/minecraft/src/ModelBase.java
  703. Hunk #1 FAILED at 8.
  704. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/ModelBase.java.rej
  705. patching file minecraft/net/minecraft/src/ModelBox.java
  706. Hunk #1 FAILED at 3.
  707. Hunk #2 FAILED at 94.
  708. 2 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ModelBox.java.rej
  709. patching file minecraft/net/minecraft/src/ModelRenderer.java
  710. Hunk #1 FAILED at 6.
  711. Hunk #2 FAILED at 118.
  712. Hunk #3 FAILED at 202.
  713. Hunk #4 FAILED at 241.
  714. Hunk #5 FAILED at 286.
  715. 5 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ModelRenderer.java.rej
  716. patching file minecraft/net/minecraft/src/NetClientHandler.java
  717. Hunk #2 FAILED at 616.
  718. Hunk #3 FAILED at 682.
  719. Hunk #4 FAILED at 1068.
  720. 3 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/NetClientHandler.java.rej
  721. patching file minecraft/net/minecraft/src/PlayerControllerMP.java
  722. Hunk #1 succeeded at 3 with fuzz 1.
  723. Hunk #2 FAILED at 108.
  724. Hunk #3 FAILED at 131.
  725. Hunk #4 FAILED at 327.
  726. Hunk #5 FAILED at 370.
  727. Hunk #6 FAILED at 400.
  728. 5 out of 6 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/PlayerControllerMP.java.rej
  729. patching file minecraft/net/minecraft/src/PositionTextureVertex.java
  730. Hunk #1 FAILED at 3.
  731. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/PositionTextureVertex.java.rej
  732. patching file minecraft/net/minecraft/src/RenderBiped.java
  733. Hunk #1 succeeded at 3 with fuzz 1.
  734. Hunk #2 FAILED at 53.
  735. Hunk #3 FAILED at 168.
  736. Hunk #4 FAILED at 215.
  737. Hunk #5 FAILED at 265.
  738. 4 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderBiped.java.rej
  739. patching file minecraft/net/minecraft/src/RenderBlocks.java
  740. Hunk #2 FAILED at 560.
  741. Hunk #3 FAILED at 570.
  742. Hunk #4 FAILED at 589.
  743. Hunk #5 FAILED at 2319.
  744. Hunk #6 FAILED at 2339.
  745. Hunk #7 FAILED at 2351.
  746. Hunk #8 FAILED at 2363.
  747. Hunk #9 FAILED at 2375.
  748. Hunk #10 FAILED at 2387.
  749. Hunk #11 FAILED at 4583.
  750. Hunk #12 FAILED at 4706.
  751. Hunk #13 FAILED at 4829.
  752. Hunk #14 FAILED at 4952.
  753. Hunk #15 FAILED at 5064.
  754. Hunk #16 FAILED at 5080.
  755. Hunk #17 FAILED at 5096.
  756. Hunk #18 FAILED at 5112.
  757. 17 out of 18 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderBlocks.java.rej
  758. patching file minecraft/net/minecraft/src/RenderEngine.java
  759. Hunk #2 FAILED at 170.
  760. Hunk #3 FAILED at 214.
  761. 2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderEngine.java.rej
  762. patching file minecraft/net/minecraft/src/RenderGlobal.java
  763. Hunk #2 FAILED at 885.
  764. Hunk #3 FAILED at 1556.
  765. Hunk #4 FAILED at 1831.
  766. Hunk #5 FAILED at 1964.
  767. Hunk #6 FAILED at 1981.
  768. Hunk #7 FAILED at 2003.
  769. Hunk #8 FAILED at 2011.
  770. 7 out of 8 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderGlobal.java.rej
  771. patching file minecraft/net/minecraft/src/RenderItem.java
  772. Hunk #2 FAILED at 60.
  773. Hunk #3 FAILED at 80.
  774. Hunk #4 FAILED at 104.
  775. Hunk #5 FAILED at 126.
  776. Hunk #6 FAILED at 161.
  777. Hunk #7 FAILED at 230.
  778. Hunk #8 FAILED at 264.
  779. Hunk #9 FAILED at 288.
  780. Hunk #10 FAILED at 315.
  781. 9 out of 10 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderItem.java.rej
  782. patching file minecraft/net/minecraft/src/RenderManager.java
  783. Hunk #1 FAILED at 133.
  784. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderManager.java.rej
  785. patching file minecraft/net/minecraft/src/RenderPlayer.java
  786. Hunk #2 FAILED at 18.
  787. Hunk #3 FAILED at 43.
  788. Hunk #4 FAILED at 112.
  789. Hunk #5 FAILED at 164.
  790. Hunk #6 FAILED at 231.
  791. Hunk #7 FAILED at 354.
  792. Hunk #8 FAILED at 414.
  793. 7 out of 8 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderPlayer.java.rej
  794. patching file minecraft/net/minecraft/src/RenderSnowMan.java
  795. Hunk #2 FAILED at 30.
  796. 1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderSnowMan.java.rej
  797. patching file minecraft/net/minecraft/src/SoundManager.java
  798. Hunk #2 FAILED at 50.
  799. Hunk #3 FAILED at 69.
  800. Hunk #4 FAILED at 90.
  801. Hunk #5 FAILED at 180.
  802. Hunk #6 FAILED at 252.
  803. Hunk #7 FAILED at 264.
  804. Hunk #8 FAILED at 444.
  805. Hunk #9 FAILED at 466.
  806. Hunk #10 FAILED at 481.
  807. Hunk #11 FAILED at 497.
  808. 10 out of 11 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/SoundManager.java.rej
  809. patching file minecraft/net/minecraft/src/SoundPool.java
  810. Hunk #2 FAILED at 37.
  811. Hunk #3 FAILED at 77.
  812. 2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/SoundPool.java.rej
  813. patching file minecraft/net/minecraft/src/Tessellator.java
  814. Hunk #2 FAILED at 16.
  815. Hunk #3 FAILED at 33.
  816. Hunk #4 FAILED at 118.
  817. Hunk #5 FAILED at 130.
  818. Hunk #6 FAILED at 168.
  819. Hunk #7 FAILED at 270.
  820. Hunk #8 FAILED at 300.
  821. Hunk #9 FAILED at 470.
  822. Hunk #10 FAILED at 541.
  823. 9 out of 10 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/Tessellator.java.rej
  824. patching file minecraft/net/minecraft/src/TexturedQuad.java
  825. Hunk #1 FAILED at 3.
  826. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/TexturedQuad.java.rej
  827. patching file minecraft/net/minecraft/src/ThreadDownloadResources.java
  828. Hunk #2 FAILED at 50.
  829. Hunk #3 FAILED at 174.
  830. 2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ThreadDownloadResources.java.rej
  831. patching file minecraft/net/minecraft/src/TileEntityRendererPiston.java
  832. Hunk #2 FAILED at 35.
  833. Hunk #3 FAILED at 59.
  834. 2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TileEntityRendererPiston.java.rej
  835. patching file minecraft/net/minecraft/src/WorldClient.java
  836. Hunk #1 succeeded at 7 with fuzz 1.
  837. Hunk #2 FAILED at 40.
  838. Hunk #3 FAILED at 276.
  839. 2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/WorldClient.java.rej
  840. patching file minecraft/net/minecraft/src/WorldRenderer.java
  841. Hunk #2 FAILED at 16.
  842. Hunk #3 FAILED at 185.
  843. Hunk #4 FAILED at 206.
  844. Hunk #5 FAILED at 225.
  845. 4 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/WorldRenderer.java.rej
  846. patching file common/net/minecraft/server/MinecraftServer.java
  847. Hunk #2 succeeded at 71 with fuzz 2.
  848. Hunk #3 FAILED at 155.
  849. Hunk #4 FAILED at 247.
  850. Hunk #5 FAILED at 266.
  851. Hunk #6 FAILED at 411.
  852. Hunk #7 FAILED at 640.
  853. Hunk #8 FAILED at 695.
  854. Hunk #9 FAILED at 753.
  855. Hunk #10 FAILED at 868.
  856. Hunk #11 FAILED at 1130.
  857. 9 out of 11 hunks FAILED -- saving rejects to file common/net/minecraft/server/MinecraftServer.java.rej
  858. patching file common/net/minecraft/src/AnvilChunkLoader.java
  859. Hunk #1 FAILED at 13.
  860. Hunk #2 FAILED at 96.
  861. Hunk #3 FAILED at 112.
  862. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/AnvilChunkLoader.java.rej
  863. patching file common/net/minecraft/src/AnvilSaveHandler.java
  864. Hunk #1 FAILED at 17.
  865. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/AnvilSaveHandler.java.rej
  866. patching file common/net/minecraft/src/Block.java
  867. Hunk #1 FAILED at 2.
  868. Hunk #2 FAILED at 301.
  869. Hunk #3 FAILED at 440.
  870. Hunk #4 FAILED at 466.
  871. Hunk #5 FAILED at 476.
  872. Hunk #6 FAILED at 621.
  873. Hunk #7 FAILED at 651.
  874. Hunk #8 FAILED at 669.
  875. Hunk #9 FAILED at 1060.
  876. Hunk #10 FAILED at 1337.
  877. 10 out of 10 hunks FAILED -- saving rejects to file common/net/minecraft/src/Block.java.rej
  878. patching file common/net/minecraft/src/BlockButton.java
  879. Hunk #1 succeeded at 2 with fuzz 2.
  880. Hunk #2 FAILED at 59.
  881. Hunk #3 FAILED at 71.
  882. Hunk #4 FAILED at 83.
  883. Hunk #5 FAILED at 115.
  884. Hunk #6 FAILED at 133.
  885. 5 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockButton.java.rej
  886. patching file common/net/minecraft/src/BlockCactus.java
  887. Hunk #1 FAILED at 4.
  888. Hunk #2 FAILED at 147.
  889. Hunk #3 FAILED at 158.
  890. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockCactus.java.rej
  891. patching file common/net/minecraft/src/BlockChest.java
  892. Hunk #1 succeeded at 4 with fuzz 2.
  893. Hunk #2 FAILED at 412.
  894. Hunk #3 FAILED at 420.
  895. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockChest.java.rej
  896. patching file common/net/minecraft/src/BlockContainer.java
  897. Hunk #1 FAILED at 20.
  898. Hunk #2 FAILED at 36.
  899. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockContainer.java.rej
  900. patching file common/net/minecraft/src/BlockCrops.java
  901. Hunk #1 succeeded at 2 with fuzz 2.
  902. Hunk #2 FAILED at 92.
  903. Hunk #3 FAILED at 162.
  904. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockCrops.java.rej
  905. patching file common/net/minecraft/src/BlockDoor.java
  906. Hunk #1 succeeded at 3 with fuzz 2.
  907. Hunk #2 FAILED at 261.
  908. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockDoor.java.rej
  909. patching file common/net/minecraft/src/BlockFarmland.java
  910. Hunk #1 succeeded at 3 with fuzz 2.
  911. Hunk #2 FAILED at 100.
  912. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockFarmland.java.rej
  913. patching file common/net/minecraft/src/BlockFire.java
  914. Hunk #1 succeeded at 3 with fuzz 2.
  915. Hunk #2 FAILED at 29.
  916. Hunk #3 FAILED at 55.
  917. Hunk #4 FAILED at 115.
  918. Hunk #5 FAILED at 145.
  919. Hunk #6 FAILED at 159.
  920. Hunk #7 FAILED at 218.
  921. Hunk #8 FAILED at 265.
  922. Hunk #9 FAILED at 286.
  923. Hunk #10 FAILED at 306.
  924. Hunk #11 FAILED at 381.
  925. Hunk #12 FAILED at 394.
  926. Hunk #13 FAILED at 405.
  927. Hunk #14 FAILED at 416.
  928. Hunk #15 FAILED at 427.
  929. Hunk #16 FAILED at 449.
  930. 15 out of 16 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockFire.java.rej
  931. patching file common/net/minecraft/src/BlockFlower.java
  932. Hunk #1 FAILED at 2.
  933. Hunk #2 FAILED at 29.
  934. Hunk #3 FAILED at 73.
  935. Hunk #4 FAILED at 111.
  936. 4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockFlower.java.rej
  937. patching file common/net/minecraft/src/BlockGrass.java
  938. Hunk #1 FAILED at 95.
  939. Hunk #2 FAILED at 108.
  940. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockGrass.java.rej
  941. patching file common/net/minecraft/src/BlockLadder.java
  942. Hunk #1 succeeded at 3 with fuzz 2.
  943. Hunk #2 FAILED at 98.
  944. Hunk #3 FAILED at 140.
  945. Hunk #4 FAILED at 176.
  946. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockLadder.java.rej
  947. patching file common/net/minecraft/src/BlockLeaves.java
  948. Hunk #1 FAILED at 2.
  949. Hunk #2 FAILED at 102.
  950. Hunk #3 FAILED at 150.
  951. Hunk #4 FAILED at 299.
  952. Hunk #5 FAILED at 350.
  953. 5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockLeaves.java.rej
  954. patching file common/net/minecraft/src/BlockLever.java
  955. Hunk #1 succeeded at 1 with fuzz 2.
  956. Hunk #2 FAILED at 50.
  957. Hunk #3 FAILED at 64.
  958. Hunk #4 FAILED at 78.
  959. Hunk #5 FAILED at 146.
  960. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockLever.java.rej
  961. patching file common/net/minecraft/src/BlockLog.java
  962. Hunk #1 FAILED at 59.
  963. Hunk #2 FAILED at 139.
  964. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockLog.java.rej
  965. patching file common/net/minecraft/src/BlockMushroom.java
  966. Hunk #1 succeeded at 1 with fuzz 2.
  967. Hunk #2 FAILED at 96.
  968. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockMushroom.java.rej
  969. patching file common/net/minecraft/src/BlockMycelium.java
  970. Hunk #1 FAILED at 51.
  971. Hunk #2 FAILED at 64.
  972. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockMycelium.java.rej
  973. patching file common/net/minecraft/src/BlockNetherStalk.java
  974. Hunk #1 succeeded at 2 with fuzz 2.
  975. Hunk #2 FAILED at 33.
  976. Hunk #3 FAILED at 74.
  977. Hunk #4 FAILED at 102.
  978. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockNetherStalk.java.rej
  979. patching file common/net/minecraft/src/BlockPistonBase.java
  980. Hunk #1 FAILED at 368.
  981. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/BlockPistonBase.java.rej
  982. patching file common/net/minecraft/src/BlockRail.java
  983. Hunk #1 FAILED at 1.
  984. Hunk #2 FAILED at 30.
  985. Hunk #3 FAILED at 38.
  986. Hunk #4 FAILED at 135.
  987. Hunk #5 FAILED at 151.
  988. Hunk #6 FAILED at 188.
  989. Hunk #7 FAILED at 409.
  990. 7 out of 7 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockRail.java.rej
  991. patching file common/net/minecraft/src/BlockRedstoneWire.java
  992. Hunk #1 FAILED at 557.
  993. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/BlockRedstoneWire.java.rej
  994. patching file common/net/minecraft/src/BlockReed.java
  995. Hunk #1 FAILED at 4.
  996. Hunk #2 FAILED at 55.
  997. Hunk #3 FAILED at 139.
  998. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockReed.java.rej
  999. patching file common/net/minecraft/src/BlockSnow.java
  1000. Hunk #1 FAILED at 57.
  1001. Hunk #2 FAILED at 77.
  1002. Hunk #3 FAILED at 92.
  1003. Hunk #4 FAILED at 109.
  1004. Hunk #5 FAILED at 119.
  1005. 5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockSnow.java.rej
  1006. patching file common/net/minecraft/src/BlockStem.java
  1007. Hunk #1 succeeded at 2 with fuzz 2.
  1008. Hunk #2 FAILED at 100.
  1009. Hunk #3 FAILED at 137.
  1010. Hunk #4 FAILED at 241.
  1011. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockStem.java.rej
  1012. patching file common/net/minecraft/src/BlockTallGrass.java
  1013. Hunk #1 FAILED at 2.
  1014. Hunk #2 FAILED at 32.
  1015. Hunk #3 FAILED at 49.
  1016. Hunk #4 FAILED at 102.
  1017. 4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockTallGrass.java.rej
  1018. patching file common/net/minecraft/src/BlockTorch.java
  1019. Hunk #1 succeeded at 3 with fuzz 2.
  1020. Hunk #2 FAILED at 61.
  1021. Hunk #3 FAILED at 70.
  1022. Hunk #4 FAILED at 86.
  1023. Hunk #5 FAILED at 129.
  1024. Hunk #6 FAILED at 165.
  1025. 5 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockTorch.java.rej
  1026. patching file common/net/minecraft/src/BlockTrapDoor.java
  1027. Hunk #1 FAILED at 1.
  1028. Hunk #2 FAILED at 197.
  1029. Hunk #3 FAILED at 259.
  1030. Hunk #4 FAILED at 293.
  1031. Hunk #5 FAILED at 308.
  1032. 5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockTrapDoor.java.rej
  1033. patching file common/net/minecraft/src/BlockTripWireSource.java
  1034. Hunk #1 succeeded at 1 with fuzz 2.
  1035. Hunk #2 FAILED at 61.
  1036. Hunk #3 FAILED at 73.
  1037. Hunk #4 FAILED at 125.
  1038. Hunk #5 FAILED at 161.
  1039. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockTripWireSource.java.rej
  1040. patching file common/net/minecraft/src/BlockVine.java
  1041. Hunk #1 FAILED at 2.
  1042. Hunk #2 FAILED at 429.
  1043. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockVine.java.rej
  1044. patching file common/net/minecraft/src/CallableSuspiciousClasses.java
  1045. Hunk #1 FAILED at 130.
  1046. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/CallableSuspiciousClasses.java.rej
  1047. patching file common/net/minecraft/src/Chunk.java
  1048. Hunk #1 succeeded at 9 with fuzz 2.
  1049. Hunk #2 FAILED at 128.
  1050. Hunk #3 FAILED at 149.
  1051. Hunk #4 FAILED at 296.
  1052. Hunk #5 FAILED at 602.
  1053. Hunk #6 FAILED at 613.
  1054. Hunk #7 FAILED at 629.
  1055. Hunk #8 FAILED at 670.
  1056. Hunk #9 FAILED at 705.
  1057. Hunk #10 FAILED at 725.
  1058. Hunk #11 FAILED at 749.
  1059. Hunk #12 FAILED at 778.
  1060. Hunk #13 FAILED at 798.
  1061. Hunk #14 FAILED at 819.
  1062. Hunk #15 FAILED at 829.
  1063. Hunk #16 FAILED at 862.
  1064. Hunk #17 FAILED at 915.
  1065. Hunk #18 FAILED at 965.
  1066. Hunk #19 FAILED at 1006.
  1067. Hunk #20 FAILED at 1021.
  1068. Hunk #21 FAILED at 1064.
  1069. Hunk #22 FAILED at 1085.
  1070. Hunk #23 FAILED at 1102.
  1071. Hunk #24 FAILED at 1150.
  1072. Hunk #25 FAILED at 1334.
  1073. Hunk #26 FAILED at 1439.
  1074. Hunk #27 FAILED at 1567.
  1075. 26 out of 27 hunks FAILED -- saving rejects to file common/net/minecraft/src/Chunk.java.rej
  1076. patching file common/net/minecraft/src/ChunkCache.java
  1077. Hunk #1 FAILED at 91.
  1078. Hunk #2 FAILED at 247.
  1079. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ChunkCache.java.rej
  1080. patching file common/net/minecraft/src/ChunkProviderServer.java
  1081. Hunk #1 succeeded at 7 with fuzz 1.
  1082. Hunk #2 FAILED at 53.
  1083. Hunk #3 FAILED at 96.
  1084. Hunk #4 FAILED at 297.
  1085. Hunk #5 FAILED at 314.
  1086. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/ChunkProviderServer.java.rej
  1087. patching file common/net/minecraft/src/CommandHandler.java
  1088. Hunk #1 FAILED at 9.
  1089. Hunk #2 FAILED at 42.
  1090. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/CommandHandler.java.rej
  1091. patching file common/net/minecraft/src/ComponentMineshaftCorridor.java
  1092. Hunk #1 succeeded at 2 with fuzz 2.
  1093. Hunk #2 FAILED at 234.
  1094. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentMineshaftCorridor.java.rej
  1095. patching file common/net/minecraft/src/ComponentScatteredFeatureDesertPyramid.java
  1096. Hunk #1 succeeded at 1 with fuzz 2.
  1097. Hunk #2 FAILED at 219.
  1098. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentScatteredFeatureDesertPyramid.java.rej
  1099. patching file common/net/minecraft/src/ComponentScatteredFeatureJunglePyramid.java
  1100. Hunk #1 succeeded at 1 with fuzz 2.
  1101. Hunk #2 FAILED at 162.
  1102. Hunk #3 FAILED at 184.
  1103. Hunk #4 FAILED at 192.
  1104. Hunk #5 FAILED at 225.
  1105. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentScatteredFeatureJunglePyramid.java.rej
  1106. patching file common/net/minecraft/src/ComponentStrongholdChestCorridor.java
  1107. Hunk #1 succeeded at 2 with fuzz 2.
  1108. Hunk #2 FAILED at 71.
  1109. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentStrongholdChestCorridor.java.rej
  1110. patching file common/net/minecraft/src/ComponentStrongholdLibrary.java
  1111. Hunk #1 succeeded at 2 with fuzz 2.
  1112. Hunk #2 FAILED at 144.
  1113. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentStrongholdLibrary.java.rej
  1114. patching file common/net/minecraft/src/ComponentStrongholdRoomCrossing.java
  1115. Hunk #1 succeeded at 2 with fuzz 2.
  1116. Hunk #2 FAILED at 143.
  1117. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentStrongholdRoomCrossing.java.rej
  1118. patching file common/net/minecraft/src/ComponentVillageHouse2.java
  1119. Hunk #1 succeeded at 2 with fuzz 2.
  1120. Hunk #2 FAILED at 91.
  1121. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentVillageHouse2.java.rej
  1122. patching file common/net/minecraft/src/CompressedStreamTools.java
  1123. Hunk #1 FAILED at 140.
  1124. Hunk #2 FAILED at 154.
  1125. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/CompressedStreamTools.java.rej
  1126. patching file common/net/minecraft/src/ContainerFurnace.java
  1127. Hunk #1 FAILED at 120.
  1128. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/ContainerFurnace.java.rej
  1129. patching file common/net/minecraft/src/CraftingManager.java
  1130. Hunk #1 FAILED at 263.
  1131. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/CraftingManager.java.rej
  1132. patching file common/net/minecraft/src/CreativeTabs.java
  1133. Hunk #1 FAILED at 2.
  1134. Hunk #2 FAILED at 31.
  1135. Hunk #3 FAILED at 133.
  1136. Hunk #4 FAILED at 147.
  1137. Hunk #5 FAILED at 168.
  1138. 5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/CreativeTabs.java.rej
  1139. patching file common/net/minecraft/src/Enchantment.java
  1140. Hunk #1 FAILED at 191.
  1141. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Enchantment.java.rej
  1142. patching file common/net/minecraft/src/EnchantmentHelper.java
  1143. Hunk #1 FAILED at 411.
  1144. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/EnchantmentHelper.java.rej
  1145. patching file common/net/minecraft/src/Entity.java
  1146. Hunk #1 succeeded at 4 with fuzz 1.
  1147. Hunk #2 FAILED at 199.
  1148. Hunk #3 FAILED at 1496.
  1149. Hunk #4 FAILED at 1559.
  1150. Hunk #5 FAILED at 1661.
  1151. Hunk #6 FAILED at 2027.
  1152. Hunk #7 FAILED at 2362.
  1153. Hunk #8 FAILED at 2398.
  1154. 7 out of 8 hunks FAILED -- saving rejects to file common/net/minecraft/src/Entity.java.rej
  1155. patching file common/net/minecraft/src/EntityDragon.java
  1156. Hunk #1 FAILED at 517.
  1157. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/EntityDragon.java.rej
  1158. patching file common/net/minecraft/src/EntityItem.java
  1159. Hunk #2 FAILED at 25.
  1160. Hunk #3 FAILED at 42.
  1161. Hunk #4 FAILED at 123.
  1162. Hunk #5 FAILED at 252.
  1163. Hunk #6 FAILED at 270.
  1164. Hunk #7 FAILED at 288.
  1165. 6 out of 7 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityItem.java.rej
  1166. patching file common/net/minecraft/src/EntityLiving.java
  1167. Hunk #1 succeeded at 7 with fuzz 2.
  1168. Hunk #2 FAILED at 348.
  1169. Hunk #3 FAILED at 445.
  1170. Hunk #4 FAILED at 735.
  1171. Hunk #5 FAILED at 925.
  1172. Hunk #6 FAILED at 1140.
  1173. Hunk #7 FAILED at 1209.
  1174. Hunk #8 succeeded at 1295 with fuzz 2 (offset 59 lines).
  1175. Hunk #9 FAILED at 1307.
  1176. Hunk #10 FAILED at 1315.
  1177. Hunk #11 FAILED at 1368.
  1178. Hunk #12 FAILED at 1576.
  1179. Hunk #13 FAILED at 1983.
  1180. Hunk #14 FAILED at 2521.
  1181. Hunk #15 FAILED at 2971.
  1182. 13 out of 15 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityLiving.java.rej
  1183. patching file common/net/minecraft/src/EntityMinecart.java
  1184. Hunk #1 succeeded at 2 with fuzz 2.
  1185. Hunk #2 FAILED at 41.
  1186. Hunk #3 FAILED at 71.
  1187. Hunk #4 FAILED at 108.
  1188. Hunk #5 FAILED at 120.
  1189. Hunk #6 FAILED at 132.
  1190. Hunk #7 FAILED at 187.
  1191. Hunk #8 FAILED at 305.
  1192. Hunk #9 FAILED at 349.
  1193. Hunk #10 FAILED at 374.
  1194. Hunk #11 FAILED at 407.
  1195. Hunk #12 FAILED at 455.
  1196. Hunk #13 FAILED at 467.
  1197. Hunk #14 FAILED at 497.
  1198. Hunk #15 FAILED at 540.
  1199. Hunk #16 FAILED at 567.
  1200. Hunk #17 FAILED at 603.
  1201. Hunk #18 FAILED at 628.
  1202. Hunk #19 FAILED at 674.
  1203. Hunk #20 FAILED at 740.
  1204. Hunk #21 FAILED at 773.
  1205. Hunk #22 FAILED at 816.
  1206. Hunk #23 FAILED at 872.
  1207. Hunk #24 FAILED at 880.
  1208. Hunk #25 FAILED at 915.
  1209. Hunk #26 FAILED at 1018.
  1210. Hunk #27 FAILED at 1035.
  1211. Hunk #28 FAILED at 1166.
  1212. 27 out of 28 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityMinecart.java.rej
  1213. patching file common/net/minecraft/src/EntityMooshroom.java
  1214. Hunk #1 FAILED at 1.
  1215. Hunk #2 FAILED at 35.
  1216. Hunk #3 FAILED at 50.
  1217. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityMooshroom.java.rej
  1218. patching file common/net/minecraft/src/EntityOcelot.java
  1219. Hunk #1 FAILED at 333.
  1220. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/EntityOcelot.java.rej
  1221. patching file common/net/minecraft/src/EntityPlayer.java
  1222. Hunk #1 FAILED at 8.
  1223. Hunk #2 FAILED at 225.
  1224. Hunk #3 FAILED at 464.
  1225. Hunk #4 FAILED at 591.
  1226. Hunk #5 FAILED at 602.
  1227. Hunk #6 FAILED at 655.
  1228. Hunk #7 FAILED at 673.
  1229. Hunk #8 FAILED at 725.
  1230. Hunk #9 FAILED at 776.
  1231. Hunk #10 FAILED at 785.
  1232. Hunk #11 FAILED at 1070.
  1233. Hunk #12 FAILED at 1126.
  1234. Hunk #13 FAILED at 1173.
  1235. Hunk #14 FAILED at 1192.
  1236. Hunk #15 FAILED at 1359.
  1237. Hunk #16 FAILED at 1404.
  1238. Hunk #17 FAILED at 1479.
  1239. Hunk #18 FAILED at 1521.
  1240. Hunk #19 FAILED at 1538.
  1241. Hunk #20 FAILED at 1565.
  1242. Hunk #21 FAILED at 1878.
  1243. Hunk #22 FAILED at 1900.
  1244. Hunk #23 FAILED at 2119.
  1245. 23 out of 23 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityPlayer.java.rej
  1246. patching file common/net/minecraft/src/EntityPlayerMP.java
  1247. Hunk #1 succeeded at 8 with fuzz 2.
  1248. Hunk #2 FAILED at 84.
  1249. Hunk #3 FAILED at 184.
  1250. Hunk #4 FAILED at 208.
  1251. Hunk #5 FAILED at 253.
  1252. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityPlayerMP.java.rej
  1253. patching file common/net/minecraft/src/EntitySheep.java
  1254. Hunk #1 FAILED at 2.
  1255. Hunk #2 FAILED at 122.
  1256. Hunk #3 FAILED at 310.
  1257. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntitySheep.java.rej
  1258. patching file common/net/minecraft/src/Explosion.java
  1259. Hunk #1 FAILED at 82.
  1260. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Explosion.java.rej
  1261. patching file common/net/minecraft/src/FurnaceRecipes.java
  1262. Hunk #1 succeeded at 1 with fuzz 1.
  1263. Hunk #2 FAILED at 12.
  1264. Hunk #3 FAILED at 55.
  1265. Hunk #4 FAILED at 68.
  1266. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/FurnaceRecipes.java.rej
  1267. patching file common/net/minecraft/src/GuiStatsComponent.java
  1268. Hunk #1 succeeded at 8 with fuzz 1.
  1269. Hunk #2 FAILED at 42.
  1270. Hunk #3 FAILED at 53.
  1271. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/GuiStatsComponent.java.rej
  1272. patching file common/net/minecraft/src/Item.java
  1273. Hunk #1 FAILED at 212.
  1274. Hunk #2 FAILED at 616.
  1275. Hunk #3 FAILED at 694.
  1276. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/Item.java.rej
  1277. patching file common/net/minecraft/src/ItemBlock.java
  1278. Hunk #1 FAILED at 14.
  1279. Hunk #2 FAILED at 37.
  1280. Hunk #3 FAILED at 89.
  1281. Hunk #4 FAILED at 116.
  1282. Hunk #5 FAILED at 182.
  1283. 5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemBlock.java.rej
  1284. patching file common/net/minecraft/src/ItemBow.java
  1285. Hunk #1 succeeded at 1 with fuzz 2.
  1286. Hunk #2 FAILED at 19.
  1287. Hunk #3 FAILED at 117.
  1288. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemBow.java.rej
  1289. patching file common/net/minecraft/src/ItemBucket.java
  1290. Hunk #1 succeeded at 1 with fuzz 2.
  1291. Hunk #2 FAILED at 35.
  1292. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemBucket.java.rej
  1293. patching file common/net/minecraft/src/ItemBucketMilk.java
  1294. Hunk #1 succeeded at 1 with fuzz 2.
  1295. Hunk #2 FAILED at 20.
  1296. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemBucketMilk.java.rej
  1297. patching file common/net/minecraft/src/ItemDye.java
  1298. Hunk #1 succeeded at 3 with fuzz 2.
  1299. Hunk #2 FAILED at 59.
  1300. Hunk #3 FAILED at 173.
  1301. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemDye.java.rej
  1302. patching file common/net/minecraft/src/ItemHoe.java
  1303. Hunk #2 FAILED at 31.
  1304. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemHoe.java.rej
  1305. patching file common/net/minecraft/src/ItemInWorldManager.java
  1306. Hunk #1 FAILED at 1.
  1307. Hunk #2 FAILED at 144.
  1308. Hunk #3 FAILED at 160.
  1309. Hunk #4 FAILED at 259.
  1310. Hunk #5 FAILED at 280.
  1311. Hunk #6 FAILED at 312.
  1312. Hunk #7 FAILED at 357.
  1313. Hunk #8 FAILED at 375.
  1314. Hunk #9 FAILED at 434.
  1315. 9 out of 9 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemInWorldManager.java.rej
  1316. patching file common/net/minecraft/src/ItemMap.java
  1317. Hunk #1 FAILED at 87.
  1318. Hunk #2 FAILED at 183.
  1319. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemMap.java.rej
  1320. patching file common/net/minecraft/src/ItemSeeds.java
  1321. Hunk #1 FAILED at 1.
  1322. Hunk #2 FAILED at 35.
  1323. Hunk #3 FAILED at 53.
  1324. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemSeeds.java.rej
  1325. patching file common/net/minecraft/src/ItemShears.java
  1326. Hunk #1 succeeded at 1 with fuzz 2.
  1327. Hunk #2 FAILED at 16.
  1328. Hunk #3 FAILED at 42.
  1329. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemShears.java.rej
  1330. patching file common/net/minecraft/src/ItemTool.java
  1331. Hunk #2 FAILED at 106.
  1332. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemTool.java.rej
  1333. patching file common/net/minecraft/src/MapGenStronghold.java
  1334. Hunk #2 FAILED at 11.
  1335. Hunk #3 FAILED at 24.
  1336. Hunk #4 FAILED at 32.
  1337. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/MapGenStronghold.java.rej
  1338. patching file common/net/minecraft/src/MovingObjectPosition.java
  1339. Hunk #1 FAILED at 25.
  1340. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/MovingObjectPosition.java.rej
  1341. patching file common/net/minecraft/src/NetServerHandler.java
  1342. Hunk #1 succeeded at 10 with fuzz 2.
  1343. Hunk #2 FAILED at 188.
  1344. Hunk #3 FAILED at 285.
  1345. Hunk #4 FAILED at 312.
  1346. Hunk #5 FAILED at 328.
  1347. Hunk #6 FAILED at 347.
  1348. Hunk #7 FAILED at 410.
  1349. Hunk #8 FAILED at 437.
  1350. Hunk #9 FAILED at 496.
  1351. Hunk #10 FAILED at 518.
  1352. Hunk #11 FAILED at 687.
  1353. Hunk #12 FAILED at 823.
  1354. 11 out of 12 hunks FAILED -- saving rejects to file common/net/minecraft/src/NetServerHandler.java.rej
  1355. patching file common/net/minecraft/src/Packet51MapChunk.java
  1356. Hunk #1 FAILED at 100.
  1357. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Packet51MapChunk.java.rej
  1358. patching file common/net/minecraft/src/Packet56MapChunks.java
  1359. Hunk #1 FAILED at 121.
  1360. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Packet56MapChunks.java.rej
  1361. patching file common/net/minecraft/src/PlayerInstance.java
  1362. Hunk #1 FAILED at 3.
  1363. Hunk #2 FAILED at 51.
  1364. Hunk #3 FAILED at 142.
  1365. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/PlayerInstance.java.rej
  1366. patching file common/net/minecraft/src/PotionEffect.java
  1367. Hunk #1 succeeded at 1 with fuzz 2.
  1368. Hunk #2 FAILED at 16.
  1369. Hunk #3 FAILED at 35.
  1370. Hunk #4 FAILED at 44.
  1371. Hunk #5 FAILED at 89.
  1372. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/PotionEffect.java.rej
  1373. patching file common/net/minecraft/src/RailLogic.java
  1374. Hunk #1 FAILED at 18.
  1375. Hunk #2 FAILED at 29.
  1376. Hunk #3 FAILED at 252.
  1377. Hunk #4 FAILED at 265.
  1378. Hunk #5 FAILED at 416.
  1379. Hunk #6 FAILED at 429.
  1380. 6 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/RailLogic.java.rej
  1381. patching file common/net/minecraft/src/ServerConfigurationManager.java
  1382. Hunk #1 succeeded at 17 with fuzz 2.
  1383. Hunk #2 FAILED at 297.
  1384. Hunk #3 FAILED at 325.
  1385. Hunk #4 FAILED at 369.
  1386. Hunk #5 FAILED at 403.
  1387. Hunk #6 FAILED at 456.
  1388. 5 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/ServerConfigurationManager.java.rej
  1389. patching file common/net/minecraft/src/Slot.java
  1390. Hunk #1 FAILED at 19.
  1391. Hunk #2 FAILED at 151.
  1392. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/Slot.java.rej
  1393. patching file common/net/minecraft/src/SlotCrafting.java
  1394. Hunk #2 FAILED at 123.
  1395. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/SlotCrafting.java.rej
  1396. patching file common/net/minecraft/src/SlotFurnace.java
  1397. Hunk #1 FAILED at 62.
  1398. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/SlotFurnace.java.rej
  1399. patching file common/net/minecraft/src/SpawnerAnimals.java
  1400. Hunk #1 succeeded at 1 with fuzz 2.
  1401. Hunk #2 FAILED at 84.
  1402. Hunk #3 FAILED at 215.
  1403. Hunk #4 FAILED at 225.
  1404. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/SpawnerAnimals.java.rej
  1405. patching file common/net/minecraft/src/StatList.java
  1406. Hunk #1 FAILED at 175.
  1407. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/StatList.java.rej
  1408. patching file common/net/minecraft/src/TileEntity.java
  1409. Hunk #1 FAILED at 287.
  1410. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/TileEntity.java.rej
  1411. patching file common/net/minecraft/src/TileEntityBeacon.java
  1412. Hunk #1 FAILED at 104.
  1413. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/TileEntityBeacon.java.rej
  1414. patching file common/net/minecraft/src/TileEntityBrewingStand.java
  1415. Hunk #1 FAILED at 4.
  1416. Hunk #2 FAILED at 161.
  1417. Hunk #3 FAILED at 328.
  1418. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/TileEntityBrewingStand.java.rej
  1419. patching file common/net/minecraft/src/TileEntityFurnace.java
  1420. Hunk #1 FAILED at 1.
  1421. Hunk #2 FAILED at 237.
  1422. Hunk #3 FAILED at 283.
  1423. Hunk #4 FAILED at 299.
  1424. Hunk #5 FAILED at 334.
  1425. Hunk #6 FAILED at 379.
  1426. 6 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/TileEntityFurnace.java.rej
  1427. patching file common/net/minecraft/src/WeightedRandomChestContent.java
  1428. Hunk #1 succeeded at 1 with fuzz 2.
  1429. Hunk #2 FAILED at 17.
  1430. Hunk #3 FAILED at 27.
  1431. Hunk #4 FAILED at 45.
  1432. Hunk #5 FAILED at 62.
  1433. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/WeightedRandomChestContent.java.rej
  1434. patching file common/net/minecraft/src/World.java
  1435. Hunk #1 FAILED at 11.
  1436. Hunk #2 FAILED at 159.
  1437. Hunk #3 FAILED at 194.
  1438. Hunk #4 FAILED at 214.
  1439. Hunk #5 FAILED at 228.
  1440. Hunk #6 FAILED at 281.
  1441. Hunk #7 FAILED at 304.
  1442. Hunk #8 FAILED at 405.
  1443. Hunk #9 FAILED at 415.
  1444. Hunk #10 FAILED at 1158.
  1445. Hunk #11 FAILED at 1190.
  1446. Hunk #12 FAILED at 1390.
  1447. Hunk #13 FAILED at 1493.
  1448. Hunk #14 FAILED at 1741.
  1449. Hunk #15 FAILED at 1842.
  1450. Hunk #16 FAILED at 1926.
  1451. Hunk #17 FAILED at 1941.
  1452. Hunk #18 FAILED at 2147.
  1453. Hunk #19 FAILED at 2155.
  1454. Hunk #20 FAILED at 2179.
  1455. Hunk #21 FAILED at 2203.
  1456. Hunk #22 FAILED at 2229.
  1457. Hunk #23 FAILED at 2471.
  1458. Hunk #24 FAILED at 2784.
  1459. Hunk #25 FAILED at 2807.
  1460. Hunk #26 FAILED at 2836.
  1461. Hunk #27 FAILED at 2860.
  1462. Hunk #28 FAILED at 2876.
  1463. Hunk #29 FAILED at 2907.
  1464. Hunk #30 FAILED at 2923.
  1465. Hunk #31 FAILED at 2943.
  1466. Hunk #32 FAILED at 3050.
  1467. Hunk #33 FAILED at 3164.
  1468. Hunk #34 FAILED at 3226.
  1469. Hunk #35 FAILED at 3324.
  1470. Hunk #36 FAILED at 3459.
  1471. Hunk #37 FAILED at 3490.
  1472. Hunk #38 FAILED at 3592.
  1473. Hunk #39 FAILED at 3621.
  1474. Hunk #40 FAILED at 3717.
  1475. Hunk #41 FAILED at 3758.
  1476. Hunk #42 FAILED at 3980.
  1477. Hunk #43 FAILED at 3990.
  1478. Hunk #44 FAILED at 3998.
  1479. Hunk #45 FAILED at 4006.
  1480. Hunk #46 FAILED at 4036.
  1481. Hunk #47 FAILED at 4047.
  1482. Hunk #48 FAILED at 4172.
  1483. Hunk #49 FAILED at 4234.
  1484. Hunk #50 FAILED at 4242.
  1485. Hunk #51 FAILED at 4285.
  1486. Hunk #52 FAILED at 4343.
  1487. 52 out of 52 hunks FAILED -- saving rejects to file common/net/minecraft/src/World.java.rej
  1488. patching file common/net/minecraft/src/WorldChunkManager.java
  1489. Hunk #1 FAILED at 3.
  1490. Hunk #2 FAILED at 26.
  1491. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldChunkManager.java.rej
  1492. patching file common/net/minecraft/src/WorldGenBigMushroom.java
  1493. Hunk #1 FAILED at 54.
  1494. Hunk #2 FAILED at 183.
  1495. Hunk #3 FAILED at 197.
  1496. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenBigMushroom.java.rej
  1497. patching file common/net/minecraft/src/WorldGenDeadBush.java
  1498. Hunk #1 FAILED at 16.
  1499. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/WorldGenDeadBush.java.rej
  1500. patching file common/net/minecraft/src/WorldGenDungeons.java
  1501. Hunk #1 succeeded at 1 with fuzz 2.
  1502. Hunk #2 FAILED at 120.
  1503. Hunk #3 FAILED at 150.
  1504. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenDungeons.java.rej
  1505. patching file common/net/minecraft/src/WorldGenForest.java
  1506. Hunk #1 FAILED at 43.
  1507. Hunk #2 FAILED at 84.
  1508. Hunk #3 FAILED at 99.
  1509. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenForest.java.rej
  1510. patching file common/net/minecraft/src/WorldGenHugeTrees.java
  1511. Hunk #1 FAILED at 55.
  1512. Hunk #2 FAILED at 108.
  1513. Hunk #3 FAILED at 130.
  1514. Hunk #4 FAILED at 150.
  1515. Hunk #5 FAILED at 170.
  1516. Hunk #6 FAILED at 221.
  1517. 6 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenHugeTrees.java.rej
  1518. patching file common/net/minecraft/src/WorldGenMinable.java
  1519. Hunk #1 FAILED at 6.
  1520. Hunk #2 FAILED at 15.
  1521. Hunk #3 FAILED at 64.
  1522. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenMinable.java.rej
  1523. patching file common/net/minecraft/src/WorldGenShrub.java
  1524. Hunk #1 FAILED at 17.
  1525. Hunk #2 FAILED at 48.
  1526. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenShrub.java.rej
  1527. patching file common/net/minecraft/src/WorldGenSwamp.java
  1528. Hunk #1 FAILED at 44.
  1529. Hunk #2 FAILED at 91.
  1530. Hunk #3 FAILED at 106.
  1531. Hunk #4 FAILED at 123.
  1532. 4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenSwamp.java.rej
  1533. patching file common/net/minecraft/src/WorldGenTaiga1.java
  1534. Hunk #1 FAILED at 41.
  1535. Hunk #2 FAILED at 79.
  1536. Hunk #3 FAILED at 103.
  1537. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenTaiga1.java.rej
  1538. patching file common/net/minecraft/src/WorldGenTaiga2.java
  1539. Hunk #1 FAILED at 45.
  1540. Hunk #2 FAILED at 89.
  1541. Hunk #3 FAILED at 122.
  1542. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenTaiga2.java.rej
  1543. patching file common/net/minecraft/src/WorldGenTallGrass.java
  1544. Hunk #1 FAILED at 18.
  1545. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/WorldGenTallGrass.java.rej
  1546. patching file common/net/minecraft/src/WorldGenTrees.java
  1547. Hunk #1 FAILED at 64.
  1548. Hunk #2 FAILED at 113.
  1549. Hunk #3 FAILED at 128.
  1550. Hunk #4 FAILED at 170.
  1551. 4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenTrees.java.rej
  1552. patching file common/net/minecraft/src/WorldProvider.java
  1553. Hunk #2 FAILED at 189.
  1554. Hunk #3 FAILED at 258.
  1555. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldProvider.java.rej
  1556. patching file common/net/minecraft/src/WorldServer.java
  1557. Hunk #2 succeeded at 12 with fuzz 2.
  1558. Hunk #3 FAILED at 52.
  1559. Hunk #4 FAILED at 79.
  1560. Hunk #5 FAILED at 143.
  1561. Hunk #6 FAILED at 200.
  1562. Hunk #7 FAILED at 271.
  1563. Hunk #8 FAILED at 289.
  1564. Hunk #9 FAILED at 316.
  1565. Hunk #10 FAILED at 395.
  1566. Hunk #11 FAILED at 458.
  1567. Hunk #12 FAILED at 510.
  1568. Hunk #13 FAILED at 630.
  1569. Hunk #14 FAILED at 659.
  1570. Hunk #15 FAILED at 673.
  1571. Hunk #16 FAILED at 756.
  1572. Hunk #17 FAILED at 799.
  1573. Hunk #18 FAILED at 811.
  1574. Hunk #19 FAILED at 1034.
  1575. 17 out of 19 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldServer.java.rej
  1576. patching file common/net/minecraft/src/WorldType.java
  1577. Hunk #1 FAILED at 213.
  1578. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/WorldType.java.rej
  1579. == MCP 7.23 (data: 7.23, client: 1.4.5, server: 1.4.5) ==
  1580. == Updating client ==
  1581. > Adding javadoc
  1582. > Renaming sources
  1583. - Done in 1.97 seconds
  1584. == MCP 7.23 (data: 7.23, client: 1.4.5, server: 1.4.5) ==
  1585. == Recompiling client ==
  1586. > Cleaning bin
  1587. > Recompiling
  1588. '"javac" -encoding UTF-8 -Xlint:-options -deprecation -g -source 1.6 -target 1.6 -classpath "lib:lib/...' failed : 1
  1589.  
  1590. == ERRORS FOUND ==
  1591.  
  1592. src/common/cpw/mods/fml/common/modloader/ModLoaderDispenseHelper.java:7: warning: [deprecation] IDispenseHandler in cpw.mods.fml.common has been deprecated
  1593. import cpw.mods.fml.common.IDispenseHandler;
  1594.                           ^
  1595.  
  1596. src/common/cpw/mods/fml/common/modloader/ModLoaderDispenseHelper.java:8: warning: [deprecation] IDispenserHandler in cpw.mods.fml.common has been deprecated
  1597. import cpw.mods.fml.common.IDispenserHandler;
  1598.                           ^
  1599.  
  1600. src/common/cpw/mods/fml/common/modloader/ModLoaderDispenseHelper.java:10: warning: [deprecation] IDispenserHandler in cpw.mods.fml.common has been deprecated
  1601. public class ModLoaderDispenseHelper implements IDispenserHandler
  1602.                                                 ^
  1603.  
  1604. src/common/cpw/mods/fml/common/modloader/ModLoaderHelper.java:37: warning: [deprecation] IDispenseHandler in cpw.mods.fml.common has been deprecated
  1605. import cpw.mods.fml.common.IDispenseHandler;
  1606.                           ^
  1607.  
  1608. src/common/cpw/mods/fml/common/modloader/ModLoaderHelper.java:38: warning: [deprecation] IDispenserHandler in cpw.mods.fml.common has been deprecated
  1609. import cpw.mods.fml.common.IDispenserHandler;
  1610.                           ^
  1611.  
  1612. src/common/cpw/mods/fml/common/registry/GameRegistry.java:40: warning: [deprecation] IDispenseHandler in cpw.mods.fml.common has been deprecated
  1613. import cpw.mods.fml.common.IDispenseHandler;
  1614.                           ^
  1615.  
  1616. src/common/cpw/mods/fml/common/registry/GameRegistry.java:41: warning: [deprecation] IDispenserHandler in cpw.mods.fml.common has been deprecated
  1617. import cpw.mods.fml.common.IDispenserHandler;
  1618.                           ^
  1619.  
  1620. src/common/net/minecraft/src/EntityLiving.java:1277: error: cannot find symbol
  1621.             captureDrops = true;
  1622.             ^
  1623.  
  1624.   symbol:   variable captureDrops
  1625.   location: class EntityLiving
  1626. src/common/net/minecraft/src/EntityLiving.java:1278: error: cannot find symbol
  1627.             capturedDrops.clear();
  1628.             ^
  1629.  
  1630.   symbol:   variable capturedDrops
  1631.   location: class EntityLiving
  1632. src/common/net/minecraft/src/EntityLiving.java:1279: error: variable var4 is already defined in method despawnEntity()
  1633.             int var4 = 0;
  1634.                 ^
  1635.  
  1636. src/minecraft/net/minecraft/src/EntityRenderer.java:1284: error: method dispatchRenderLast in class ForgeHooksClient cannot be applied to given types;
  1637.             ForgeHooksClient.dispatchRenderLast(var5, par1);
  1638.                             ^
  1639.  
  1640.   required: RenderGlobal,float
  1641.   found: int,int
  1642.   reason: actual argument int cannot be converted to RenderGlobal by method invocation conversion
  1643. src/common/net/minecraftforge/common/ChestGenHooks.java:151: error: cannot find symbol
  1644.             if (item.isItemEqual(cont.itemStack) || (item.getItemDamage() == -1 && item.itemID == cont.itemStack.itemID))
  1645.                                      ^
  1646.  
  1647.   symbol:   variable itemStack
  1648.   location: variable cont of type WeightedRandomChestContent
  1649. src/common/net/minecraftforge/common/ChestGenHooks.java:151: error: cannot find symbol
  1650.             if (item.isItemEqual(cont.itemStack) || (item.getItemDamage() == -1 && item.itemID == cont.itemStack.itemID))
  1651.                                                                                                       ^
  1652.  
  1653.   symbol:   variable itemStack
  1654.   location: variable cont of type WeightedRandomChestContent
  1655. src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:457: error: cannot find symbol
  1656.         ((NetClientHandler)handler).fmlPacket131Callback(mapData);
  1657.                                    ^
  1658.  
  1659.   symbol:   method fmlPacket131Callback(Packet131MapData)
  1660.   location: class NetClientHandler
  1661. src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:463: error: cannot find symbol
  1662.         NetClientHandler.setConnectionCompatibilityLevel(compatibilityLevel);
  1663.                         ^
  1664.  
  1665.   symbol:   method setConnectionCompatibilityLevel(byte)
  1666.   location: class NetClientHandler
  1667. src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:469: error: cannot find symbol
  1668.         return NetClientHandler.getConnectionCompatibilityLevel();
  1669.                                ^
  1670.  
  1671.   symbol:   method getConnectionCompatibilityLevel()
  1672.   location: class NetClientHandler
  1673. src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:484: error: cannot find symbol
  1674.             client.continueWorldLoading();
  1675.                   ^
  1676.  
  1677.   symbol:   method continueWorldLoading()
  1678.   location: variable client of type Minecraft
  1679. src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:508: error: cannot find symbol
  1680.         GuiConnecting.forceTermination((GuiConnecting)client.currentScreen);
  1681.                      ^
  1682.  
  1683.   symbol:   method forceTermination(GuiConnecting)
  1684.   location: class GuiConnecting
  1685. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:70: error: cannot find symbol
  1686.             handler.handleVanilla250Packet(packet);
  1687.                    ^
  1688.  
  1689.   symbol:   method handleVanilla250Packet(Packet250CustomPayload)
  1690.   location: variable handler of type NetHandler
  1691. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:102: error: cannot find symbol
  1692.             EntityPlayer pl = netHandler.getPlayer();
  1693.                                         ^
  1694.  
  1695.   symbol:   method getPlayer()
  1696.   location: variable netHandler of type NetHandler
  1697. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:125: error: cannot find symbol
  1698.                 netLoginHandler.completeConnection("You don't have FML installed, you cannot connect to this server");
  1699.                                ^
  1700.  
  1701.   symbol:   method completeConnection(String)
  1702.   location: variable netLoginHandler of type NetLoginHandler
  1703. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:143: error: cannot find symbol
  1704.                 netLoginHandler.completeConnection(modKick);
  1705.                                ^
  1706.  
  1707.   symbol:   method completeConnection(String)
  1708.   location: variable netLoginHandler of type NetLoginHandler
  1709. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:160: error: cannot find symbol
  1710.             netLoginHandler.completeConnection(null);
  1711.                            ^
  1712.  
  1713.   symbol:   method completeConnection(<null>)
  1714.   location: variable netLoginHandler of type NetLoginHandler
  1715. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:164: error: cannot find symbol
  1716.             netLoginHandler.completeConnection("The server requires mods that are absent or out of date on your client");
  1717.                            ^
  1718.  
  1719.   symbol:   method completeConnection(String)
  1720.   location: variable netLoginHandler of type NetLoginHandler
  1721. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:168: error: cannot find symbol
  1722.             netLoginHandler.completeConnection("Your client is not running a new enough version of FML to connect to this server");
  1723.                            ^
  1724.  
  1725.   symbol:   method completeConnection(String)
  1726.   location: variable netLoginHandler of type NetLoginHandler
  1727. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:172: error: cannot find symbol
  1728.             netLoginHandler.completeConnection("There was a problem during FML negotiation");
  1729.                            ^
  1730.  
  1731.   symbol:   method completeConnection(String)
  1732.   location: variable netLoginHandler of type NetLoginHandler
  1733. src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:193: error: cannot find symbol
  1734.             netLoginHandler.completeConnection(kickReason);
  1735.                            ^
  1736.  
  1737.   symbol:   method completeConnection(String)
  1738.   location: variable netLoginHandler of type NetLoginHandler
  1739. src/common/cpw/mods/fml/common/modloader/ModLoaderModContainer.java:527: warning: [deprecation] registerDispenserHandler(IDispenserHandler) in GameRegistry has been deprecated
  1740.             GameRegistry.registerDispenserHandler(ModLoaderHelper.buildDispenseHelper(mod));
  1741.                         ^
  1742.  
  1743. src/minecraft/net/minecraft/src/ModLoader.java:278: error: cannot find symbol
  1744.         EntityRegistry.addSpawn(entityClass, weightedProb, min, max, spawnList, WorldType.base12Biomes);
  1745.                                                                                          ^
  1746.  
  1747.   symbol:   variable base12Biomes
  1748.   location: class WorldType
  1749. src/minecraft/net/minecraft/src/ModLoader.java:307: error: cannot find symbol
  1750.         EntityRegistry.addSpawn(entityName, weightedProb, min, max, spawnList, WorldType.base12Biomes);
  1751.                                                                                         ^
  1752.  
  1753.   symbol:   variable base12Biomes
  1754.   location: class WorldType
  1755. src/minecraft/net/minecraft/src/ModLoader.java:702: error: cannot find symbol
  1756.         EntityRegistry.removeSpawn(entityClass, spawnList, WorldType.base12Biomes);
  1757.                                                                     ^
  1758.  
  1759.   symbol:   variable base12Biomes
  1760.   location: class WorldType
  1761. src/minecraft/net/minecraft/src/ModLoader.java:725: error: cannot find symbol
  1762.         EntityRegistry.removeSpawn(entityName, spawnList, WorldType.base12Biomes);
  1763.                                                                    ^
  1764.  
  1765.   symbol:   variable base12Biomes
  1766.   location: class WorldType
  1767. src/minecraft/net/minecraft/src/ModLoader.java:800: error: cannot find symbol
  1768.             PacketDispatcher.sendPacketToPlayer(packet, (Player)handler.getPlayer());
  1769.                                                                        ^
  1770.  
  1771.   symbol:   method getPlayer()
  1772.   location: variable handler of type NetServerHandler
  1773. src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:152: error: constructor Tessellator in class Tessellator cannot be applied to given types;
  1774.             tess = new Tessellator();
  1775.                    ^
  1776.  
  1777.   required: int
  1778.   found: no arguments
  1779.   reason: actual and formal argument lists differ in length
  1780. src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:153: error: cannot find symbol
  1781.             tess.textureID = texture;
  1782.                 ^
  1783.  
  1784.   symbol:   variable textureID
  1785.   location: variable tess of type Tessellator
  1786. src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:172: error: cannot find symbol
  1787.         Tessellator.renderingWorldRenderer = true;
  1788.                    ^
  1789.  
  1790.   symbol:   variable renderingWorldRenderer
  1791.   location: class Tessellator
  1792. src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:200: error: cannot find symbol
  1793.         Tessellator.renderingWorldRenderer = false;
  1794.                    ^
  1795.  
  1796.   symbol:   variable renderingWorldRenderer
  1797.   location: class Tessellator
  1798. src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:206: error: cannot find symbol
  1799.         if (!block.isDefaultTexture && render.overrideBlockTexture == -1)
  1800.                   ^
  1801.  
  1802.   symbol:   variable isDefaultTexture
  1803.   location: variable block of type Block
  1804. src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:208: error: cannot find symbol
  1805.             bindTexture(block.getTextureFile(), 0);
  1806.                              ^
  1807.  
  1808.   symbol:   method getTextureFile()
  1809.   location: variable block of type Block
  1810. src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:214: error: cannot find symbol
  1811.         if (!block.isDefaultTexture && render.overrideBlockTexture == -1)
  1812.                   ^
  1813.  
  1814.   symbol:   variable isDefaultTexture
  1815.   location: variable block of type Block
  1816. src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:249: error: cannot find symbol
  1817.             engine.bindTexture(engine.getTexture(item.getItem().getTextureFile()));
  1818.                                                                ^
  1819.  
  1820.   symbol:   method getTextureFile()
  1821.   location: class Item
  1822. src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:273: error: cannot find symbol
  1823.                 engine.bindTexture(engine.getTexture(item.getItem().getTextureFile()));
  1824.                                                                    ^
  1825.  
  1826.   symbol:   method getTextureFile()
  1827.   location: class Item
  1828. src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:288: error: cannot find symbol
  1829.         engine.bindTexture(engine.getTexture(Item.itemsList[item.itemID].getTextureFile()));
  1830.                                                                         ^
  1831.  
  1832.   symbol:   method getTextureFile()
  1833.   location: class Item
  1834. src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:370: error: cannot find symbol
  1835.         if (block != null && block.isBed(mc.theWorld, x, y, z, entity))
  1836.                                   ^
  1837.  
  1838.   symbol:   method isBed(WorldClient,int,int,int,EntityLiving)
  1839.   location: variable block of type Block
  1840. src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:372: error: cannot find symbol
  1841.             int var12 = block.getBedDirection(mc.theWorld, x, y, z);
  1842.                              ^
  1843.  
  1844.   symbol:   method getBedDirection(WorldClient,int,int,int)
  1845.   location: variable block of type Block
  1846. src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:398: error: cannot find symbol
  1847.         if (Tessellator.renderingWorldRenderer)
  1848.                        ^
  1849.  
  1850.   symbol:   variable renderingWorldRenderer
  1851.   location: class Tessellator
  1852. src/minecraft/net/minecraftforge/client/ModCompatibilityClient.java:72: error: cannot find symbol
  1853.         if (mngr.MUSIC_INTERVAL == 12000)
  1854.                 ^
  1855.  
  1856.   symbol:   variable MUSIC_INTERVAL
  1857.   location: variable mngr of type SoundManager
  1858. src/minecraft/net/minecraftforge/client/ModCompatibilityClient.java:74: error: cannot find symbol
  1859.             mngr.MUSIC_INTERVAL = 6000;
  1860.                 ^
  1861.  
  1862.   symbol:   variable MUSIC_INTERVAL
  1863.   location: variable mngr of type SoundManager
  1864. src/common/cpw/mods/fml/common/FMLCommonHandler.java:434: error: cannot find symbol
  1865.         worldInfo.setAdditionalProperties(additionalProperties);
  1866.                  ^
  1867.  
  1868.   symbol:   method setAdditionalProperties(Map<String,NBTBase>)
  1869.   location: variable worldInfo of type WorldInfo
  1870. src/common/cpw/mods/fml/common/modloader/ModLoaderHelper.java:173: error: cannot find symbol
  1871.         player.openGui(helper.getMod(), id, player.worldObj, x, y, z);
  1872.               ^
  1873.  
  1874.   symbol:   method openGui(Object,int,World,int,int,int)
  1875.   location: variable player of type EntityPlayer
  1876. src/common/cpw/mods/fml/common/network/NetworkRegistry.java:202: error: cannot find symbol
  1877.         generateChannelRegistration(clientHandler.getPlayer(), clientHandler, manager);
  1878.                                                  ^
  1879.  
  1880.   symbol:   method getPlayer()
  1881.   location: variable clientHandler of type NetHandler
  1882. src/common/cpw/mods/fml/common/network/NetworkRegistry.java:231: error: cannot find symbol
  1883.             handleRegistrationPacket(packet, (Player)handler.getPlayer());
  1884.                                                             ^
  1885.  
  1886.   symbol:   method getPlayer()
  1887.   location: variable handler of type NetHandler
  1888. src/common/cpw/mods/fml/common/network/NetworkRegistry.java:235: error: cannot find symbol
  1889.             handleUnregistrationPacket(packet, (Player)handler.getPlayer());
  1890.                                                               ^
  1891.  
  1892.   symbol:   method getPlayer()
  1893.   location: variable handler of type NetHandler
  1894. src/common/cpw/mods/fml/common/network/NetworkRegistry.java:239: error: cannot find symbol
  1895.             handlePacket(packet, network, (Player)handler.getPlayer());
  1896.                                                          ^
  1897.  
  1898.   symbol:   method getPlayer()
  1899.   location: variable handler of type NetHandler
  1900. src/common/cpw/mods/fml/common/network/OpenGuiPacket.java:54: error: cannot find symbol
  1901.         EntityPlayer player = netHandler.getPlayer();
  1902.                                         ^
  1903.  
  1904.   symbol:   method getPlayer()
  1905.   location: variable netHandler of type NetHandler
  1906. src/common/cpw/mods/fml/common/network/OpenGuiPacket.java:55: error: cannot find symbol
  1907.         player.openGui(networkId, modGuiId, player.worldObj, x, y, z);
  1908.               ^
  1909.  
  1910.   symbol:   method openGui(int,int,World,int,int,int)
  1911.   location: variable player of type EntityPlayer
  1912. src/common/cpw/mods/fml/common/registry/GameRegistry.java:219: error: cannot find symbol
  1913.         WorldType.DEFAULT.addNewBiome(biome);
  1914.                          ^
  1915.  
  1916.   symbol:   method addNewBiome(BiomeGenBase)
  1917.   location: variable DEFAULT of type WorldType
  1918. src/common/cpw/mods/fml/common/registry/GameRegistry.java:224: error: cannot find symbol
  1919.         WorldType.DEFAULT.removeBiome(biome);
  1920.                          ^
  1921.  
  1922.   symbol:   method removeBiome(BiomeGenBase)
  1923.   location: variable DEFAULT of type WorldType
  1924. src/common/net/minecraftforge/common/BiomeManager.java:41: error: cannot find symbol
  1925.         if (!MapGenStronghold.allowedBiomes.contains(biome))
  1926.                              ^
  1927.  
  1928.   symbol:   variable allowedBiomes
  1929.   location: class MapGenStronghold
  1930. src/common/net/minecraftforge/common/BiomeManager.java:43: error: cannot find symbol
  1931.             MapGenStronghold.allowedBiomes.add(biome);
  1932.                             ^
  1933.  
  1934.   symbol:   variable allowedBiomes
  1935.   location: class MapGenStronghold
  1936. src/common/net/minecraftforge/common/BiomeManager.java:49: error: cannot find symbol
  1937.         if (MapGenStronghold.allowedBiomes.contains(biome))
  1938.                             ^
  1939.  
  1940.   symbol:   variable allowedBiomes
  1941.   location: class MapGenStronghold
  1942. src/common/net/minecraftforge/common/BiomeManager.java:51: error: cannot find symbol
  1943.             MapGenStronghold.allowedBiomes.remove(biome);
  1944.                             ^
  1945.  
  1946.   symbol:   variable allowedBiomes
  1947.   location: class MapGenStronghold
  1948. src/common/net/minecraftforge/common/BiomeManager.java:57: error: cannot find symbol
  1949.         if (!WorldChunkManager.allowedBiomes.contains(biome))
  1950.                               ^
  1951.  
  1952.   symbol:   variable allowedBiomes
  1953.   location: class WorldChunkManager
  1954. src/common/net/minecraftforge/common/BiomeManager.java:59: error: cannot find symbol
  1955.             WorldChunkManager.allowedBiomes.add(biome);
  1956.                              ^
  1957.  
  1958.   symbol:   variable allowedBiomes
  1959.   location: class WorldChunkManager
  1960. src/common/net/minecraftforge/common/BiomeManager.java:65: error: cannot find symbol
  1961.         if (WorldChunkManager.allowedBiomes.contains(biome))
  1962.                              ^
  1963.  
  1964.   symbol:   variable allowedBiomes
  1965.   location: class WorldChunkManager
  1966. src/common/net/minecraftforge/common/BiomeManager.java:67: error: cannot find symbol
  1967.             WorldChunkManager.allowedBiomes.remove(biome);
  1968.                              ^
  1969.  
  1970.   symbol:   variable allowedBiomes
  1971.   location: class WorldChunkManager
  1972. src/common/net/minecraftforge/common/DimensionManager.java:110: error: cannot find symbol
  1973.             MinecraftServer.getServer().worldTickTimes.put(id, new long[100]);
  1974.                                        ^
  1975.  
  1976.   symbol:   variable worldTickTimes
  1977.   location: class MinecraftServer
  1978. src/common/net/minecraftforge/common/DimensionManager.java:114: error: cannot find symbol
  1979.             MinecraftServer.getServer().worldTickTimes.remove(id);
  1980.                                        ^
  1981.  
  1982.   symbol:   variable worldTickTimes
  1983.   location: class MinecraftServer
  1984. src/common/net/minecraftforge/common/DimensionManager.java:202: error: cannot find symbol
  1985.                 provider.setDimension(dim);
  1986.                         ^
  1987.  
  1988.   symbol:   method setDimension(int)
  1989.   location: variable provider of type WorldProvider
  1990. src/common/net/minecraftforge/common/ForgeChunkManager.java:406: error: cannot find symbol
  1991.         File chunkDir = worldServer.getChunkSaveLocation();
  1992.                                    ^
  1993.  
  1994.   symbol:   method getChunkSaveLocation()
  1995.   location: variable worldServer of type WorldServer
  1996. src/common/net/minecraftforge/common/ForgeChunkManager.java:810: error: cannot find symbol
  1997.         File chunkDir = worldServer.getChunkSaveLocation();
  1998.                                    ^
  1999.  
  2000.   symbol:   method getChunkSaveLocation()
  2001.   location: variable worldServer of type WorldServer
  2002. src/common/net/minecraftforge/common/ForgeChunkManager.java:845: error: cannot find symbol
  2003.                     ticket.setLong("PersistentIDMSB", tick.entity.getPersistentID().getMostSignificantBits());
  2004.                                                                  ^
  2005.  
  2006.   symbol:   method getPersistentID()
  2007.   location: variable entity of type Entity
  2008. src/common/net/minecraftforge/common/ForgeChunkManager.java:846: error: cannot find symbol
  2009.                     ticket.setLong("PersistentIDLSB", tick.entity.getPersistentID().getLeastSignificantBits());
  2010.                                                                  ^
  2011.  
  2012.   symbol:   method getPersistentID()
  2013.   location: variable entity of type Entity
  2014. src/common/net/minecraftforge/common/ForgeChunkManager.java:868: error: cannot find symbol
  2015.         UUID id = entity.getPersistentID();
  2016.                         ^
  2017.  
  2018.   symbol:   method getPersistentID()
  2019.   location: variable entity of type Entity
  2020. src/common/net/minecraftforge/common/ForgeHooks.java:121: error: method getCurrentPlayerStrVsBlock in class EntityPlayer cannot be applied to given types;
  2021.              return player.getCurrentPlayerStrVsBlock(block, metadata) / hardness / 30F;
  2022.                           ^
  2023.  
  2024.   required: Block
  2025.   found: Block,int
  2026.   reason: actual and formal argument lists differ in length
  2027. src/common/net/minecraftforge/common/ForgeHooks.java:197: error: cannot find symbol
  2028.             return ((Item)obj).getTextureFile();
  2029.                               ^
  2030.  
  2031.   symbol:   method getTextureFile()
  2032.   location: class Item
  2033. src/common/net/minecraftforge/common/ForgeHooks.java:201: error: cannot find symbol
  2034.             return ((Block)obj).getTextureFile();
  2035.                                ^
  2036.  
  2037.   symbol:   method getTextureFile()
  2038.   location: class Block
  2039. src/common/net/minecraftforge/common/ForgeHooks.java:255: error: cannot find symbol
  2040.             result = var8.getPickBlock(target, world, x, y, z);
  2041.                          ^
  2042.  
  2043.   symbol:   method getPickBlock(MovingObjectPosition,World,int,int,int)
  2044.   location: variable var8 of type Block
  2045. src/common/net/minecraftforge/common/ForgeHooks.java:264: error: cannot find symbol
  2046.             result = target.entityHit.getPickedResult(target);
  2047.                                      ^
  2048.  
  2049.   symbol:   method getPickedResult(MovingObjectPosition)
  2050.   location: variable entityHit of type Entity
  2051. src/common/net/minecraftforge/common/ForgeHooks.java:340: error: cannot find symbol
  2052.         return block != null && block.isLadder(world, x, y, z);
  2053.                                      ^
  2054.  
  2055.   symbol:   method isLadder(World,int,int,int)
  2056.   location: variable block of type Block
  2057. src/common/net/minecraftforge/common/ForgeHooks.java:350: error: cannot find symbol
  2058.         player.captureDrops = true;
  2059.               ^
  2060.  
  2061.   symbol:   variable captureDrops
  2062.   location: variable player of type EntityPlayer
  2063. src/common/net/minecraftforge/common/ForgeHooks.java:352: error: cannot find symbol
  2064.         player.capturedDrops.clear();
  2065.               ^
  2066.  
  2067.   symbol:   variable capturedDrops
  2068.   location: variable player of type EntityPlayer
  2069. src/common/net/minecraftforge/common/ForgeHooks.java:353: error: cannot find symbol
  2070.         player.captureDrops = false;
  2071.               ^
  2072.  
  2073.   symbol:   variable captureDrops
  2074.   location: variable player of type EntityPlayer
  2075. src/common/net/minecraftforge/common/ForgeInternalHandler.java:19: error: cannot find symbol
  2076.             if (event.entity.getPersistentID() == null)
  2077.                             ^
  2078.  
  2079.   symbol:   method getPersistentID()
  2080.   location: variable entity of type Entity
  2081. src/common/net/minecraftforge/common/ForgeInternalHandler.java:21: error: cannot find symbol
  2082.                 event.entity.generatePersistentID();
  2083.                             ^
  2084.  
  2085.   symbol:   method generatePersistentID()
  2086.   location: variable entity of type Entity
  2087. src/common/net/minecraftforge/common/ForgeInternalHandler.java:52: error: cannot find symbol
  2088.             if (item.hasCustomEntity(stack))
  2089.                     ^
  2090.  
  2091.   symbol:   method hasCustomEntity(ItemStack)
  2092.   location: variable item of type Item
  2093. src/common/net/minecraftforge/common/ForgeInternalHandler.java:54: error: cannot find symbol
  2094.                 Entity newEntity = item.createEntity(event.world, entity, stack);
  2095.                                        ^
  2096.  
  2097.   symbol:   method createEntity(World,Entity,ItemStack)
  2098.   location: variable item of type Item
  2099. src/common/net/minecraftforge/common/MinecartRegistry.java:100: error: cannot find symbol
  2100.         return getItemForCart(cart.getClass(), cart.getMinecartType());
  2101.                                                    ^
  2102.  
  2103.   symbol:   method getMinecartType()
  2104.   location: variable cart of type EntityMinecart
  2105. src/common/net/minecraftforge/common/WorldSpecificSaveHandler.java:26: error: cannot find symbol
  2106.         dataDir = new File(world.getChunkSaveLocation(), "data");
  2107.                                 ^
  2108.  
  2109.   symbol:   method getChunkSaveLocation()
  2110.   location: variable world of type WorldServer
  2111. src/common/net/minecraftforge/liquids/LiquidTank.java:48: warning: [deprecation] setCapacity(int) in ILiquidTank has been deprecated
  2112.     public void setCapacity(int capacity) {
  2113.                 ^
  2114.  
  2115. src/common/net/minecraftforge/liquids/LiquidTank.java:43: warning: [deprecation] setLiquid(LiquidStack) in ILiquidTank has been deprecated
  2116.     public void setLiquid(LiquidStack liquid) {
  2117.                 ^
  2118.  
  2119. 81 errors
  2120. 10 warnings
  2121. ==================
  2122.  
  2123. Client recompile failed, correct source then rerun updatemd5
  2124. =============================== Minecraft Forge Setup Finished =================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement