Skip to content

Commit

Permalink
Updated version table
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni0451 committed Jun 30, 2024
1 parent 326ff9e commit 2a0c0dd
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ A minecraft data structure library with the goal of being compliant with the van
MCStructs is designed to have an open API, allowing for easy modification of internal structures.

## Modules
| Module | Description | Support Versions |
|--------------|----------------------------------------------------------|------------------|
| all | Gradle module with all modules except data | |
| core | Some util classes usually needed by other modules | * |
| data | Dumps of game data mainly used for inventories | 1.7 |
| enchantments | Enchantment and registry implementation | * |
| inventory | Reimplementation of the minecraft inventory code | 1.7, 1.8 |
| items | Wrapper for the minecraft ItemStack class and item types | * |
| nbt | General purpose nbt implementation | * |
| recipes | Implementation of dynamic recipes and registry | 1.7, 1.8 (WIP) |
| snbt | String Nbt parser for every version with snbt | 1.7 - 1.20.3 |
| text | Implementation of all text components | 1.6 - 1.20.3 |
| Module | Description | Support Versions |
|----------------|---------------------------------------------------|------------------|
| all | Gradle module with all modules except data | |
| converter | A reimplementation of codecs | 1.20.3 - 1.21 |
| core | Some util classes usually needed by other modules | * |
| data | Dumps of game data mainly used for inventories | 1.7 |
| itemcomponents | Item component implementations with serialization | 1.20.5 - 1.21 |
| nbt | General purpose nbt implementation | * |
| snbt | String Nbt parser for every version with snbt | 1.7 - 1.21 |
| text | Implementation of all text components | 1.6 - 1.21 |

## Releases
### Gradle/Maven
Expand Down

0 comments on commit 2a0c0dd

Please sign in to comment.