NOVA-Team / NOVA-Monorepo

The core API of the NOVA voxel game modding system
https://nova-team.github.io
GNU Lesser General Public License v3.0
66 stars 23 forks source link

Make NOVA Wrappers load in the correct order #257

Closed ExE-Boss closed 7 years ago

ExE-Boss commented 7 years ago

This PR makes the NOVA wrappers that have a @Mod annotation load in the order according to the @Mod.dependencies() parameter. Should have been in #256.

codecov-io commented 7 years ago

Codecov Report

Merging #257 into master will increase coverage by -0.04%.

@@             Coverage Diff              @@
##             master     #257      +/-   ##
============================================
- Coverage     13.65%   13.61%   -0.04%     
  Complexity      652      652              
============================================
  Files           395      395              
  Lines         11387    11420      +33     
  Branches       1246     1249       +3     
============================================
  Hits           1555     1555              
- Misses         9734     9767      +33     
  Partials         98       98
Impacted Files Coverage Δ Complexity Δ
...main/java/nova/internal/core/launch/ModLoader.java 47.29% <ø> (-0.65%) 9 <ø> (ø)
...e/wrapper/mc/forge/v18/launcher/NovaMinecraft.java 0% <ø> (ø) 0 <ø> (ø) :x:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4d86319...cc2a22f. Read the comment docs.