Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • DaemonUmbra

DaemonUmbra

Forum Team
 View Profile  See their activity
  • Content Count

    10340
  • Joined

    July 23, 2017
  • Last visited

    Wednesday at 01:47 AM
  • Days Won

    62

 Content Type 

  • All Activity

Profiles

  • Status Updates
  • Status Replies

Forums

  • Topics
  • Posts

Calendar

  • Events

Posts posted by DaemonUmbra

  • Prev
  • 375
  • 376
  • 377
  • 378
  • 379
  • 380
  • 381
  • 382
  • 383
  • 384
  • 385
  • Next
  • Page 380 of 409  
  1. Adding textures to items?

    in Modder Support

    Posted July 25, 2018 · Edited July 25, 2018 by DaemonUmbra


    Checking the GitHub it looks like that's relatively new, I did not know that was a thing.

    Edit: Nope I'm just a massive derp, I could've sworn I had an issue with this in the past.

  2. Adding textures to items?

    in Modder Support

    Posted July 25, 2018 · Edited July 25, 2018 by DaemonUmbra


    The ObjectHolder annotation is described on this page of the Forge Documentation, please read it.

    Also your registry name setup right now is broken, I recommend

    setRegistryName(MODID,"ItemName")

    otherwise using getRegistryName() within setCustomModelResourceLocation() will be telling Minecraft to look within itself for your model files.

    It appears I am behind the times.

  3. Adding textures to items?

    in Modder Support

    Posted July 25, 2018


    Objectholder takes the registry name, in yours they do not match.

  4. server crashes when joining

    in Support & Bug Reports

    Posted July 25, 2018


    DaVinci's vessels is having packet issues, all I can suggest is removing the mod

  5. Running Minecraft Server 1.12.2 using forge 14.23.4.2739

    in Support & Bug Reports

    Posted July 25, 2018


    I'm not sure, it's the one that breaks first but since that halts the whole thing when it crashes other things that might have broken later on would get skipped

  6. Running Minecraft Server 1.12.2 using forge 14.23.4.2739

    in Support & Bug Reports

    Posted July 25, 2018


    Statues mod is broken, it's trying to access client-only stuff on the server, where it doesn't exist.

  7. Running Minecraft Server 1.12.2 using forge 14.23.4.2739

    in Support & Bug Reports

    Posted July 25, 2018


    Both if possible

  8. Running Minecraft Server 1.12.2 using forge 14.23.4.2739

    in Support & Bug Reports

    Posted July 25, 2018 · Edited July 25, 2018 by DaemonUmbra


    Ok could you send me the log? Its name depends on the version but it's described in my signature.

     

    Edit: Feeling like the issue is likely your computer is trying to use Java 9+, but I'll need the log to confirm.

  9. Running Minecraft Server 1.12.2 using forge 14.23.4.2739

    in Support & Bug Reports

    Posted July 25, 2018


    you'll need to include the .jar at the end of the forge universal but yes

  10. Can you detect if a mod is loaded?

    in Modder Support

    Posted July 25, 2018


    Disable spawning and implement logic to self-remove if they are already spawned?

  11. Running Minecraft Server 1.12.2 using forge 14.23.4.2739

    in Support & Bug Reports

    Posted July 25, 2018 · Edited July 25, 2018 by DaemonUmbra


    Ok so you'll want to make a bat file.

    Just make a text file, rename it to Launch.bat (or something similar) and make sure you have file explorer set to show known file extensions when you do this or things won't work.

     

    The most basic command to put in the file will be java -jar <the name of the forge universal> nogui this will launch the server as if you clicked on it but without the GUI, you can still see messages from the server and run commands through the cmd window though.

     

    Note though that this will only give your server the default amount of ram which may not be enough, to give it more you will need to put the memory arguments -Xmx (and -Xms) before the -jar argument. With the memory arguments you will specify the amount of memory using a number and a one-letter-unit (K for KB, G for GB, etc.) with no space.

     

    The typical launch command I use is java -Xms4G -Xmx4G -jar <forge universal> nogui. I make no promises of this being the best or most efficient configuration, but you can take it as an example of the syntax. 

  12. Running Minecraft Server 1.12.2 using forge 14.23.4.2739

    in Support & Bug Reports

    Posted July 24, 2018


    Yeah, what's your OS?

  13. Running Minecraft Server 1.12.2 using forge 14.23.4.2739

    in Support & Bug Reports

    Posted July 24, 2018


    Ok, how reliant are you on a pretty interface, could you make do with a command line interface? 

  14. Running Minecraft Server 1.12.2 using forge 14.23.4.2739

    in Support & Bug Reports

    Posted July 24, 2018


    I can't confirm this but I'm seeing a lot of people reporting this, how are you launching the server, double clicking or with a bat or sh script?

  15. Using Incremental CMS is deprecated

    in Modder Support

    Posted July 24, 2018 · Edited July 24, 2018 by DaemonUmbra


    What does it say below the warning, because incremental CMS is NOT the cause.

    Woah woah woah wait... String Proxy? You need to re-read the Forge Docs.

  16. i have no idea how to activate optifine

    in Support & Bug Reports

    Posted July 24, 2018


    Did you install java yourself or did you just install the Minecraft Launcher and it worked out of the box?

  17. Not Sure What's going on?

    in Support & Bug Reports

    Posted July 24, 2018


    Please read my signature below and provide the relevant log in the manner described.

    Also, this should be in Support and Bug Reports, thread moved.

  18. Registry event firing order

    in Modder Support

    Posted July 23, 2018


    Are you always registering these items or are they being excluded from load at times?

    Do these blocks need to store a reference to items?

  19. Galaxy space and Extra Planets Conflict

    in Support & Bug Reports

    Posted July 23, 2018


    1.7.10 is no longer supported on this forum due to its age.

    Please update to a modern version of the game to receive support.

  20. [1.12.2 and 1.13] Mod Compatibility

    in General Discussion

    Posted July 23, 2018


    All I can say is don't hold your breath.

    Thread locked because this thread serves very little purpose.

  21. Invalid e-tag checksum | Linux Mint

    in Support & Bug Reports

    Posted July 22, 2018


    The server jar needs to be all lowercase and once again you need to use Java 8, not just have it installed, if you have any other versions of Java that your computer might be trying to use instead you need to use the full path to the Java binary rather than just “Java”

    • Like 1
  22. Invalid e-tag checksum | Linux Mint

    in Support & Bug Reports

    Posted July 22, 2018


    This is all I have on trustAnchors

    What I gave you before should fix the libraries not downloading.

     

    Also Mojang is pushing the 1.13 server now, so you'll need a direct link to get 1.12.2 now.

     

  23. Forge doesn't work at all

    in Support & Bug Reports

    Posted July 22, 2018


    1.7.10 isn't supported on these forums anymore.

    Can I get the log for the most recent version you have? and Please use Pastebin or Gist, both are linked in my signature.

  24. Invalid e-tag checksum | Linux Mint

    in Support & Bug Reports

    Posted July 22, 2018


    The first two pictures, try these instructions(They are for Windows but pay attention to the arguments given to Java when running the installer):

     

    As for the third image, you need to use Java 8 to run Forge at this time.

    • Like 1
  25. Forge doesn't work at all

    in Support & Bug Reports

    Posted July 22, 2018


    Please post logs as described in the EAQ and my signature.

  • Prev
  • 375
  • 376
  • 377
  • 378
  • 379
  • 380
  • 381
  • 382
  • 383
  • 384
  • 385
  • Next
  • Page 380 of 409  
  • All Activity
  • Home
  • DaemonUmbra
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community