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

Change MCRetentionManager file extension to .nbt #311

Closed ExE-Boss closed 6 years ago

ExE-Boss commented 6 years ago

This changes the MCRetentionManager’s saving and loading file extension from .dat to .nbt to better indicate the file format.

codecov-io commented 6 years ago

Codecov Report

Merging #311 into master will decrease coverage by 0.74%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #311      +/-   ##
============================================
- Coverage     16.99%   16.24%   -0.75%     
- Complexity      965      980      +15     
============================================
  Files           416      416              
  Lines         13165    14023     +858     
  Branches       1383     1480      +97     
============================================
+ Hits           2237     2278      +41     
- Misses        10782    11597     +815     
- Partials        146      148       +2
Impacted Files Coverage Δ Complexity Δ
...apper/mc/forge/v18/manager/MCRetentionManager.java 5.55% <0%> (+1.3%) 2 <0> (+1) :arrow_up:
...apper/mc/forge/v17/manager/MCRetentionManager.java 5.55% <0%> (+1.3%) 2 <0> (+1) :arrow_up:
.../java/nova/core/block/component/BlockProperty.java 61.53% <0%> (-38.47%) 0% <0%> (ø)
.../wrapper/mc/forge/v18/wrapper/VectorConverter.java 71.42% <0%> (-16.08%) 10% <0%> (+3%)
src/main/java/nova/core/component/Component.java 41.66% <0%> (-3.79%) 3% <0%> (ø)
src/main/java/nova/core/event/ItemEvent.java 25% <0%> (-2.28%) 0% <0%> (ø)
...apper/mc/forge/v18/launcher/ForgeEventHandler.java 0% <0%> (ø) 0% <0%> (ø) :arrow_down:
...er/mc/forge/v18/wrapper/inventory/BWInventory.java 0% <0%> (ø) 0% <0%> (ø) :arrow_down:
...per/mc/forge/v17/wrapper/block/BlockConverter.java 0% <0%> (ø) 0% <0%> (ø) :arrow_down:
...orge/v18/wrapper/render/backward/BWBakedModel.java 0% <0%> (ø) 0% <0%> (ø) :arrow_down:
... and 58 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 6ee0f33...e985ec8. Read the comment docs.