3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-12-26 16:12:46 +01:00

Include item_data_components.json, target new mappings

Dieser Commit ist enthalten in:
onebeastchris 2024-12-05 18:16:09 +08:00
Ursprung ed3008f245
Commit b469a61b72
3 geänderte Dateien mit 19964 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -54,7 +54,7 @@ public final class DataComponentRegistryPopulator {
public static void populate() {
GeyserBootstrap bootstrap = GeyserImpl.getInstance().getBootstrap();
List<DataComponents> defaultComponents;
try (InputStream stream = bootstrap.getResourceOrThrow("mappings/item_data_components.json")) {
try (InputStream stream = bootstrap.getResourceOrThrow("java/item_data_components.json")) {
JsonElement rootElement = JsonParser.parseReader(new InputStreamReader(stream));
JsonArray jsonArray = rootElement.getAsJsonArray();

Datei-Diff unterdrückt, da er zu groß ist Diff laden

@ -1 +1 @@
Subproject commit e1eafe2c5304012d23acba80659459f7868fe2b1
Subproject commit 452312f88317cce019b8f336f485ffa7b2c19557