Remove client fallback item metadata inference

This commit is contained in:
Jage9
2026-02-24 19:57:05 -05:00
parent fe07fa3e8f
commit c38778451d
4 changed files with 6 additions and 63 deletions

View File

@@ -62,6 +62,7 @@ This is a behavior guide for packet semantics beyond raw schemas.
- `itemTypes[].propertyMetadata`: property-level metadata (`valueType`, optional `label`, optional `range`, optional `tooltip`, optional `maxLength`, optional `options`, optional `visibleWhen`)
- `itemTypes[].globalProperties`: non-editable global values (`useSound`, `emitSound`, `useCooldownMs`, `emitRange`, `directional`, `emitSoundSpeed`, `emitSoundTempo`)
- Client item UI requires this metadata from the server; there is no fallback item definition map.
- Client property help/type rendering is metadata-driven; it does not infer fallback types/tooltips from hardcoded key heuristics.
## Validation Boundaries