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.
Stub crate — see DESIGN.md for the full architecture and phased plan.
Data model only for now; nothing is wired to the runtime/registry yet.