Tags: CottonMC/Jankson-Fabric
Tags
Remove deprecated item stack serde methods This includes serialising and deserialising item stacks with the default Jankson instance from JanksonFactory. These were deprecated in 8.0.0 as they didn't include item components. Components can't be included in JanksonFactory.builder() since they need registry access, so devs should use the vanilla item stack codecs instead.