Jump to content

Ugdhar

Members
  • Posts

    2536
  • Joined

  • Last visited

  • Days Won

    31

Posts posted by Ugdhar

  1. Just now, Bimi124 said:

    Well, I don't want to call it examplemod and my name is not example. It looked like I was supposed to do it like I told dieseben07... I just followed the steps in the docs. Was I wrong?

    Not wrong, just not finished. Until you create a class with the Mod annotation, there is no mod, and it does not build your src/package/directory structure for you. Without those things, there is nothing to build.

    My suggestion would be start with checking out the examplemod src and seeing how it is set up, and making it run.

    • Thanks 1
  2. There's nothing to build if you don't have/have not created any sources. You have to create a mod in java before you can build it.

    Extract the MDK and copy everything you copied, plus the src folder, and don't edit out the examplemod stuff out, and you will be able to build the example mod without writing your own code.

  3. 10 hours ago, NeonEILFYT said:

    can anyone help with this ive been working on it for a while

    3 hours is not very long in forums time to wait for an answer.

    If you're looking for (possibly) quicker help, you should go to the forge discord, it's an actual chat style setup as opposed to forums posting, and you might get a quicker reply.

  4. Fairly sure this is related to the post highlighted in the red bar across the top of the forums, I believe the URL for the maven repo changed, or something like that.

    And more or less, any version below 1.15 is no longer supported.

    (although I believe they made all the final versions of the old stuff work, despite still being unsupported. The aforementioned red bar post at the top of the forums says which versions were fixed)

  5. 57 minutes ago, 5y5t3m said:

    sorry for making 3 tickets its just its been over 24 hours and i wasnt told if the issue was known or not, and i can only play for weekends and just wanted to play for a day 

    Just a heads up, forums by nature aren't instant help, typically people come, look, post if they have time/can help, and move on to other things, checking back later.

    If you're looking for a more conversation-like help experience, I would suggest hitting up one of the support channels in the forge discord.

  6. 1 hour ago, parkurnic said:

    My computer has totaly 2GB memory, so if i will, my computer is going to burn instantly, i already gave it 1GB, so it's still alot. By alot i mean alot for my computer, for minecraft 4GB is medium.

    Then you will probably have to remove one or more mods to stay within the memory you have allocated.

  7. Quote

    Caused by: java.lang.OutOfMemoryError

    Looks like you're running out of memory, based on that crashlog. Give the game more memory (i.e. -Xmx2G)

    That latest.log doesn't show any crash that I can see.

     

    Also, on a second look, looks like you're running a 32-bit Windows XP. That could potentially be troublesome for you, as I'm fairly sure 32 bit Windows only supports ~ 3G of system RAM total.

  8. 10 minutes ago, Sugarfish520 said:

    what does that mean and how do I do that?

     

    10 minutes ago, Sugarfish520 said:

    I don't really understand all the files and technical stuff so please don't answer with that.

    You sort of wrote yourself into a corner there.....

    But, truthfully, 1.7 is no longer supported due to being so old, only the current (1.16.x) and previous (1.15.x) versions are supported. You will need to update to a modern version to receive support.

  9. 22 minutes ago, GoldenKar99 said:

    Looks like you're trying to use OptiFine for 1.16.4 with 1.16.5

    OptiFine is very specific about which versions of forge it works with. Try removing it and see if that helps, or read the OptiFine changelog for information on which versions work with which forge.

  10. 36 minutes ago, iVerlix said:

    is it like forge doesnt support 1.8 anymore?

     

    It is exactly that.

    Old forge versions work, but they are not supported. Just like if you decided you wanted to run Windows XP on your computer, you could make it work, sure, but if you ask Microsoft for help, they'll tell you that you need to get a newer version of Windows.

  11. Never post code as screenshots, that is probably the #1 worst way to share it (maybe besides a video).

    Best way is to create a github, and post your project on there, then share a link here.

    If you're just sharing a small portion, copy & paste directly to your forum post inside code tags (the < > button at the top of the composition part of the screen)

×
×
  • Create New...

Important Information

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