Jump to content

Cadiboo

Members
  • Posts

    3624
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Cadiboo

  1. Its an awesome mod idea, however not really compatible with tile entities, and who want a flying base without any storage or machines on it
  2. Disable all of Thut's mods and post the log. also when you post your crash log please copy & paste the text from the file into a spoiler
  3. You should probably add support for setting up grade on macs for example you need to use ./gradlew instead of gradlew and also that bat files don't work on macs.
  4. 1.7.10 is no longer supported on this forum. Please start a new topic in future, rather that replying to old topics. I can see parts of your crash report showing that you might not be using 1.7.10. If your trying to make your mod in a current version of minecraft start a new topic with your issue Also, please put your code into a spoiler for easier reading
  5. use Color Codes. http://minecraft.tools/en/color-code.php (use the MOTD one) Example of something I use in my mod (the first line is in orange/gold + Italics. the next line is normal white) For the commands, look at how vanilla does it in the books. you wouldn't be limited by vanilla commands though, you could directly call your own java code
  6. WIPTechMod.java RegistryEventHandler.java WIPTechModCommonProxy.java WIPTechModClientProxy.java ItemBase.java ModItems.java ItemCopperIngot.java Reference.java Log If I forgot anything that could fix the problem let me know!!!
  7. - the lang file still isn't read from when I export the mod - Re downloaded forge mdk and set it up in a different folder - created a new lang file - still doesn't work
  8. Aight, sorry for telling you to downgrade java, I've had a lot of problems (Including one on a Windows 10 computer that gave the a very similar error) that were solved solely by downgrading java.
  9. Sorry, the only fix I've ever needed was correcting the java version. If this isn't forge related why is he on the forge forums and not minecraft forums/support?
  10. Look at net.minecraft.world.gen.structure.StructureVillagePieces.class Specifically at Field1 and Field2, I don't know how (you might need to make a coremod) but you could add another crop to the list of crops to pick from. You should also look at how Binnies Extra Trees adds their hops. You could create another field too that would only spawn in desert villages
  11. I believe its influenced by Posts and Reputation
  12. Your problem is that you aren't using the proper version of java for minecraft. Minecraft uses Java 8 Update 151 (Java 8u151). In non-modded minecraft java is included inside the application, however with modding this isn't really feasible considering the amount of instances of minecraft etc. Please read this topic to understand how to make your java the right version. This topic was for a mac user, if your not a mac user the steps are similar, but not the same.
  13. I hope you mean java update 151 not 161 also can you post your FML log any error logs?
  14. Minecraft, Forge and Gradlew all use Java 8u151. Having a different Java version will cause the fatal java error that you posted. Java is the same across all operating systems. That is the entire point of the language. You never said that you weren't on a mac. The title of the thread is misleading as his problem was that he was using the wrong java version. Does this mean that you have successfully downgraded to java 8u151 and DELETED every other version of Java? If not this article might help you https://it.uoregon.edu/reverting-java-windows
  15. The only problem that I can see with this thread is that you have the wrong Java version. The only problem that I can see with the other thread is that they have the wrong Java version. If I were you I would read the other thread completely and see if it fixes your issue. I could be wrong but I'm pretty sure that I'm not.
  16. Delete both jdk-9.0.4.jdk and jdk1.8.0_161.jdk only jdk1.8.0_151.jdk should be in that folder
  17. ... the reason I sent you to that post is because It has a link to that JDK
  18. downgrade to jdk 1.8.0_151 see this post for instructions Minecraft Forge Server wont start when trying to add ram(MAC)
  19. please list all files inside your /Library/Java/JavaVirtualMachines/ directory you can get to this directory with Command+Shift+G then paste in "/Library/Java/JavaVirtualMachines/"
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.