comment out remap function, because we won't need it for a while!

This commit is contained in:
EOT3000 2019-07-30 08:38:37 -04:00
parent b67c0f2667
commit 0bb3bc49d9
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ public class Toolbox {
}
//Method to convert java to bedrock
private static void convert(Map<String, BedrockItem> items1, Map<String, JavaItem> java) {
/*private static void convert(Map<String, BedrockItem> items1, Map<String, JavaItem> java) {
Map<JavaItem, List<BedrockItem>> convertions = new HashMap<>();
for(Map.Entry<String, JavaItem> entry2 : java.entrySet()) {
@ -164,7 +164,7 @@ public class Toolbox {
} catch (Exception e) {
e.printStackTrace();
}
}
}*/
public static final Collection<StartGamePacket.ItemEntry> ITEMS;