Conversation
redundant, examples provided per-file now
renamed "home.md" for clarity
renamed "removing_recipes.md" and expanded upon
moved to "removing_recipes"
| - Removing Recipes: "recipes/removing_recipes.md" | ||
| - Adding Recipes: | ||
| - Blast Furnace: "recipes/adding_recipes/blast_furnace.md" | ||
| - Campfire: "recipes/adding_recipes/campfire.md" | ||
| - Crafting Table: "recipes/adding_recipes/crafting_table.md" | ||
| - Furnace: "recipes//adding_recipes/furnace.md" | ||
| - Smoker: "recipes/adding_recipes/smoker.md" | ||
| - Stone Cutter: "recipes/adding_recipes/stonecutter.md" |
There was a problem hiding this comment.
Please use single quotes.
| - Vanilla: | ||
| - How to: | ||
| - How to: 'vanilla/how_to/how_to.md' | ||
| - Stations: "vanilla/stations.md" |
There was a problem hiding this comment.
Please use single quotes.
| - Remember to close your brackets. Most text editors come with either a bracket pair highlighting or automatically creating a closing bracket. | ||
|
|
||
| ## Referencing | ||
| - Every reference to an item in game **must** be referenced with `<>`. |
There was a problem hiding this comment.
This statement feels a bit miss-leading, as you could also later reference an item using a variable, which would not need to be surrounded with brackets.
| ```zenscript | ||
| removeRecipe(IItemStack output); | ||
| ``` | ||
| This script will remove a(ll) recipes for a referenced item. For instance, typing |
There was a problem hiding this comment.
This script will remove a(ll)
Should thea(ll)just beall?
| @@ -0,0 +1,95 @@ | |||
| # Crafting Table | |||
There was a problem hiding this comment.
Documentation for the crafting table has been added here.
I think some decisions should be made as to how the documentation should be structured. @jaredlll08 when you have some time, I think it would be good to draft up a general concept for contributors to follow and add it to the README.
|
What is the current state of this PR? |
fixed mkdocs.yml from previous PR