diff --git a/docs/blocks/customconsumtype.md b/docs/blocks/customconsumtype.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/blocks/customgeartype.md b/docs/blocks/customgeartype.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/blocks/damage.md b/docs/blocks/damage.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/blocks/defense.md b/docs/blocks/defense.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/blocks/durability.md b/docs/blocks/durability.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/blocks/effects.md b/docs/blocks/effects.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/blocks/nameafter.md b/docs/blocks/nameafter.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/blocks/requirements.md b/docs/blocks/requirements.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/config.md b/docs/config.md index 1052f9c..e6785e0 100644 --- a/docs/config.md +++ b/docs/config.md @@ -22,12 +22,20 @@ However, it's inaccurate. This is what it SHOULD look like: ## Documentation for each block: - [Item type](blocks/type.md) +- [Custom Gear Type (NOT IMPLEMENTED YET)](blocks/customgeartype.md) +- [Custom Consumable Type (NOT IMPLEMENTED YET)](blocks/customconsumtype.md) +- [Durability (NOT IMPLEMENTED YET)](blocks/durability.md) +- [Requirements (NOT IMPLEMENTED YET)](blocks/requirements.md) - [Name](blocks/name.md) +- [NameAfter (NOT IMPLEMENTED YET)](blocks/nameafter.md) - [Shiny](blocks/shiny.md) +- [Identifications](blocks/identifications.md) +- [Damage (NOT IMPLEMENTED YET)](blocks/damage.md) +- [Defense (NOT IMPLEMENTED YET)](blocks/defense.md) +- [Effects (NOT IMPLEMENTED YET)](blocks/effects.md) - [Powder Limit](blocks/powderlimit.md) - [Powders](blocks/powders) -- [Identifications](blocks/identifications.md) -- [Custom Identifications](blocks/identifications.md) +- [Custom Identifications (NOT IMPLEMENTED YET)](blocks/identifications.md) - [Reroll](blocks/reroll.md)