Giter Site home page Giter Site logo

bedrockk / packs Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 783 KB

Minecraft: BE Resource/Behavior Pack Deserializer (WIP)

License: GNU Lesser General Public License v3.0

Java 100.00%
mcbe behaviorpack behavior mcpe serializer deserializer resourcepack pack minecraft bedrock

packs's Introduction

Packs

CI

A library for de/serialization of definitions on Minecraft: BE Resource/Behavior Packs

Still under heavy development

TODO:

  • 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

How to get Java Package

I'm currently using Github Packages for publishing.

  1. 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>
  1. 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>
  1. Add the dependency what you want: packages

packs's People

Contributors

phoshp avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.