fix(plugin-api): expose data components to Rust plugins (#2306)

This commit is contained in:
Niclas
2026-06-28 09:35:52 +02:00
committed by GitHub
parent 2f653f6336
commit 28e8187f23

View File

@@ -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,