1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-27 02:39:15 +00:00

Add custom items to registry

This commit is contained in:
rtm516
2023-05-08 20:54:49 +01:00
parent d8acb6a82c
commit 6da8d5e7be

View File

@@ -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()