A library for de/serialization of definitions on Minecraft: BE Resource/Behavior Packs
Still under heavy development
- Client Animation Definition
- Server Animation Definition
- Client Animation Controller Definition
- Server Animation Controller Definition
- Attachable Definition
- Biome Definition
- Block Definition
- Client Entity Definition
- Entity Definition
- Feature Definition
- Feature Rule Definition
- Fog Settings Definition
- Function File
- Item Definition
- Loot Table Definition
- Manifest Definition
- Particle Definition
- Recipe Definition
- Render Controller Definition
- Spawn Group Definition
- Spawn Rule Definition
- Texture Set Definition
- Trade Table Definition
- Basic Resource Pack File Definitions
I'm currently using Github Packages for publishing.
- Add the authentication to your global
settings.xml
to access Github Package Registry
<servers>
<server>
<id>github</id>
<username>YOUR_USERNAME</username>
<password>YOUR_AUTH_TOKEN</password>
</server>
</servers>
- Add the bedrockk's package repository to
pom.xml
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/bedrockk/*</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
- Add the dependency what you want: packages