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 1.8 BWBlock and BWItem rendering #283

Closed ExE-Boss closed 7 years ago

ExE-Boss commented 7 years ago

This PR implements backward rendering of Minecraft 1.8 Blocks and Items.

Depends on:

Completed:


Split off from #252, partially implements #104

codecov-io commented 7 years ago

Codecov Report

Merging #283 into master will decrease coverage by 0.11%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #283      +/-   ##
============================================
- Coverage     13.49%   13.38%   -0.12%     
  Complexity      711      711              
============================================
  Files           408      409       +1     
  Lines         12651    12757     +106     
  Branches       1337     1348      +11     
============================================
  Hits           1707     1707              
- Misses        10828    10934     +106     
  Partials        116      116
Impacted Files Coverage Δ Complexity Δ
...core/wrapper/mc/forge/v18/wrapper/item/BWItem.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...r/mc/forge/v18/wrapper/block/backward/BWBlock.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...orge/v18/wrapper/render/backward/BWBakedModel.java 0% <0%> (ø) 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 c87124b...4ff3d0b. Read the comment docs.