Files
LegacyWeaveLoader/LegacyForgeRuntime
Jacobwasbeast 44fd4416e5 Fix creative inventory: inject mod items before TabSpec page count calculation
- Inject items before Original_CreativeStaticCtor so TabSpec constructors
  include mod items when calculating m_staticItems and m_pages
- Add UpdateTabPageCounts() to recalculate TabSpec page counts after
  staticCtor as safety measure (handles different binary layouts)
- Resolve specs symbol for TabSpec array access
- Add diagnostic logging for ItemInstance vtable, shared_ptr, vector sizes
2026-03-06 22:47:08 -06:00
..