Skip to content
gottsch edited this page Jul 18, 2026 · 8 revisions

Welcome to the gottsch's Monster Manual (GMM) wiki!

GMM is a shared monster library — a base-class library of mob classes, AI goals, models, renderers, and textures that any Forge mod can build its monsters on top of. It isn't tied to any one developer or family of mods; Dungeon Denizens is one example running on top of it. GMM itself registers no entities, items, or blocks — this wiki covers the monsters that consuming mods spawn using GMM's shared code and assets.

Mob Roster

Organized by family, matching GMM's own base-class structure. Each page covers every documented monster in that family — flavor, threat description, and headline abilities, no implementation detail. See the sidebar for the full list as it grows.

For modpack makers & developers

  • Mob Config Reference — every datapack-driven config key GMM reads, per mob, with defaults
  • Tags Reference — the gmm:-namespaced tag system for weapon/armor pools, food, allies, and more
  • GitHub repo — source, issues, and license

Clone this wiki locally