Rice Crafting Table is a mod that adds a 9x9 crafting table which is an unofficial port of Avaritia to 1.10.2. Please note that this mod needs KewaiiLib to function! When downloading this mod via the curse launcher, it automaticly downloads together with the mod, but if you are using this mod outside of the curse launcher, please dont forget to add this library to the mods folder too!
Add recipes:
To add recipes you will need CraftTweaker. In its "script.zs" files you add:
This depends on whether you want your recipe to be shapeless or shaped.
An example of one of those commands is:
mods.rice.ExtremeCrafting.addShapeless(<minecraft:diamond> * 1,
[[<minecraft:coal>, <minecraft:coal>, <minecraft:coal>, null, null, null, null, null, null],
[<minecraft:coal>, <minecraft:coal>, <minecraft:coal>, null, null, null, null, null, null],
[<minecraft:coal>, <minecraft:coal>, <minecraft:coal>, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null],
[null, null, null, null, null, null, null, null, null]]);