Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • General Discussion
  • Beta testing of 1.13
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 6
CyberMan

Beta testing of 1.13

By CyberMan, January 9, 2019 in General Discussion

  • Start new topic
  • Prev
  • 1
  • 2
  • 3
  • Next
  • Page 2 of 3  

Recommended Posts

DaemonUmbra    541

DaemonUmbra

DaemonUmbra    541

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 541
  • 10340 posts
Posted January 26, 2019

It’s an issue with the default config not being valid, it was fixed in a later version I think.


This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/: 100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Twitch Launcher: If you are using the Twitch Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Twitch's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Share this post


Link to post
Share on other sites

IscoGamer503    0

IscoGamer503

IscoGamer503    0

  • Tree Puncher
  • IscoGamer503
  • Members
  • 0
  • 2 posts
Posted January 26, 2019
20 minutes ago, Digitizit said:

Did you ever get this resolved? I'm having the same issue.

Both errors were fixed on: "1.13-forge-24.0.116-1.13-pre"
http://files.minecraftforge.net/maven/net/minecraftforge/test/forge/index_1.13.html

Share this post


Link to post
Share on other sites

Kzitold    3

Kzitold

Kzitold    3

  • Creeper Killer
  • Kzitold
  • Members
  • 3
  • 122 posts
Posted January 26, 2019
1 hour ago, Digitizit said:

Did you ever get this resolved? I'm having the same issue.

24.0.84 ran at least until the title screen on multiple launches for me, but I didn't check further than that.

Share this post


Link to post
Share on other sites

Digitizit    0

Digitizit

Digitizit    0

  • Tree Puncher
  • Digitizit
  • Members
  • 0
  • 4 posts
Posted January 26, 2019
4 hours ago, IscoGamer503 said:

Both errors were fixed on: "1.13-forge-24.0.116-1.13-pre"
http://files.minecraftforge.net/maven/net/minecraftforge/test/forge/index_1.13.html

I have that version and still get the error. Looking at the game output, I see these two errors leading up to it:

Failed to complete lifecycle event CONSTRUCT, 1 errors found

Skipping lifecycle event ENQUEUE_IMC, 1 errors found.
Failed to complete lifecycle event ENQUEUE_IMC, 1 errors found

Share this post


Link to post
Share on other sites

Cadiboo    365

Cadiboo

Cadiboo    365

  • Reality Controller
  • Cadiboo
  • Members
  • 365
  • 3624 posts
Posted January 27, 2019
On 1/24/2019 at 10:07 AM, Cadiboo said:

Debug why it happens, then make an issue on their GitHub

Also, try and post a fix for the issue

  • Like 1

About Me

Spoiler

My Discord - Cadiboo#8887

My Website - Cadiboo.github.io

My Mods - Cadiboo.github.io/projects

My Tutorials - Cadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Share this post


Link to post
Share on other sites

larsgerrits    514

larsgerrits

larsgerrits    514

  • Reality Controller
  • larsgerrits
  • Members
  • 514
  • 3462 posts
Posted January 27, 2019

You have to delete the default configs once after updating to make Forge regenerate the file.


Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Share this post


Link to post
Share on other sites

Digitizit    0

Digitizit

Digitizit    0

  • Tree Puncher
  • Digitizit
  • Members
  • 0
  • 4 posts
Posted January 27, 2019
5 hours ago, larsgerrits said:

You have to delete the default configs once after updating to make Forge regenerate the file.

That did the trick! Thanks!

Share this post


Link to post
Share on other sites

Sana36    8

Sana36

Sana36    8

  • Tree Puncher
  • Sana36
  • Members
  • 8
  • 46 posts
Posted January 28, 2019

Having absorbed the below information. I was able to get the pre-version 136 working. Found an issue, duplicated the event around it to see if it was a once off or consistent, then went to create a PR and was redirected back to the forum. I am not sure if this should go in the usual forum for bugs.

 

PR - "I am using v136, the current version as of today, and I can start a new world and play in it but once it is saved I can't access it again. I get: 

 

'The game crashed whilst mouseclicked event handler
Error: java.lang.NullPointerException: mouseClicked event handler'

 

