Make S3_0 stub ruleset consistent about transform_result and transform_time
Targeted this one to 3.0.0 already, as it should be in when we initially make ruleset installable via modpack installer (#43623). People who grab the early version may not update later.
S3_0 only
It's not an error in 3.0 to have transform_result and transform_time inconsistent about whether transformation is allowed (it's not allowed if either does not allow it). It would still be cleaner to have them consistent, and it would also reduce work on porting a ruleset to later versions where such inconsistency is not allowed.
Make them consistent in stub ruleset. This is likely trivial port of #43614 where we did emergency update for later branches.