/** * This class was created by <Vazkii>. It's distributed as * part of the Botania Mod. Get the Source Code in github: * https://github.com/Vazkii/Botania * * Botania is Open Source and distributed under the * Botania License: http://botaniamod.net/license.php * * File Created @ [Dec 20, 2014, 4:29:09 PM (GMT)] */ package vazkii.botania.client.gui.crafting; import net.minecraft.inventory.Container; import net.minecraft.inventory.InventoryCrafting; public class InventoryCraftingHalo extends InventoryCrafting { public InventoryCraftingHalo(Container container, int width, int height) { super(container, width, height); } }