Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIllusiveC4 committed Jul 2, 2024
1 parent 9ae5f30 commit fa43c88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/curios/inventory/basic-inventory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Learn how to access and manage the Curios inventory attached to an entity.

## Overview
---
Each entity that has been assigned any number of slot types based on [entity registration](../slots/entity-register.md)
Each entity that has been assigned any number of slot types based on [entity registration](../slots/entity-register.mdx)
will automatically gain a Curios inventory, initialized with a sub-inventory for each slot type that has been assigned.
This inventory can be used for a variety of purposes, such as finding out which items are held in the inventory or
modifying the number of slots that are in each sub-inventory.
Expand Down
2 changes: 1 addition & 1 deletion docs/curios/slots/data-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void generate(HolderLookup.Provider registries, ExistingFileHelper fileHe
```
Additional parameters can be added by calling methods on the `IEntitiesData` returned by the `createEntities` method
call. All of these parameters correspond to JSON fields, more information on these can be found on the page for
[entity registration](entity-register.md#-syntax).
[entity registration](entity-register.mdx#-syntax).

| Method | Parameters | Field | Notes |
|----------------|-------------------|--------------|------------------------------------------------------------|
Expand Down
2 changes: 1 addition & 1 deletion docs/curios/slots/datapack-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The file specifies these properties:
datapack, as denoted by the `"slots"` list
* The entities being given slots are all players and armor stands, as denoted by the `"entities"` list

For more information on the fields and customization of entity slots, please refer to [the entity slots page](entity-register.md).
For more information on the fields and customization of entity slots, please refer to [the entity slots page](entity-register.mdx).

## Adding an Item to a Curio Slot

Expand Down
2 changes: 1 addition & 1 deletion docs/curios/slots/preset-slots.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ types when applicable.

:::note
Although these slot types are provided by Curios, they are not added to any entities by default. This needs to be done
by the developer or user by [adding slot types to entities](entity-register.md).
by the developer or user by [adding slot types to entities](entity-register.mdx).
:::

## Slot Types
Expand Down
2 changes: 1 addition & 1 deletion docs/curios/slots/slot-register.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ needed datapack registration.
**Why are my registered slot types not appearing?**

Registering slot types makes them available for use; however, they are _not_ added to any entities (including players)
by default. In order to add them to an entity, please refer to [the next step](entity-register.md) on adding slot
by default. In order to add them to an entity, please refer to [the next step](entity-register.mdx) on adding slot
types to entities.
:::

Expand Down

0 comments on commit fa43c88

Please sign in to comment.