Those constants shouldn't be there or used

Also notes last commit in changelog
This commit is contained in:
Nick 2016-01-19 02:34:49 -08:00
parent fdfcb5c5b7
commit 470b5fce9c
4 changed files with 15 additions and 8 deletions

View file

@ -14,9 +14,6 @@ import java.util.List;
public class BloodMagicAPI
{
public static final String ORB = "ItemBloodOrb";
public static final String SCRIBE = "ItemInscriptionTool";
@Getter
private static final List<BlockStack> teleposerBlacklist = new ArrayList<BlockStack>();