1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2025-12-19 14:59:21 +00:00

7 Commits

Author SHA1 Message Date
chris
c7fd0943fe Fix publishing (#18)
* move version/group setting to gradle.properties, publish all necessary artifacts

* We dont need the :

---------

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
2024-03-13 15:09:29 +00:00
chris
7a2caf6f5d Proper publishing setup (#17)
* Attempt at fixing published artifact

* wohoo it works

* attempt at excluding bootstrap's shadow jar from publishing

* Update gradle, fix publishing (aka, dont publish shadowed bootstrap build to maven)

* Don't apply shadow plugin for the converter

* why are we publishing the lib as an artifact...?

* make these implementation

* Shade bedrock-pack-schema into pack-schema-api
2024-03-13 14:34:58 +00:00
rtm516
2288bf68c4 Disable item models and fix model pivot 2024-03-09 01:09:14 +00:00
rtm516
b449a8359e Fix publishing 2024-03-07 15:52:57 +00:00
rtm516
831692c56f Publish converter library to maven repo 2024-03-07 15:47:45 +00:00
RednedEpic
d34bdc7f27 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.
2023-05-12 22:01:40 -05:00
RednedEpic
5c498f02e8 Convert to Gradle and split up converter & boostrap modules 2023-05-11 21:47:41 -05:00