mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
comment out remap function, because we won't need it for a while!
This commit is contained in:
parent
b67c0f2667
commit
0bb3bc49d9
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue