Mojang / DataFixerUpper

A set of utilities designed for incremental building, merging and optimization of data transformations.
MIT License
1.2k stars 138 forks source link

Feature Request: Split Codec and Schemas #94

Open gudenau opened 6 months ago

gudenau commented 6 months ago

I find Codecs to be a really powerful and useful tool that I would like to be able to use in my own projects without also pulling in everything else in DFU. Would you please split DFU up into a couple of modules similar to how Fast Util has a core module and a full module?