gitextract_xj5c23x8/ ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ └── config.yml │ ├── boring-cyborg.yml │ ├── pull_request_template.md │ ├── reaction.yml │ └── workflows/ │ └── autoupdate.yml ├── .gitignore ├── 404.html ├── CONTRIBUTING.md ├── Gemfile ├── README.md ├── _config.yml ├── _includes/ │ └── install_guide.md ├── assets/ │ └── css/ │ └── style.scss ├── mods/ │ ├── AcidGoose.md │ ├── Ball.md │ ├── BreadCrumbs.md │ ├── Clicker.md │ ├── ColorPickerGoose.md │ ├── Debugoose.md │ ├── DragGoose.md │ ├── GooseAI.md │ ├── GooseExploder.md │ ├── GooseJail.md │ ├── GooseLua.md │ ├── GooseManager.md │ ├── GoosePresence.md │ ├── Honcker.md │ ├── OnePunchGoose.md │ ├── PortalGoos.md │ ├── ShaggysConfigGUI.md │ ├── ShaggysNametagMod.md │ ├── SizzurpMods.md │ ├── Sonigoose.md │ ├── Toys.md │ ├── explore/ │ │ └── mods.md │ └── hatgoos.md └── notepads/ └── superflower008.md