Mention the reflection based module.

This commit is contained in:
asofold 2016-12-01 12:04:05 +01:00
parent cc52581437
commit e644b44753
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ _For some building environments you might need to both set the profiles and set
| Profile | Parameter set to `true` | Description |
| :------------------ | :----------------------------- | :-------------- |
| `-P ncp_base` | `ncp_base` | Default profile without any of the native access modules, might pose compatibility issues with latest Minecraft versions. |
| `-P ncp_base` | `ncp_base` | Default profile without any of the native access modules, might pose compatibility issues with latest Minecraft versions. The reflection based module is included here. |
| `-P all-P ncp_base` | `cbdedicated` and `ncp_base` | All compatibility modules. |
| `-P spigot1_7_r4 -P ncp_base` | `spigot1_7_r4` and `ncp_base` | Just Spigot 1.7 R4 (MC 1.7.10). |
| `-P spigot1_8_r3 -P ncp_base` | `spigot1_8_r3` and `ncp_base` | Just Spigot 1.8 R3 (MC 1.8.4-1.8.8). |