Jump to content

Recommended Posts

Posted (edited)

Hello, I would like to ask if there is a function or way in Forge's source code to load a mod during runtime, after all the mods have been loaded. Perhaps to reload the mods?

 

Thanks,

Best Regards - Jumpak.

Edited by jumpak
Posted
  On 4/1/2020 at 2:49 PM, jumpak said:

Hello, I would like to ask if there is a function or way in Forge's source code to load a mod during runtime, after all the mods have been loaded. Perhaps to reload the mods?

 

Thanks,

Best Regards - Jumpak.

Expand  

No hotloading and disabling mods has not been implemented(yet).

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Posted

I don’t think this will ever be possible (or at least not in the way Forge is currently).

Mods have a lot of capabilities. Although some mods only add content into the game (which still relies on the registry events at startup), there are mods whose functionality relies on doing stuff during FML setups or during game startups, and others that alters the entire game  (and have to be loaded from startup).

By not restarting the game, these mods will not work properly.

Some tips:

  Reveal hidden contents

 

Posted
  On 4/2/2020 at 8:10 AM, DavidM said:

I don’t think this will ever be possible (or at least not in the way Forge is currently).

Mods have a lot of capabilities. Although some mods only add content into the game (which still relies on the registry events at startup), there are mods whose functionality relies on doing stuff during FML setups or during game startups, and others that alters the entire game  (and have to be loaded from startup).

By not restarting the game, these mods will not work properly.

Expand  

I believe part of the reason for forge moving to an event-based registration approach was to begin to make things possible. If everyone created and registered everything at the correct time (in the events), it wouldn't be too much of a stretch to begin working on hotloading (restore vanilla registry state, re run registry events, continue). However, it is not really a priority for anyone, and isn't feasible until everyone starts playing by the rules.

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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