showing in the launcher after clicking on the game to open. I have both crash reports and logs if needed."

 

Kind regards

 

I have found: 

Files for install http://files.minecraftforge.net/maven/net/minecraftforge/test/forge/index_1.13.html

Found CWP (who I couldn't find in a search) https://github.com/cpw/MinecraftForge

Instructions for setting up environment https://mcforge.readthedocs.io/en/latest/forgedev/

Read up on contributing to Forge https://github.com/MinecraftForge/MinecraftForge/blob/1.10.x/CONTRIBUTING.md

Found out what a PR is https://mcforge.readthedocs.io/en/latest/forgedev/prguidelines/

Cwp Highlight: FML modding - not sure of location apart from above - 

 

"Doc' referred to in PR 5027 https://mcforge.readthedocs.io/en/latest/

Wiki referred to in PR 5027 https://github.com/MinecraftForge/MinecraftForge/wiki 

Current readme.md https://github.com/MinecraftForge/MinecraftForge/tree/1.13-pre - the video in this document is old enough, that don't think all the steps are necessary still, do you still need a new directory? Things that would help like how to load a pre-release version, other issue related to non-player installs... Remembering to remove all forge mods from directory before running new version.

Share this post


Link to post
Share on other sites

DaemonUmbra    541

DaemonUmbra

DaemonUmbra    541

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 541
  • 10340 posts
Posted January 29, 2019

Can you please post the debug.log from the run that crashed?


This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/: 100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Twitch Launcher: If you are using the Twitch Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Twitch's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Share this post


Link to post
Share on other sites

Sana36    8

Sana36

Sana36    8

  • Tree Puncher
  • Sana36
  • Members
  • 8
  • 46 posts
Posted January 29, 2019

I don't have any post debug logs under the Minecraft folder. I do have crash reports and client logs. I have uploaded two crash reports from v136 & one from v144.

 

https://gist.github.com/Sana36/0a17d85dbf4029bc081ebffbe5bbf599

 

If anything else is needed let me know.

 

Also grass now forms stacks up to 3 high and a lot of 2 high, different to tall grass.

Share this post


Link to post
Share on other sites

Sana36    8

Sana36

Sana36    8

  • Tree Puncher
  • Sana36
  • Members
  • 8
  • 46 posts
Posted January 30, 2019

Another issue is the inventory not showing. Starting with a new world generated. I have defiantly seen it it v144 &v145 I am not sure about v136 or earlier.

 

Items are collected and you can use them ie placing them on the ground (if you can guess where they are). They will all show after some events, like using a craft table to craft something. Then new items collected after the event won't show or increased quantities of existing items.

 

I don't have all the events full laid out yet, I can start working through them if further details are required.

 

Share this post


Link to post
Share on other sites

Sana36    8

Sana36

Sana36    8

  • Tree Puncher
  • Sana36
  • Members
  • 8
  • 46 posts
Posted January 31, 2019

Is this what you mean for Twitch? https://help.twitch.tv/customer/en/portal/articles/2764216-how-to-play-minecraft-with-twitch-app 

 

I am currently using the default launcher, so I have crash reports under Minecraft/Crash-reports and logs under Minecraft/logs. If another launcher is preferred I can load it today and recreate the errors. I do have the launcher log in the spot described. I read you footer but apart from the launcher logs I don't have the logs you mentioned, I tried to see if there was any hidden flies in that folder but nothing showed.

Share this post


Link to post
Share on other sites

Cadiboo    365

Cadiboo

Cadiboo    365

  • Reality Controller
  • Cadiboo
  • Members
  • 365
  • 3624 posts
Posted January 31, 2019

The official launcher is preferred, there really should be a log file at .minecraft/logs/debug.log


About Me

Spoiler

My Discord - Cadiboo#8887

My Website - Cadiboo.github.io

My Mods - Cadiboo.github.io/projects

My Tutorials - Cadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Share this post


Link to post
Share on other sites

Sana36    8

Sana36

Sana36    8

  • Tree Puncher
  • Sana36
  • Members
  • 8
  • 46 posts
Posted January 31, 2019

I have looked and relooked for me it is in ~/Library/Application Support/minecraft/logs and apart from the dated & compressed logs there are:

 

ml-client-1.log

fml-client-2.log

fml-client-3.log

fml-client-latest.log

fml-junk-earlystartup.log

latest.log

 

they are my only options.

 

There are some glitches that if not directly related to work still being done, might need to be looked at. I have been in vanilla 1.13 to remember what I am comparing it to. But if I can't report it in a useful way, it is not much help.

Share this post


Link to post
Share on other sites

Cadiboo    365

Cadiboo

Cadiboo    365

  • Reality Controller
  • Cadiboo
  • Members
  • 365
  • 3624 posts
Posted January 31, 2019

Post the latest.log, it’s the next best thing


About Me

Spoiler

My Discord - Cadiboo#8887

My Website - Cadiboo.github.io

My Mods - Cadiboo.github.io/projects

My Tutorials - Cadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Share this post


Link to post
Share on other sites

Sana36    8

Sana36

Sana36    8

  • Tree Puncher
  • Sana36
  • Members
  • 8
  • 46 posts
Posted January 31, 2019

Okay I have one latest loaded at the link above, I will run through and see if it is still a problem in v146 before loading up any more logs.

Share this post


Link to post
Share on other sites

Cadiboo    365

Cadiboo

Cadiboo    365

  • Reality Controller
  • Cadiboo
  • Members
  • 365
  • 3624 posts
Posted January 31, 2019 (edited)

The one in the link is the crash report, not the latest.log

My bad, I thought it was a single file gist

Edited January 31, 2019 by Cadiboo

About Me

Spoiler

My Discord - Cadiboo#8887

My Website - Cadiboo.github.io

My Mods - Cadiboo.github.io/projects

My Tutorials - Cadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Share this post


Link to post
Share on other sites

Sana36    8

Sana36

Sana36    8

  • Tree Puncher
  • Sana36
  • Members
  • 8
  • 46 posts
Posted February 1, 2019

Here is the Grass issue confirmed in v146. https://gist.github.com/Sana36/e19046755b2ff0442d956a97502baf15 Latest log and screenshot loaded up.

Share this post


Link to post
Share on other sites

Ryorama    0

Ryorama

Ryorama    0

  • Tree Puncher
  • Ryorama
  • Members
  • 0
  • 9 posts
Posted February 1, 2019

When load the game it will come with an error loading mods, and when it does load correctly it will crash when the world is loading. I  will post my crash log if needed.

Share this post


Link to post
Share on other sites

Cadiboo    365

Cadiboo

Cadiboo    365

  • Reality Controller
  • Cadiboo
  • Members
  • 365
  • 3624 posts
Posted February 1, 2019
3 hours ago, Ryorama said:

I will post my crash log if needed.

It is needed 


About Me

Spoiler

My Discord - Cadiboo#8887

My Website - Cadiboo.github.io

My Mods - Cadiboo.github.io/projects

My Tutorials - Cadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Share this post


Link to post
Share on other sites

Sana36    8

Sana36

Sana36    8

  • Tree Puncher
  • Sana36
  • Members
  • 8
  • 46 posts
Posted February 1, 2019

Getting stuck in Boats - still happening in v149 https://gist.github.com/Sana36/64eee906b3b308e40f5f83aa59b097a3

Share this post


Link to post
Share on other sites

Sana36    8

Sana36

Sana36    8

  • Tree Puncher
  • Sana36
  • Members
  • 8
  • 46 posts
Posted February 1, 2019

Crashing due to mouseclicked event handler https://gist.github.com/Sana36/55f6ef2fed25ab1e029bf04a8467d486

 

Now, tell me if these are any use? and if separating them is the best way to do them, one report per issue?

Share this post


Link to post
Share on other sites

Ryorama    0

Ryorama

Ryorama    0

  • Tree Puncher
  • Ryorama
  • Members
  • 0
  • 9 posts
Posted February 2, 2019
On ‎2‎/‎1‎/‎2019 at 12:29 PM, Cadiboo said:

It is needed 

Ok here's the crashlog.

crash-2019-02-02_14.51.39-server.txt

Share this post


Link to post
Share on other sites

Sana36    8

Sana36

Sana36    8

  • Tree Puncher
  • Sana36
  • Members
  • 8
  • 46 posts
Posted February 9, 2019

Happy Weekend All!

 

How do I get a 'full stracktrace/context'?

 

Is the context what was happening when the error occurred?

 

Which would leave 'full stracktrace", how do I set up so I get this? As well as what I already get, the latest.log and crash-reports for errors when running the Forge Pre(s). Searching for the term in the docs I get a sorry this page does not exist yet. https://mcforge.readthedocs.io/en/latest/search.html?q=stracktrace

 

I also have some farming yields that are not right, wheat and beetroots throwing only seeds and low yields for carrots and potatoes but I am going to check in the latest version before I report anything more. If adfoc.us starts working again, so I can download the latest version ?

 

Share this post


Link to post
Share on other sites

Sana36    8

Sana36

Sana36    8

  • Tree Puncher
  • Sana36
  • Members
  • 8
  • 46 posts
Posted February 11, 2019

The adfoc.us link is not working for the 1.13 newer version install files. It still works for the older versions v15x etc but not the current one. I figured out how to download it anyway but I figure every little bit counts.

Share this post


Link to post
Share on other sites
  • Prev
  • 1
  • 2
  • 3
  • Next
  • Page 2 of 3  
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 6
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • diesieben07
      how do I config mods in 1.16.4?

      By diesieben07 · Posted 10 minutes ago

      They very much have a config. They just do not have a config GUI.
    • TeaWithBebeLoca
      How to download Forge on Linux Debian?

      By TeaWithBebeLoca · Posted 12 minutes ago

      So basically, I'm fairly new to linux, and I have no idea how to install forge. I run Linux Debian 10 (Buster), and I have Java edition Minecraft. I've installed the .jar file, but I don't know where to go from there.
    • sc0rich
      how do I config mods in 1.16.4?

      By sc0rich · Posted 19 minutes ago

      is that recent? like, not even forge has a config...
    • Latobius
      1.16.4 Can't connect to server, incomplete server tags.

      By Latobius · Posted 26 minutes ago

      Darn. Well, thanks for trying, and for the quick replies too.
    • cadbane86140
      Minecraft: Survival Island Episode 12- One of the FUNNIEST Episodes Yet!

      By cadbane86140 · Posted 38 minutes ago

      Hello There! Today on Survival Island we basically get nothing of importance done HOWEVER we basically just mess with each other for 15 minutes straight and this was too good just to scrap! We do however get the trampoline done but that's it. There are so many hilarious moments in this episode that I know you guys are gonna love! I hope you all enjoy this video and if you did don't forget to like and sub for more!   
  • Topics

    • sc0rich
      5
      how do I config mods in 1.16.4?

      By sc0rich
      Started Yesterday at 03:11 AM

    • TeaWithBebeLoca
      0
      How to download Forge on Linux Debian?

      By TeaWithBebeLoca
      Started 13 minutes ago

    • Latobius
      6
      1.16.4 Can't connect to server, incomplete server tags.

      By Latobius
      Started 13 hours ago

    • cadbane86140
      0
      Minecraft: Survival Island Episode 12- One of the FUNNIEST Episodes Yet!

      By cadbane86140
      Started 38 minutes ago

    • NullDev
      2
      Modded 1.16 fluid has no physics

      By NullDev
      Started 4 hours ago

  • Who's Online (See full list)

    • sc0rich
    • Hubmac
    • TeaWithBebeLoca
    • Seika85
    • brok4d
    • Kaiser Frederick
    • Pickle_Face5
    • BruhZenith
    • imawindow
    • Daeruin
    • sarkozi
    • diesieben07
    • Deadlocked47
    • Unlucky
    • Aviator737
    • AiresNor
  • All Activity
  • Home
  • Minecraft Forge
  • General Discussion
  • Beta testing of 1.13
  • Theme

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