Class CrafterInventoryTranslator


public class CrafterInventoryTranslator extends AbstractBlockInventoryTranslator
Translates the Crafter. Most important thing to know about this class is that the result slot comes after the 3x3 grid AND the inventory. This means that the total size of the Crafter (10) cannot be used to calculate the inventory slot indices. The Translator and the Updater must then override any methods that use the size for such calculations