05e700cfc7
Players with an existing options.txt (i.e. anyone who has launched MC once) don't get the 'default_packs' applied -- RPO only treats those as defaults for fresh installs. Adding 'required: true' to the override entry on the assumption that the field forces the pack to be enabled on every launch regardless of player choice. Decompiled the jar for string constants and 'required' appears alongside 'force_compatible' as a known key. If the field name is wrong RPO will silently ignore it -- no harm, easy iteration.