Jump to content

Ugdhar

Moderators
  • Posts

    2725
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Ugdhar

  1. You made your main mod class abstract, so it can't be instantiated.
  2. 1.7.10 is no longer supported here, you will need to update to get help here.
  3. Post the full fml-client-latest.log, the bit you pasted doesn't have any real info or even a crash in it. Use spoiler tags (the eyeball button)
  4. Are you building your jar with gradlew build? Beyond that, you'll probably need to post code, as despite checking it twice, there is still something that must be wrong since it doesn't work, and more eyes could help find it.
  5. 1.7.10 is no longer supported here, you will need to update to get support.
  6. Did you build your mod jarfile using gradlew build? How did you install the forge server files?
  7. 1.7.10 is no longer supported here, you will need to update for help.
  8. Post your fml-client-latest.log file, it should have information to help figure out what's wrong.
  9. Post a screenshot of your mods folder, as well as fml-client-latest.log so we can see what's goin on
  10. I would (in fact I did) just get a free dynamic DNS setup. http://www.noip.com lets ya get up to 3 for free, all you have to do is confirm you're still using it every 30 days. I've seen hamachi mentioned before, but never used it, so no idea how to fix it.
  11. Any reason you're not using 1.10.2? I believe there were a lot of bug fixes between 1.10 and 1.10.2. Unfortunately, I have no idea looking at that log what is wrong, is there a crash report or anything as well?
  12. Ugdhar

    Idk

    Do a bit of reading on variable scope. You can't declare a variable in one method, and have it accessible in another method.
  13. Post your code to github and link to it here for more help, are you setting the registry name in your ItemStraw? edit: also when posting a long error report like that, you should use the spoiler tags.
  14. Where are you registering this event on the event bus? What does it do when you run it? Do you ever make it to that inside condition where you're attempting to add the drops? Does the fml-client-latest.log say anything?
  15. I would also not use a # in my modid (I'm not sure, but I would bet special characters are prohibited), and modids need to be all lowercase.
  16. That's just silly. Your log shows us all the mods you're using anyway lol. Anyway, I would hazard a guess that it has something to do with Extra Utilities, since I see it mentioned in the crashlog. Try removing that and seeing what happens.
  17. If you're going to use 1.8, you should use 1.8.9, but really you should update to at least 1.11.2.
  18. You need to update, 1.7.10 is no longer supported.
  19. I believe the problem is the mod Logistics Pipes is for 1.7, not 1.12.2. Remove that mod and try again
  20. Sure just don't create/register an ItemBlock for the block in question. That should do it I believe.
  21. I wouldn't start my modid with numbers. I see you have a proxy setup, but your main mod pre/init methods never call the proxy methods. *edit: Ok, my bad, as I see you're trying to use the registry events. I don't see you registering the subscribed methods to the event bus, or annotating the class with the @Mod.EventBusSubscriber. That is likely your problem. Keep in mind that your main class never calls any proxy methods, so even if you get the events working, any of the preinit/init code will still not ever run.
  22. You need to update, 1.7.10 is no longer supported.
  23. - The odds of someone downloading a random file from the internet is pretty slim. - What will you do when the next thing doesn't work? You'll run out of people willing to fix stuff for you. You need to learn Java, and how to work your programming environment, BEFORE you try to learn to mod. It's not people trying to "tell you how to live your life", it's the rules of this forum, and just plain good advice. Learning Java through modding would be kind of like learning how to swap out an engine in your car with 0 automotive knowledge. . .and still needing to drive it to get to work.
  24. https://minecraft.curseforge.com/projects/biomes-o-plenty Most mods have a home/project page at curseforge.
  25. 1.8.9 will not be updated anymore, since it is old. Also, please use english on this forum, I believe it's in the rules. Thanks.
×
×
  • Create New...

Important Information

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