From 28e8187f23e280b45b5fd9dce0e431b433f54f16 Mon Sep 17 00:00:00 2001 From: Niclas <130746231+NicDevTV@users.noreply.github.com> Date: Sun, 28 Jun 2026 09:35:52 +0200 Subject: [PATCH] fix(plugin-api): expose data components to Rust plugins (#2306) --- pumpkin-plugin-api/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pumpkin-plugin-api/src/lib.rs b/pumpkin-plugin-api/src/lib.rs index 849e46ba7..995968beb 100644 --- a/pumpkin-plugin-api/src/lib.rs +++ b/pumpkin-plugin-api/src/lib.rs @@ -51,7 +51,7 @@ pub mod command { pub use wit::pumpkin::plugin::{ bedrock_packets, block_entity, boss_bar, command as command_wit, common, context::{Context, Server}, - entity, + data_components, entity, entity_types::EntityType, gui, i18n, java_dialogs, java_packets, particles, permission, player, scoreboard, server, text, world,