mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-25 17:59:27 +00:00
comment out remap function, because we won't need it for a while!
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user