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

[RFC] Factory Components #228

Open SoniEx2 opened 7 years ago

SoniEx2 commented 7 years ago

BlockFactory could benefit from being a ComponentProvider, as that would allow it to store components associated with a type of Block, instead of a world location.