aurickk/OpSec — reverse-engineered prompt
Reverse engineered prompt
Build me a Fabric client side Minecraft privacy mod called OpSec.
I want it to protect players from servers trying to fingerprint or track their client. It should let the player spoof as vanilla, block or hide mod network channels, strip identifying pack info during connection, isolate server resource pack cache per account, block resource pack URLs that point to local or private addresses, and warn the player when something suspicious happens.
Add an in game settings screen reachable from the multiplayer screen and Mod Menu. It should have simple tabs for protection, whitelist, misc, and accounts. Include toggles for chat signing behavior, telemetry blocking, shader override stripping, key resolution protection, alerts, toast notifications, logging, and a debug command.
Also include an account manager where users can add Minecraft session tokens, switch accounts, refresh tokens, and import or export accounts as JSON.
Support current Fabric Minecraft versions listed in the project docs. Keep everything client side, make sensible defaults, and make the UI understandable for normal players. Look up current Fabric and Minecraft docs online if you need to.
Want more depth? Deep Reverse