Advertisement
kotoroshinoto

Untitled

Mar 17th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. The assetDir is deprecated! I actually just did all this generalizing stuff just now.. Use runDir instead! runDir set to eclipse/assets/..
  2. The runDir should be the location where you want MC to be run, usually he parent of the asset dir
  3. ****************************
  4. Powered By MCP:
  5. http://mcp.ocean-labs.de/
  6. Searge, ProfMobius, Fesh0r,
  7. R4wk, ZeuX, IngisKahn, bspkrs
  8. MCP Data version : unknown
  9. ****************************
  10. :compileApiJava UP-TO-DATE
  11. :processApiResources UP-TO-DATE
  12. :apiClasses UP-TO-DATE
  13. :sourceMainJava UP-TO-DATE
  14. :compileJava
  15. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  16. /home/mgooch/mod_repos/Another-One-Bites-the-Dust/build/sources/java/ganymedes01/aobd/recipes/modules/Mekanism7.java:63: error: method addChemicalInjectionChamberRecipe in class RecipeHandler cannot be applied to given types;
  17. RecipeHandler.addChemicalInjectionChamberRecipe(new AdvancedInput(stack, hydrogenChloride), getOreStack("shard", ore, 4));
  18. ^
  19. required: ItemStack,String,ItemStack
  20. found: AdvancedInput,ItemStack
  21. reason: actual and formal argument lists differ in length
  22. /home/mgooch/mod_repos/Another-One-Bites-the-Dust/build/sources/java/ganymedes01/aobd/recipes/modules/Mekanism7.java:64: error: method addChemicalInjectionChamberRecipe in class RecipeHandler cannot be applied to given types;
  23. RecipeHandler.addChemicalInjectionChamberRecipe(new AdvancedInput(getOreStack("crystal", ore), hydrogenChloride), getOreStack("shard", ore));
  24. ^
  25. required: ItemStack,String,ItemStack
  26. found: AdvancedInput,ItemStack
  27. reason: actual and formal argument lists differ in length
  28. 2 errors
  29. 1 warning
  30. :compileJava FAILED
  31.  
  32. FAILURE: Build failed with an exception.
  33.  
  34. * What went wrong:
  35. Execution failed for task ':compileJava'.
  36. > Compilation failed; see the compiler error output for details.
  37.  
  38. * Try:
  39. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  40.  
  41. BUILD FAILED
  42.  
  43. Total time: 9.892 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement