Changes

14 bytes added ,  17:45, 5 June 2021
Line 38: Line 38:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
This will load the recipe using the recipe serialization system, and wire it back to the serializer via type matching the value you specified during the <code>RECIPE_TYPE</code> registration above, in step 2.
+
This will load the recipe using the recipe serialization system, and wire it back to the serializer via matching the registry name in <code>type</code> to the value you specified while registering the serializer in step 1.