RecipeManager

RecipeManager

130k Downloads

Allow dynamic adding of 'flags' & reconsider 'flagtypes'

holmat opened this issue ยท 0 comments

commented

Problem 2:
FlatType enum: https://github.com/haveric/RecipeManager2/blob/master/src/main/java/haveric/recipeManager/flags/FlagType.java

Can't add new flags dynamically. Names are statically called throughout the plugin causing any changes here to break EVERYTHING.