Because of Masterwork DF's settings, there are numerous objects that could potentially be enabled, but are disabled by default (such as PLANT:BLACK_CAP in plant_standard.txt). This makes these raws inaccessible to DFRawFunctions, even though some people would want information on them (Masterwork-only items, that is, since black-caps are in vanilla DF).
Would replacing all occurrences of these tags in the raws included with the extension (for example, !NOTREEPLANT! with YESTREEPLANT[) be a better way of doing this? (I can make a script that does this fairly easily.)
cc: @asvae
Because of Masterwork DF's settings, there are numerous objects that could potentially be enabled, but are disabled by default (such as
PLANT:BLACK_CAPin plant_standard.txt). This makes these raws inaccessible to DFRawFunctions, even though some people would want information on them (Masterwork-only items, that is, since black-caps are in vanilla DF).Would replacing all occurrences of these tags in the raws included with the extension (for example,
!NOTREEPLANT!withYESTREEPLANT[) be a better way of doing this? (I can make a script that does this fairly easily.)cc: @asvae