Jump to content

Mod loading order [1.18]


Razor

Recommended Posts

Hey guys,

I try to make a mod thats overrides recipes from other mods. My problem is how to change the loading order that my recipes are loaded last.

 

I tried to change 'ordering' to "AFTER" or "BEFORE" in the dependencies of the mods.toml file but it doesn't seem to work..  Can anyone help me?

 

[[dependencies.allthecompatibility]]
    modId="assemblylinemachines"
    mandatory=false
    versionRange="[1.18-1.3.5,)"
    ordering="BEFORE"
    side="BOTH"

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

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