Chillu1 / ModiBuff

Buff/Debuff/Modifier library focused on feature set and performance, while maintaining 0 GC. Fully pooled
Mozilla Public License 2.0
139 stars 4 forks source link

Recipe serialization or save/load #39

Closed Chillu1 closed 1 month ago

Chillu1 commented 10 months ago

Describe the solution you'd like Standardized way to serialize recipes (JSON, XML, Protobuf, ...)

Logic There are two possible approaches to this: save only the recipe "input", meaning that we save how the code looks like to get this modifier recipe. Or we save all the recipe data instead.