yog-api 0.5.4

Yog — ergonomic Rust API for writing Minecraft mods (facade).
Documentation

Yog API — the single crate mod authors depend on.

A facade that re-exports every Yog domain plus the central [Registry] hub. Add a new domain crate, re-export it here, and mods pick it up via yog_api::*. Items are available both flat (yog_api::Registry) and namespaced by domain (yog_api::world::World).