q13x-eaglerproxy/server/meta.js
2024-09-04 12:02:00 +00:00

9 lines
268 B
JavaScript

const f = Object.freeze;
// bridge meta
export const BRIDGE_VERSION = f(1);
// adapter meta
export const PROXY_BRANDING = f("EaglerProxy");
export const PROXY_VERSION = f("1.0.8");
export const NETWORK_VERSION = f(0x03);
export const VANILLA_PROTOCOL_VERSION = f(47);