All versions
0.1.0
Beta
Vyvern Bridge 0.1.0last month 14
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Vyvern Bridge — Changelog
0.4.1
- New
CompanionConfigStore: live in-game config changes (e.g. an operator raising the vein-mine block cap) now sync instantly to every client, persist atomically toconfig/vyvern-companion.json, and survive a restart even without a panel connection. - New shared
Noticesbroadcast channel +NoticeOverlay(banner-stack with a kind-coloured accent, fades out) — the delivery mechanism behind the admin broadcast feature; falls back to chat on vanilla clients.
0.4.0
- Fixed a bug where mods could show "not loaded" forever after a Vyvern panel restart (bus reconnect logic).
0.3.0
- Minor bugfixes.
0.2.0
- Bus command dispatch framework (backs
/vyvern-style commands across mods). - Config command framework: mods now show live settings in the panel's "Vyvern Mods" section, plus in-game
/vyvern help. - Bus URL now auto-heals across Vyvern redeploys instead of requiring a manual reconnect.
- Shipped the shared in-game "Vyvern hub" GUI shell (tab rail, custom translucent rendering, inventory-button entry point) that every feature mod's panels are now built on top of.
- Live-reload of config values pushed from the panel, plus clash-surfacing when two sources disagree.
0.1.0
- Initial release: the WebSocket bus to a Vyvern panel, the permission-node framework, config plumbing, and dev-mode logging.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:yiAxil3V:iZHsDL0e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yiAxil3V:iZHsDL0e"
}

