Changes

Copy Custom Recipes to MC1.16 archive
Line 6: Line 6:     
==== IRecipeSerializer ====  
 
==== IRecipeSerializer ====  
The thing that actually serializes recipe files. It implements the vanilla recipe serializer interface and provides means of reading from JSON and performing read/write operations on network buffer objects. One should look into using [[Codecs/1.16]] for this class, as using them simplifies the logic significantly.
+
The thing that actually serializes recipe files. It implements the vanilla recipe serializer interface and provides means of reading from JSON and performing read/write operations on network buffer objects. One should look into using [[Codecs/1.16|Codecs]] for this class, as using them simplifies the logic significantly.
    
<syntaxhighlight lang="java">
 
<syntaxhighlight lang="java">
372

edits