add to valid items list

This commit is contained in:
jascotty2 2019-09-06 09:57:02 -05:00
parent 677941e1b3
commit cb4db2bb34
2 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class SongodaCore {
* Whenever we make a major change to the core GUI, updater,
* or other function used by the core, increment this number
*/
private final static int coreRevision = 2;
private final static int coreRevision = 3;
private final static int updaterVersion = 1;
private final static Set<PluginInfo> registeredPlugins = new HashSet<>();

View File

@ -1970,6 +1970,8 @@ public enum LegacyMaterials {
switch (this) {
case ACACIA_WOOD:
case BIRCH_WOOD:
case BREWING_STAND:
case CAULDRON:
case DARK_OAK_WOOD:
case JUNGLE_WOOD:
case OAK_WOOD: