yog-inventory 0.2.0

Yog inventory framework — real Container/Menu screens (vanilla-style or fully custom) for Yog mods
Documentation
  • Coverage
  • 33.33%
    6 out of 18 items documented0 out of 8 items with examples
  • Size
  • Source code size: 15.32 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 373.7 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • F000NKKK

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.