mirror of
https://github.com/GeyserMC/PackConverter.git
synced 2026-01-04 15:31:36 +00:00
Rewrite pack converter code and add pack schemas
Java POJO's are now generated from JSON schemas meaning they should always be up-to-date. The legacy converters have been moved into a separate package until they get converted. This new structure and systems/supporting APIs backing it makes the library far more powerful and will allow for much greater potential going forward.
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "pack-schema/generator/src/main/resources/schema"]
|
||||
path = pack-schema/generator/src/main/resources/schema
|
||||
url = https://github.com/Blockception/Minecraft-bedrock-json-schemas
|
||||
Reference in New Issue
Block a user