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

223 Commits

Author SHA1 Message Date
rtm516
6aa44c39a7 Bump version to 3.2.1-SNAPSHOT 2024-03-28 10:47:25 +00:00
rtm516
26fddabe29 Add methods to add extra files to the exported pack 2024-03-28 10:34:24 +00:00
rtm516
fddf2b6ea4 Add logger support to ModelStitcher 2024-03-28 09:22:22 +00:00
Josiah Glosson
0058ca82eb Actually use the provided Provider (#22) 2024-03-25 15:47:47 +01:00
Josiah Glosson
7d417f79f3 Allow ModelStitcher.Provider to be specified in ModelConversionData (#20)
* Allow ModelStitcher.Provider to be specified in ModelConversionData

* Fix generics in Converters

* Use a context object for conversion data creation to minimize future BCs

* Don't fold AWT imports into star imports
2024-03-21 13:41:05 +01:00
chris
e35066b1e5 Merge pull request #19 from onebeastchris/ooops
Don't provide bedrock-pack-schema in the pack-schema-api artifact
2024-03-18 14:11:57 +01:00
onebeastchris
47a2b1d6e0 Don't include bedrock-pack-schema as a transitive compile time dependency in pack-schema-api 2024-03-18 14:10:05 +01:00
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
0a1114b22f Remove legacy code and fix temporary folder deletion 2024-03-12 22:29:34 +00:00
rtm516
0013416820 Update deprecated methods 2024-03-10 19:52:08 +00:00
rtm516
97881380fa Tidy up imports 2024-03-10 11:19:16 +00:00
rtm516
f79c022c47 Force UTF-8 output for properties 2024-03-10 00:53:01 +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
rtm516
74e0456a55 Fix support for single part language codes 2024-03-07 15:21:23 +00:00
rtm516
2147e29b4e Move spritesheets into subfolder 2024-03-03 11:14:46 +00:00
RednedEpic
da7f9116ff Merge branch 'feature/refactor' 2024-03-02 17:31:22 +00:00
RednedEpic
f16f61e5ea Make this a biconsumer 2024-03-02 17:30:56 +00:00
rtm516
4b3cf51ba5 Update java and bedrock schema 2024-03-02 00:44:01 +00:00
Redned
5919279dc1 Merge pull request #15 from GeyserMC/feature/refactor 2023-07-13 18:14:34 -05:00
RednedEpic
6626acb153 This should be 1.16.0 2023-07-09 22:12:29 -05:00
RednedEpic
37e2b20686 Update geometry version 2023-07-09 22:11:36 -05:00
RednedEpic
ff7b3c42ab Expose texture mappings 2023-07-09 21:19:57 -05:00
RednedEpic
2bfa8e6ce3 Greatly improve model conversion speed 2023-07-09 20:52:10 -05:00
RednedEpic
7171243ab3 Model stitching improvements 2023-07-09 20:30:15 -05:00
RednedEpic
7e85e30e63 Store stitched models 2023-07-09 16:03:45 -05: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
3f49c36d88 Comment this out for now 2023-07-07 20:52:47 -05:00
RednedEpic
7fedbb44fe Add very basic model conversion 2023-06-25 18:31:40 -05:00
rtm516
63a5d4f43b Fix language conversion for Norwegian Bokmål 2023-06-07 23:40:41 +01:00
rtm516
b067fbff06 Remove comment from properties 2023-06-07 09:20:29 +01:00
rtm516
1dd7997aab Cleaner lang converter implementation 2023-06-06 22:05:48 +01:00
rtm516
e6a26d7e4c Add lang file converter 2023-06-06 20:38:45 +01:00
rtm516
2c7c20201e Fix path format in TextureConverter 2023-06-05 18:33:57 +01:00
RednedEpic
c49fff1a77 Don't serialize empty maps 2023-06-04 23:28:01 -05:00
RednedEpic
f1129291ec Document PackConverter class 2023-06-04 21:12:30 -05:00
RednedEpic
91b2dfff42 Add support for specifying a subdirectory 2023-06-04 21:06:32 -05:00
RednedEpic
9f789827b1 Fix more missing schema values 2023-06-04 19:22:30 -05:00
RednedEpic
709916b102 Remove unused field 2023-06-04 19:04:53 -05:00
RednedEpic
083544ec12 Logging cleanup and other bugfixes 2023-06-04 19:04:37 -05:00
RednedEpic
f2813aa44d Don't read zip file if not a zip file 2023-06-04 15:38:59 -05:00
RednedEpic
8f6f8cb529 Use output for creating temp dir 2023-06-04 14:45:51 -05:00
RednedEpic
e355e621b2 Allow specifying uncompressed paths 2023-06-04 14:25:42 -05:00
RednedEpic
7266858f10 Handle post processor better 2023-06-04 13:31:13 -05:00
RednedEpic
835d53c6b2 Add onExport to ActionListener 2023-06-04 13:21:49 -05:00
RednedEpic
27faec4fe9 Split action listeners based on conversion data 2023-06-03 20:30:41 -05:00
RednedEpic
e207218644 Make this a class level generic 2023-06-01 23:05:29 -05:00