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 Minecraft version number representation in wrapper packages #287

Closed ExE-Boss closed 6 years ago

ExE-Boss commented 7 years ago

Instead of doing nova.core.wrapper.mc.forge.v[major][minor], we should do nova.core.wrapper.mc.forge.v[major]_[minor](_[patch]).