{"id":13710618,"url":"https://github.com/zPeanut/Hydrogen","last_synced_at":"2025-05-06T19:32:16.284Z","repository":{"id":39859072,"uuid":"335309423","full_name":"zPeanut/Hydrogen","owner":"zPeanut","description":"An open source, mixin based ghost client for Minecraft 1.8.9 built on Minecraft Forge.","archived":false,"fork":false,"pushed_at":"2024-01-07T00:46:17.000Z","size":4068,"stargazers_count":147,"open_issues_count":6,"forks_count":17,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-13T21:44:30.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zPeanut.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-02T14:08:00.000Z","updated_at":"2024-10-03T16:09:13.000Z","dependencies_parsed_at":"2024-11-13T21:33:58.738Z","dependency_job_id":"d475be63-29db-4d34-ac90-450d4254d11d","html_url":"https://github.com/zPeanut/Hydrogen","commit_stats":null,"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zPeanut%2FHydrogen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zPeanut%2FHydrogen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zPeanut%2FHydrogen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zPeanut%2FHydrogen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zPeanut","download_url":"https://codeload.github.com/zPeanut/Hydrogen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252753641,"owners_count":21798988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T23:00:58.966Z","updated_at":"2025-05-06T19:32:11.275Z","avatar_url":"https://github.com/zPeanut.png","language":"Java","funding_links":[],"categories":["Some Info"],"sub_categories":[],"readme":"![alt text](https://raw.githubusercontent.com/zPeanut/Resources/master/hydrogen.png)\n\nAn open source, mixin based ghost client for Minecraft 1.8.9 built on Minecraft Forge.  \nDeveloped by [Me] and [UltramoxX].  \nContributions are highly welcome!\n\nCurrent stable release: **1.12.5**  \n  \nJoin our discord!  \nhttps://discord.gg/dmw5N5X9p6\n\nFull Changelog:  \nhttps://zpeanut.github.io/main/changelog\n  \nPlease remember that: **We are not responsible for any repercussions you face using this client.  \nWe are merely providing you with it. Use at your own risk.** \n\n\n## Features\n\nThere are currently over 50 modules included in Hydrogen,  \nincluding a fully customizable Ingame GUI, aswell as various  \nrender, combat and utility focused modules.  \n  \nGo ahead and try them out!\n\n## USER INSTALLATION\n\nBefore you install Hydrogen, make sure to have installed Minecraft Forge for Minecraft 1.8.9.\n\n### Automatic Installation:\n\n1. Download the [Installer] ([src code])\n2. Select your version.\n3. Enjoy the ride.\n\n### Manual Installation:\n\n1. Download the latest [release] of Hydrogen.\n2. Drag and Drop ``hydrogen-x.x.x.jar`` into your directory for Forge mods (Win-Default: ``%appdata%/.minecraft/mods``).\n3. Select your launcher profile with the respective Forge version.\n4. Enjoy the ride.\n\n## Setup with Forge MDK\n\nHydrogen runs on Gradle. Make sure you have it is installed correctly before setting up.\n\n1. Clone the Repository under `https://github.com/zPeanut/Hydrogen.git`\n2. Open command prompt and CD into the directory.\n3. Depending on which IDE(Integrated Development Enviroment) you use, different commands have to be ran.\n    - IntelliJ: `gradlew setupDecompWorkspace idea genIntellijRuns build`\n    - Eclipse: `gradlew setupDecompWorkspace eclipse build`\n4. Open the folder in your preferred IDE, depending which you chose above.\n\n## Exporting the client using Forge MDK\n\nAfter you have succesfully made changes to Hydrogen and want to export it, simply type  \n\n`.\\gradlew clean build`  \n\ninto your IDE Terminal or Windows Command Prompt / Windows Powershell.  \nYou will then get a jar file located at  \n\n`\\build\\libs`  \n\ninside of your directory. Simply put that file into your mods folder inside .minecraft and you're good to go!\n\n## Credits\n\n### Dependencies:  \n  \n**[DarkMagician6's EventAPI]**, an open source EventAPI system, made for handling events across java based projects.  \n**[Semver4j]**, A Library for semantic versioning in Java applications. Used to compare semantic versions in the client to check if the client is outdated.\n\n### Credits:  \n  \n**superblaubeere27**, for providing most of the initial client base.  \n**HeroCode**, for providing the ClickGUI API.  \n**Lemon**, for providing the Settings system, used in the client.  \n**All of my contributors on discord**, who've reported bugs and suggested modules over the past:\n- ProfKambing\n- QianHeJ\n- neyled\n- qaql\n- S4rnth1l\n- perry\n\n[me]: https://github.com/zPeanut\n[UltramoxX]: https://github.com/Morten-Renner\n[SemVer4j]: https://github.com/vdurmont/semver4j\n[DarkMagician6's EventAPI]: https://bitbucket.org/DarkMagician6/eventapi/src/master/\n[Installer]: https://github.com/zPeanut/Hydrogen/releases/download/1.11.3/hydrogen-installer.exe\n[src code]: https://github.com/zPeanut/python-stuff/blob/master/hydrogen-installer.pyw\n[release]: https://github.com/zPeanut/Hydrogen/releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FzPeanut%2FHydrogen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FzPeanut%2FHydrogen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FzPeanut%2FHydrogen/lists"}