violet_crystal 0.1.1

Rust-powered addon development framework for Minecraft Bedrock
Documentation
1
2
3
4
5
6
7
8
9
10
import * as mc from '@minecraft/server';
import * as ui from '@minecraft/server-ui';

mc.system.run(() => {
    mc.world.sendMessage("This is working! Violet is pairing the scripts!")
})

// mc.world.afterEvents.itemUse.subscribe(() => {
//     mc.world.sendMessage("This is working! Violet is pairing the scripts!")
// })