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. From the Rules Thread:

     

    Below is a list of things which you MUST include in your post.

    • Be sure to include the entire logs/fml-{client/server}-latest.log found in your .minecraft folder / server root folder. Not including the log in no way helps us to help you and has a small chance of getting you banned.
    • State what research you have already done (You should have done some, this forum is only for well-researched bugs!).
    • Use the spoilers to enclose stack traces and other long information: HhfZh7s.png
    • Do not attach your logs to your post or use file-uploading services like Dropbox. Use Pastebin or Github Gists.
    • In general give as much information as you can. "It does not work", "I get a black Screen", etc. in no way helps us to help you and will only cause you to get in trouble. :)
  2. We'll need logs to really help you in any way, as noted in the stickied thread:

    Quote

    Below is a list of things which you MUST include in your post.

    • Be sure to include the entire logs/fml-{client/server}-latest.log found in your .minecraft folder / server root folder. Not including the log in no way helps us to help you and has a small chance of getting you banned.
    • State what research you have already done (You should have done some, this forum is only for well-researched bugs!).
    • Use the spoilers to enclose stack traces and other long information: HhfZh7s.png
    • Do not attach your logs to your post or use file-uploading services like Dropbox. Use Pastebin or Github Gists.
    • In general give as much information as you can. "It does not work", "I get a black Screen", etc. in no way helps us to help you and will only cause you to get in trouble. :)

     

    • THIS IS A SUPPORT FORUM FOR FML/FORGE, AND ONLY FML/FORGE. Go to a mod specific forum (whether on this site or another) to ask for help with a certain mod. If you are using MCPC+/Cauldron or any other Bukkit-API server software, do not post here, post in their forums. For help with Sponge, go here.

    As stated in: 

     

  3. Note that when you use the Forge installer with the vanilla launcher it creates a new Launcher profile that must be selected.

    If that is not the case please tell us how you installed Forge and how you are launching the game, with a log from the installer if possible.

  4. Client or Server?

     

    If it's a client the answer will vary depending on which launcher you are using, google is your friend in this case.

    Note that Clients almost always handle this for you.

     

    If it's a server that is through the use of two command line switches: -Xmx for max and -Xms for minimum, the form for both is <switch><number><denomination (M for megs or G for Gigs)>

  5. ·

    Edited by DaemonUmbra

    First, do you have Optifine installed?

    Second, you're only giving it a single gigabyte, I'd recommend 3-4G depending on how heavy the mods are, but even Vanilla would need at least 2G. This is not the primary issue here but is likely to cause problems later on.

    Third, your hardware specs seem a bit lacking to me, unlikely to crash you but don't expect stellar performance.

  6. ·

    Edited by DaemonUmbra

    The one you have now is actually invalid, I goofed when I pasted the json earlier, you need a comma before promos (my code block has been edited to reflect this)

     

    I recommend getting a text editor like VisualStudio Code, SublimeText, or Notepad++, something that will check if what you have is valid json

  7. You appear to be missing a few sections, I'm not sure these are crucial but they may be, try this:

    {
      "homepage": "http://darkeyedragon.me/mods",
      "1.12.2":{
        "1.1.3":"<Changelog here, try to do this for every version>"
      }
      "promos": {
        "1.12.2-latest": "1.1.3",
        "1.12.2-recommended": "1.1.2",
        "latest": "1.1.3",
        "recommended": "1.1.2"
      }
    }

     

  8. ·

    Edited by DaemonUmbra

    It is automatically read by forge and/or minecraft itself and used to translate text strings to the proper language, I can't say I have extensive experience with this but I'm fairly sure if you're trying to hot-edit your .lang you're doing something wrong.

  9. ·

    Edited by DaemonUmbra

    If you don't have a pack.mcmeta file, create it with the following contents and put it in src/main/resources:
     

    {
      "pack": {
        "pack_format": 3,
        "description": "Resources for <Your Mod name> mod"
      }
    }

    The ["pack_format":3] bit is what will make it work all lowercase

  10. ·

    Edited by DaemonUmbra
    I need to ditch the muscle memory of typing server instead of serve

    Not showing the full path on the buttons is through your .lang file with the full path as the key.

    As for the 2D Array I don't think that is possible, and from what I'm seeing can't be added without modifying forge code, why would there need to be more than one login anyway? Two strings should serve you fine.

     

    Edit: Also I just noticed where this thread is, this has nothing to do with ForgeGradle and is thus in the wrong place.

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.