Common Toolkit
Shared developer library — config, registries, networking (rewrite of Placebo)
Minecraft 26.2
NeoForge 26.2.0.57
Common Toolkit is a library mod for NeoForge (MC 26.2) providing shared developer utilities: configuration, networking helpers, dynamic JSON-driven registries with client sync, weighted gear/brewing registries, creative tab filling, color/codec helpers, and related infrastructure.
This is a from-scratch rewrite/port of Placebo by Shadows_of_Fire (MIT License), retargeted to Minecraft 26.2 under a new mod id, package, and API surface. The Patreon-gated cosmetic system of the original was intentionally removed.
Features
- Configuration — declarative common/client/server config with an in-game config screen
- Dynamic Registries — JSON-driven, datapack-reloadable registries with automatic client sync
- Networking Helper — simplified payload registration/handling
- Gear Sets & Brewing Mixes — weighted, JSON-configurable registries
- Creative Tab Filling — declarative registry for creative tab injection
- Color & Codec Utilities — gradient colors and common
Codec/StreamCodechelpers
Requirements
- NeoForge 26.2.0.57+ (client and server)
License
MIT — original code by Shadows_of_Fire (Placebo), MIT licensed.