Would you like to add your own recipes without needing to do any mod development?
If so this mod is for you. By using a basic file syntax as shown below you can define new recipes at whim!

See the documentation here, recipe syntax here and a repo of useful examples here.
<recipe id="3x3">
<lineA>AAA</lineA>
<lineB>ABA</lineB>
<lineC>AAA</lineC>
<output>map</output>
<outputCount>9</outputCount>
<inputItems>leather map</inputItems>
<inputAssociation>A B</inputAssociation>
</recipe>
This project is based on Wuppy29's excellent Simple Recipes mod.
Notes:
No files available for download.