Skip to content

Commit

Permalink
remove TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabeHunger54 committed Mar 28, 2024
1 parent 3fde621 commit b3b1a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ NeoForge automatically applies all mod data packs to a new world upon creation.
There is currently no built-in way to apply a set of custom data packs to every world. However, there are a number of mods that achieve this.
:::

Data packs may contain folders with files affecting the following things (TODO add links):
Data packs may contain folders with files affecting the following things:

| Folder name | Contents |
|-----------------------------------------------------------------------|------------------------------|
Expand Down Expand Up @@ -64,7 +64,7 @@ Data generation, colloquially known as datagen, is a way to programmatically gen

Datagen is run through the Data run configuration, which is generated for you alongside the Client and Server run configurations. The data run configuration follows the [mod lifecycle][lifecycle] until after the registry events are fired. It then fires the [`GatherDataEvent`][event], in which you can register your to-be-generated objects in the form of data providers, writes said objects to disk, and ends the process.

All data providers extend the `DataProvider` interface and usually require one method to be overridden. The following is a list of all data generators Minecraft and NeoForge offer (the linked articles add further information, such as helper methods, TODO add links):
All data providers extend the `DataProvider` interface and usually require one method to be overridden. The following is a list of all data generators Minecraft and NeoForge offer (the linked articles add further information, such as helper methods):

| Class | Method | Generates | Side | Notes |
|------------------------------------------------------|----------------------------------|-----------------------------------------|--------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
Expand Down

1 comment on commit b3b1a7b

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: b3b1a7baa4a73a31b386474734faaa4febf39820
Status: ✅ Deploy successful!
Preview URL: https://21838936.neoforged-docs-previews.pages.dev
PR Preview URL: https://pr-62.neoforged-docs-previews.pages.dev

Please sign in to comment.