{"id":28401445,"url":"https://github.com/synthlauncher/synthclient","last_synced_at":"2025-06-28T13:30:48.943Z","repository":{"id":292520170,"uuid":"980814209","full_name":"SynthLauncher/SynthClient","owner":"SynthLauncher","description":"A Minecaraft client built for SynthLauncher","archived":false,"fork":false,"pushed_at":"2025-05-12T19:45:32.000Z","size":3884,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-01T20:29:23.574Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SynthLauncher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-05-09T19:02:43.000Z","updated_at":"2025-06-01T10:27:03.000Z","dependencies_parsed_at":"2025-05-10T14:31:26.037Z","dependency_job_id":"eda1dc82-bb30-43b1-95b4-8826384d9267","html_url":"https://github.com/SynthLauncher/SynthClient","commit_stats":null,"previous_names":["synthlauncher/synthclient"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SynthLauncher/SynthClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynthLauncher%2FSynthClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynthLauncher%2FSynthClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynthLauncher%2FSynthClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynthLauncher%2FSynthClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SynthLauncher","download_url":"https://codeload.github.com/SynthLauncher/SynthClient/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynthLauncher%2FSynthClient/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262437719,"owners_count":23311007,"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":"2025-06-01T12:38:34.514Z","updated_at":"2025-06-28T13:30:48.937Z","avatar_url":"https://github.com/SynthLauncher.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SynthClient - Modern Minecraft Client with Fabric\n\n\u003cdiv align=\"center\"\u003e\n\n[![Fabric API](https://img.shields.io/badge/Fabric-1.20.4-blue.svg)](https://fabricmc.net/)\n[![Electron](https://img.shields.io/badge/Electron-Latest-47848F.svg)](https://www.electronjs.org/)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)\n\n\u003c/div\u003e\n\nSynthClient is a modern, customizable Minecraft client built with Fabric mod loader and featuring a sleek Electron-based launcher. It combines performance optimization mods with a user-friendly interface to enhance your Minecraft experience.\n\n## ✨ Features\n\n- **Modern Electron Launcher**\n  - Cross-platform support (Windows, macOS, Linux)\n  - Automatic Java detection and management\n  - Clean, intuitive user interface\n\n- **Integrated Mods**\n  - Sodium for performance optimization\n  - Iris Shaders for enhanced graphics\n  - Mod Menu for easy configuration\n\n- **Development Features**\n  - Gradle-based build system\n  - Hot-reload support in development\n  - Fabric mod development environment\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Java Development Kit (JDK) 21 or later\n- Node.js and npm\n- Git\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/SynthClient.git\n   cd SynthClient\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Build the project:\n   ```bash\n   ./gradlew build\n   ```\n\n4. Start the development environment:\n   ```bash\n   npm run dev\n   ```\n\n## 🔧 Development\n\n### Project Structure\n\n```\nSynthClient/\n├── src/                  # Source files\n│   ├── main/             # Fabric mod sources\n│   └── client/           # Client-specific code\n├── electron/             # Electron launcher code\n├── public/               # Static assets\n└── build/                # Compiled files\n```\n\n### Building\n\n- **Development Build**:\n  ```bash\n  npm run dev      # Start development environment\n  ```\n\n- **Production Build**:\n  ```bash\n  npm run build    # Build for production\n  ```\n\n## 🎮 Usage\n\n1. Launch the client using the Electron launcher\n2. The launcher will automatically detect your Java installation\n3. Click \"Play\" to start Minecraft with the integrated mods\n4. Use Mod Menu (press ESC in-game) to configure installed mods\n\n## 🛠 Customization\n\n### Adding Mods\n\n1. Place additional Fabric mods in the `run/mods` directory\n2. Restart the client to apply changes\n\n### Shader Configuration\n\n1. Access shader settings through Iris Shaders menu in-game\n2. Default shaders are located in `run/shaderpacks`\n\n## 📝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- [Fabric](https://fabricmc.net/) - Mod loader and development framework\n- [Electron](https://www.electronjs.org/) - Cross-platform desktop applications\n- [Sodium](https://github.com/CaffeineMC/sodium-fabric) - Performance optimization\n- [Iris Shaders](https://irisshaders.net/) - Shader mod integration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynthlauncher%2Fsynthclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynthlauncher%2Fsynthclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynthlauncher%2Fsynthclient/lists"}