Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-04 23:30:17 +01:00
comment out remap function, because we won't need it for a while!
Dieser Commit ist enthalten in:
Ursprung
b67c0f2667
Commit
0bb3bc49d9
@ -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;
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren