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 (1.7.10) #266

Closed ExE-Boss closed 7 years ago

ExE-Boss commented 7 years ago

Accidentally unmerged code from #257.

codecov-io commented 7 years ago

Codecov Report

Merging #266 into master will decrease coverage by -0.41%. The diff coverage is 0%.

@@             Coverage Diff              @@
##             master     #266      +/-   ##
============================================
- Coverage     13.47%   13.06%   -0.41%     
  Complexity      664      664              
============================================
  Files           401      404       +3     
  Lines         11689    12054     +365     
  Branches       1251     1339      +88     
============================================
  Hits           1575     1575              
- Misses        10016    10381     +365     
  Partials         98       98
Impacted Files Coverage Δ Complexity Δ
...e/wrapper/mc/forge/v17/launcher/NovaMinecraft.java 0% <ø> (ø) 0 <ø> (ø) :x:
...core/recipes/crafting/ShapelessCraftingRecipe.java 0% <ø> (ø) 0% <ø> (ø) :x:
.../mc/forge/v17/recipes/MinecraftRecipeRegistry.java 0% <ø> (ø) 0% <ø> (ø) :x:
...va/core/recipes/crafting/ShapedCraftingRecipe.java 0% <ø> (ø) 0% <ø> (ø) :x:
...ava/nova/core/recipes/crafting/CraftingRecipe.java 0% <ø> (ø) 0% <ø> (ø) :x:
.../mc/forge/v18/recipes/MinecraftRecipeRegistry.java 0% <ø> (ø) 0% <ø> (ø) :x:
.../wrapper/mc/forge/v18/recipes/RecipeConverter.java 0% <ø> (ø) 0% <ø> (ø) :x:
.../core/recipes/crafting/SpecificItemIngredient.java 0% <ø> (ø) 0% <ø> (?)
...ava/nova/core/recipes/crafting/ItemIngredient.java 0% <ø> (ø) 0% <ø> (?)
.../nova/core/recipes/crafting/OreItemIngredient.java 0% <ø> (ø) 0% <ø> (?)

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 ea52a9a...07bbf87. Read the comment docs.