diff --git a/Concepts-in-Crafting-Guide.md b/Concepts-in-Crafting-Guide.md index 6754213..88c7066 100644 --- a/Concepts-in-Crafting-Guide.md +++ b/Concepts-in-Crafting-Guide.md @@ -16,7 +16,7 @@ A single distinct object in the Minecraft world which may be held in a player's ### Item Data File -A YAML-based text file which describes extra content for an `Item`. This includes an (optional) list of videos and a markdown description (including images) which describes the item. See [[Item Data File Format]] for complete details. +A YAML-based text file which describes extra content for an `Item`. This includes an (optional) list of videos and a markdown description (including images) which describes the item. See [[Item Data Format]] for complete details. ### Item Group @@ -28,7 +28,7 @@ An extension to the original Minecraft game which is packaged and downloadable a ### Mod Data File -A YAML-based text file which describes an individual mod. This will generally list general information about the mod (e.g., author, website URL) as well as the `Mod Versions` available and any `Tutorials` for that `Mod`. See [[Mod Data File Format]] for complete details. +A YAML-based text file which describes an individual mod. This will generally list general information about the mod (e.g., author, website URL) as well as the `Mod Versions` available and any `Tutorials` for that `Mod`. See [[Mod Data Format]] for complete details. ### Mod Version @@ -36,7 +36,7 @@ A description of a `Mod` at a specific point in time. As `Mods` change, they oft ### Mod Version Data File -A YAML-based text file which describes a `Mod Version`. This contains a list of `Item Groups`, which each contain a list of `Items`, which each contain a list of `Recipes`. See [[Mod Version Data File Format]] for full details. +A YAML-based text file which describes a `Mod Version`. This contains a list of `Item Groups`, which each contain a list of `Items`, which each contain a list of `Recipes`. See [[Mod Version Data Format]] for full details. ### Recipe @@ -52,4 +52,4 @@ A combination of text and images which describes how to use some feature of a `M ### Tutorial Data Files -A YAML-based text file which contains the content of a tutorial. These contain the markdown text of the tutorial itself (including any external links, images, etc.) as well as a list of related videos. See [[Tutorial Data File Format]] for full details. \ No newline at end of file +A YAML-based text file which contains the content of a tutorial. These contain the markdown text of the tutorial itself (including any external links, images, etc.) as well as a list of related videos. See [[Tutorial Data Format]] for full details. \ No newline at end of file