mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-27 12:35:12 +01:00
add to valid items list
This commit is contained in:
parent
677941e1b3
commit
cb4db2bb34
@ -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<>();
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user