3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 08:21:06 +02:00

Add custom items to registry

Dieser Commit ist enthalten in:
rtm516 2023-05-08 20:54:49 +01:00
Ursprung d8acb6a82c
Commit 6da8d5e7be
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 331715B8B007C67A

Datei anzeigen

@ -496,6 +496,7 @@ public class ItemRegistryPopulator {
mappings.add(ItemMapping.AIR);
}
mappings.set(javaItem.javaId(), mapping);
registry.put(customItemId, mapping.getBedrockDefinition());
if (customItem.creativeGroup() != null || customItem.creativeCategory().isPresent()) {
creativeItems.add(ItemData.builder()