Changes

m
Add missing bracket
Line 106: Line 106:  
! Method !! Description
 
! Method !! Description
 
|-
 
|-
| getId || This gets the id of the recipe. When serialized, the recipe will be saved to <code>data/<namespace>/recipes/<path>.json</code.
+
| getId || This gets the id of the recipe. When serialized, the recipe will be saved to <code>data/<namespace>/recipes/<path>.json</code>.
 
|-
 
|-
 
| getType || This gets the <code>IRecipeSerializer</code> of the recipe. The registry name is set to the <code>type</code> field using this within <code>#serializeRecipe</code>.
 
| getType || This gets the <code>IRecipeSerializer</code> of the recipe. The registry name is set to the <code>type</code> field using this within <code>#serializeRecipe</code>.