Skip to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DaemonUmbra

Members
  • Joined

  • Last visited

Posts posted by DaemonUmbra

  1. ·

    Edited by DaemonUmbra
    Changed link to jump to where the applicable section starts.

     

    To make a subsection in-game you'll need to make a subclass ModConfig.Category and annotate it with @Config(modid="<Your modid>", category="Category Name").

    If you do this I would recommend adding [name="modid/category"] to all of your config classes. You can see how I did it here.

     

    @Config in the Forge docs.

    Additional note: I believe the order is based on the variables rather than their @Config.Name, as CustomServer starts with C and there is no A or B variables it is bumped to the top.

  2. ·

    Edited by DaemonUmbra

    Haven't made items in a while but I think your issue is you should be using "supertnt:starrecord" rather than just "starrecord", if I'm wrong someone else please correct me.

    Edit: I recommend using hardcoded values as little as possible getRegistryName() is preferable.

    Edit 2: I can't test at the moment but the tip from my first edit may require use of the @ObjectHolder annotation

  3. ·

    Edited by DaemonUmbra
    Extra note

    9 minutes ago, Ali Altamimi said:

    Caused by: java.lang.OutOfMemoryError: Java heap space

     

    9 minutes ago, Ali Altamimi said:

    up to 259522560 bytes (247 MB)

    You'll need to give it a lot more memory, 4Gigs is usually standard with modded Minecraft

     

    Edit: When I say 4Gigs I mean the client, you can usually get away with a little less for a server since it's not storing textures, but it will still need upwards of 2G

  4. ·

    Edited by DaemonUmbra
    Added extra note

    It should be noted that this is not the recommended way to start a Minecraft server.
    This method will give you more control over how much ram the server has, as well as the option to run it in a command line, freeing up a little bit of extra ram that would've been used by the GUI.

     

    Note that in the example I've linked you can simply substitute the Forge Jar in for the Minecraft jar in the actual commands, though the minecraft jar still needs to be there in the files of course.

  5. If you were running the pack with the Twitch launcher, forcing Twitch to re-download all the jar files might fix it.

    You can do this by going into C:\Users\<Your Username>\Documents\Curse\Minecraft\Install and deleting your libraries and versions folders.

     

    Note: I'm not sure what you meant by:

    On 3/27/2018 at 5:29 PM, Zinoda said:

    I've deleted the old files to make new ones

    in particular I don't know which specific files you are referring to

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.