Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 06:50:09 +01:00
Merge branch 'feature/protocol-3.0' of https://github.com/GeyserMC/Geyser into feature/protocol-3.0
Dieser Commit ist enthalten in:
Commit
e542e01994
@ -379,6 +379,7 @@ public class ItemRegistryPopulator {
|
|||||||
// ComponentItemData - used to register some custom properties
|
// ComponentItemData - used to register some custom properties
|
||||||
componentItemData.add(customMapping.componentItemData());
|
componentItemData.add(customMapping.componentItemData());
|
||||||
customItemOptions.add(Pair.of(customItem.customItemOptions(), customMapping.itemDefinition()));
|
customItemOptions.add(Pair.of(customItem.customItemOptions(), customMapping.itemDefinition()));
|
||||||
|
registry.put(customMapping.integerId(), customMapping.itemDefinition());
|
||||||
|
|
||||||
customIdMappings.put(customMapping.integerId(), customMapping.stringId());
|
customIdMappings.put(customMapping.integerId(), customMapping.stringId());
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren