1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2025-12-22 08:19:29 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
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
RednedEpic
19a4cbea4e Remove debug code 2023-07-09 15:56:13 -05:00
RednedEpic
2205760590 Add inheritance support for model conversion 2023-07-09 15:54:16 -05:00
RednedEpic
7fedbb44fe Add very basic model conversion 2023-06-25 18:31:40 -05:00
RednedEpic
483c7900a6 Don't auto pack 2023-06-01 22:24:54 -05:00
RednedEpic
c56a6738c0 Fix main class package 2023-06-01 21:54:06 -05:00
RednedEpic
257ca045cb Add support for action listeners 2023-05-28 16:19:47 -05:00
RednedEpic
e9405bf76b Add texture converters & start on block & item support 2023-05-13 22:30:08 -05: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