Team-EnderIO / EnderIO

EnderIO Rewritten for Modern Minecraft.
The Unlicense
321 stars 92 forks source link

Make tasks use codec (partially) #697

Open ferriarnus opened 1 week ago

ferriarnus commented 1 week ago

Description

Changes codec serialization to make use of a codec. However, since these are currently still BE, they will be turned into NBT either way. As such I'm unsure if we really need it.

I have not given the alloy smelter a codec, as I think this one field can stay nbt for now. If at one point Mojang goes full codec, we will fix it.

closes: #690

TODO

Breaking Changes

List any breaking changes in this section, such as: changed/removed APIs, changed or removed items/blocks or modifications to recipes and gameplay mechanics.

Checklist