Implement two way configuration serialization by using minecraft's codec as a backend
SigmundGranaas opened this issue ยท 1 comments
Implement two way data serialization for the features attributes and internal state logic. This should ideally be done using Minecraft's internal CODEC, as it has been tailor made for this purpose, but I need to find a solution that also works outside of mc environments. This is a requirement for being able to migrate to 1.20.2 and above.