Rice Crafting Table
Rice Crafting Table is an unofficial port of Avaritia for Minecraft 1.10.2 that adds an expanded 9x9 crafting table to the game. The mod requires KewaiiLib library to function properly. When installing through CurseForge launcher, it downloads automatically, but with manual installation remember to add it to the mods folder.
Recipe Configuration
To add custom crafting recipes, you'll need CraftTweaker mod. Use the following commands in script.zs files:
// Shapeless recipe
mods.rice.ExtremeCrafting.addShapeless(output, ingredients);
// Shaped recipe
mods.rice.ExtremeCrafting.addShaped(output, ingredients);
Recipe creation example:
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]]);
Modpacks Featuring This Mod
See the mod in action in these collections:
- AWTS2: realistic hardcore survival
- ArdentCraft: The Beginning: adventure modpack
Future Plans
Integration with Refined Storage is under development for improved storage system compatibility.