You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Report only the interface the game declares for a block
The terminal page derived a list of interfaces from the type hierarchy, which
put IMyFunctionalBlock on 79 of 85 blocks and read as though every block could
be fetched through it. It now shows the interface only where the game declares
one, and nothing where it does not, rather than presenting a derived answer as
an authoritative one.
The sampled subtype is not shown either. A type id covers many subtypes and the
extractor reads actions and properties off whichever one it happened to spawn,
so naming it would suggest the entry applied to that subtype alone.
Also fixes the terminal page never regenerating after a generator change: the
staleness check compared the output against the data file only, so a fix
produced no output at all until the data happened to change. It now considers
DocGen's own build time as well.
0 commit comments