mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
* feat: persist runtime-set item components They serialized to nothing before; give the remaining ones a read/write so their data survives a save/load. Predicate-based ones keep raw NBT for now. * refactor: remove Cow where unnecessary Copied it over from ItemModelImpl, but it makes no sense for base_color, note_block_sound and tooltip_style: they're only ever built at runtime, so a plain String is enough.