/** * 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 @ [Jan 14, 2014, 6:50:36 PM (GMT)] */ package vazkii.botania.common.lib; public final class LibGuiIDs { public static final int LEXICON = 0; public static final int CRAFTING_HALO = 1; public static final int FLOWER_BAG = 2; public static final int BAUBLE_BOX = 3; }