violet_crystal 0.1.1

Rust-powered addon development framework for Minecraft Bedrock
Documentation
1
2
3
4
5
6
7
8
9
pub const IMPORTANTMD: &str = "# IMPORTANT

*This file is generated by VioletCrystal.*

You're using Pack.generate(None) (or Pack.generate(Some(true))) to generate the pack. The problem is that the generate function generates a new UUID in manifests every time
To remove that weird functionality just code it as
```rust
Pack.generate(Some(false))
```";