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
AJ Ferguson
565ce3062e
Box primitives
2023-06-01 22:35:03 -05:00
RednedEpic
10dab367d4
Add render controllers to BedrockResourcePack
2023-06-01 22:27:07 -05:00
RednedEpic
483c7900a6
Don't auto pack
2023-06-01 22:24:54 -05:00
RednedEpic
a8249fe2ba
Add list method
2023-06-01 22:23:21 -05:00
RednedEpic
d2fcf1299a
Support multiple action listeners
2023-06-01 22:22:43 -05:00
RednedEpic
c56a6738c0
Fix main class package
2023-06-01 21:54:06 -05:00
RednedEpic
409050a085
Add Jitpack config
2023-06-01 21:44:05 -05:00
RednedEpic
e1d07cd80b
Add gradle wrapper
2023-06-01 21:35:09 -05:00
RednedEpic
9dacaaed6b
Add villager and drowned transformers
2023-05-31 22:22:56 -05:00
RednedEpic
4813c1c204
Add chest and bed converters
2023-05-31 21:38:47 -05:00
RednedEpic
a26dc2c9db
Clean up texture transformation
2023-05-31 20:50:39 -05:00
RednedEpic
09a31cbbbb
Implement the rest of the spritesheet particles
2023-05-31 20:11:21 -05:00
RednedEpic
8563f013c1
Add base particle transformer
2023-05-31 19:35:08 -05:00
RednedEpic
9814400975
Re-enable liquid transformer and add sheep
2023-05-30 22:20:54 -05:00
RednedEpic
eec3e17819
Fix some crash issues and get TGA files working
2023-05-30 22:09:49 -05:00
RednedEpic
530bd2dd38
Start work on TGA image conversion and overlays
2023-05-29 00:22:01 -05:00
RednedEpic
d50368fe41
Work on more converters
2023-05-28 23:29:17 -05:00
RednedEpic
485f8b170c
Add recovery compass to atlas transformer
2023-05-28 21:09:11 -05:00
RednedEpic
3d9d411f5b
Add export location mappings (courtesy of @Kas-tle)
2023-05-28 20:17:59 -05:00
RednedEpic
d853c91e7d
Add support for bulk converters
2023-05-28 19:49:29 -05:00
RednedEpic
257ca045cb
Add support for action listeners
2023-05-28 16:19:47 -05:00
RednedEpic
cfd22593c0
Fix a few schema gen bugs
2023-05-28 15:50:39 -05:00
RednedEpic
e9405bf76b
Add texture converters & start on block & item support
2023-05-13 22:30:08 -05:00
RednedEpic
1ce9ca6c6b
Switch over to GSON and add sound converter
2023-05-13 21:31:03 -05:00
RednedEpic
7994cea115
Improve Bedrock packschema generation code
2023-05-13 19:25:45 -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
b406171d12
Generate a shaded jar for the converter module too
2023-05-11 21:49:40 -05:00
RednedEpic
5c498f02e8
Convert to Gradle and split up converter & boostrap modules
2023-05-11 21:47:41 -05:00