mirror of
https://github.com/GeyserMC/Geyser.git
synced 2026-01-06 15:41:50 +00:00
Include item_data_components.json, target new mappings
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
19962
core/src/main/resources/java/item_data_components.json
Normal file
19962
core/src/main/resources/java/item_data_components.json
Normal file
File diff suppressed because it is too large
Load Diff
Submodule core/src/main/resources/mappings updated: e1eafe2c53...452312f883
Reference in New Issue
Block a user