Skip to content

Commit

Permalink
Update Modules List
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Aug 25, 2024
1 parent 6079e7e commit 0eaa9bd
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,35 @@ Just choose a version and use its version number.
### Modules
| Module | Description |
|--------------------------|--------------------------------------------------------------------------------------|
| `asm` | Utils for doing asm |
| `accessors` | Accessor mixins aplenty |
| `asm` | Utils for doing asm |
| `attributes` | Additional Entity Attributes; step height, gravity, swim speed |
| `base` | Code that has not yet been split into modules |
| `blocks` | Adds extra block extensions. |
| `brewing` | A potion recipe api |
| `chunk_loading` | Custom chunk loading api |
| `client_events` | Useful client-side events |
| `common` | Miscellaneous utilities for other modules |
| `core` | Core functionality used across other modules |
| `conditions` | NeoForge's conditions system |
| `config` | A minimal port of forge's config api |
| `chunk_loading` | Custom chunk loading api |
| `core` | Core functionality used across other modules |
| `data` | Additional data generation providers |
| `entity` | Multipart entities, extra spawn data, removal listening |
| `extensions` | Extensions to vanilla classes for additional functionality |
| `fluids` | Api that provides additional fluid attributes for fluids |
| `gametest` | Tools to make GameTest creation as easy as possible |
| `gui_utils` | Adds additional utility classes and methods for screens and guis |
| `item_abilities` | Utilities for item abilities |
| `items` | Adds extra item extensions |
| `lazy_registration` | A implementation of forge's DeferredRegister system rewritten for fabric |
| `level_events` | Provides common level events for mods. |
| `loot` | A small library to modify mob loot |
| `mixin_extensions` | More features for Mixins |
| `model_builders` | Additional model builders for data generation |
| `model_generators` | Forge model generators |
| `model_loader` | Base loader for custom model types |
| `model_materials` | Material data for use in rendering |
| `models` | Model implementations, ModelData, RenderTypes |
| `obj_loader` | Loading .obj models |
| `recipe_book_categories` | Allows mods to add additional recipe book categories |
| `registries` | Custom datapack registries and registry utils |
| `tags` | Forge tags |
| `tool_actions` | Utilities for tool interactions |
| `transfer` | Storage implementations, client-side lookup, FluidStack, assorted transfer utilities |

### Contributing
Expand Down

0 comments on commit 0eaa9bd

Please sign in to comment.