yog-inventory — real Minecraft Container/Menu screens for Yog mods.
Unlike yog-ui (a HUD-drawn overlay screen with no real item slots), this
crate describes actual vanilla-style inventory screens: a block's own
slots plus, optionally, the player's own inventory grid underneath —
backed by a real Minecraft BlockEntity/AbstractContainerMenu on the
Java side, with real drag-and-drop and network sync for free.
See DESIGN.md for the full architecture and phased plan. This crate
currently covers the data model (phase 2); the Java-side BlockEntity/
Menu/Screen plumbing lands in later phases.