3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 08:21:06 +02:00

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

Dieser Commit ist enthalten in:
EOT3000 2019-07-30 08:38:37 -04:00
Ursprung b67c0f2667
Commit 0bb3bc49d9

Datei anzeigen

@ -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;