/** * Contains Forge hooks used by ForgeEssentials. * Separate package name is used in order to pass FML signing checks. * This package is subject to change as and when Forge updates. * * apiVersion will change when the build of forge we build FE on changes, or we add new hooks/APIs. */ @API(owner = "ForgeEssentials", provides = "Forge-FEHooks", apiVersion = "1291.1") package net.minecraftforge.fe; import cpw.mods.fml.common.API;