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

Implement Smelting #254

Closed ExE-Boss closed 7 years ago

ExE-Boss commented 7 years ago

This PR implements smelting.

Depends on #253 (merged)

Completed:

codecov-io commented 7 years ago

Codecov Report

Merging #254 into master will decrease coverage by -0.53%. The diff coverage is 0%.

@@             Coverage Diff              @@
##             master     #254      +/-   ##
============================================
- Coverage     13.46%   12.93%   -0.53%     
- Complexity      652      657       +5     
============================================
  Files           395      398       +3     
  Lines         11549    12168     +619     
  Branches       1249     1344      +95     
============================================
+ Hits           1555     1574      +19     
- Misses         9896    10497     +601     
+ Partials         98       97       -1
Impacted Files Coverage Δ Complexity Δ
.../mc/forge/v18/recipes/MinecraftItemIngredient.java 0% <ø> (ø) 0 <ø> (ø) :x:
.../mc/forge/v17/recipes/MinecraftItemIngredient.java 0% <ø> (ø) 0 <ø> (ø) :x:
...a/nova/core/recipes/ingredient/ItemIngredient.java 0% <ø> (ø) 0 <ø> (?)
...ova/core/recipes/smelting/BasicSmeltingRecipe.java 0% <ø> (ø) 0 <ø> (?)
...va/core/recipes/crafting/ShapedCraftingRecipe.java 0% <ø> (ø) 0 <ø> (ø) :x:
...ava/nova/core/recipes/smelting/SmeltingRecipe.java 0% <ø> (ø) 0 <ø> (?)
.../wrapper/mc/forge/v18/recipes/RecipeConverter.java 0% <ø> (ø) 0 <ø> (ø) :x:
...a/core/recipes/smelting/SmeltingRecipeManager.java 0% <ø> (ø) 0 <ø> (?)
...a/core/recipes/crafting/CraftingRecipeManager.java 17.5% <ø> (ø) 1 <ø> (ø) :x:
...ava/nova/core/recipes/crafting/CraftingRecipe.java 0% <ø> (ø) 0 <ø> (ø) :x:
... and 32 more

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 aaccb91...92aae33. Read the comment docs.