{"id":20246584,"url":"https://github.com/supermarcel10/tfccalculator","last_synced_at":"2025-09-22T07:31:52.662Z","repository":{"id":257489454,"uuid":"855351748","full_name":"Supermarcel10/TFCCalculator","owner":"Supermarcel10","description":"A publicly available metal calculator for TerraFirmaCraft based Modpacks","archived":false,"fork":false,"pushed_at":"2024-12-29T14:07:16.000Z","size":688,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T15:19:15.654Z","etag":null,"topics":["minecraft","terrafirmagreg","tool"],"latest_commit_sha":null,"homepage":"https://tfc-calculator.devmarcel.net","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Supermarcel10.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2024-09-10T18:17:00.000Z","updated_at":"2024-12-29T14:07:18.000Z","dependencies_parsed_at":"2024-09-17T03:08:27.755Z","dependency_job_id":"ca925d96-6a34-4460-8585-c2a2f5ae33eb","html_url":"https://github.com/Supermarcel10/TFCCalculator","commit_stats":null,"previous_names":["supermarcel10/tfgcalculator","supermarcel10/tfccalculator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supermarcel10%2FTFCCalculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supermarcel10%2FTFCCalculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supermarcel10%2FTFCCalculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supermarcel10%2FTFCCalculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Supermarcel10","download_url":"https://codeload.github.com/Supermarcel10/TFCCalculator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233832507,"owners_count":18737210,"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":["minecraft","terrafirmagreg","tool"],"created_at":"2024-11-14T09:30:49.090Z","updated_at":"2025-09-22T07:31:52.646Z","avatar_url":"https://github.com/Supermarcel10.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Maintainability Badge](https://sonarcloud.io/api/project_badges/measure?project=TFGCalculator\u0026metric=sqale_rating)\n![Reliability Badge](https://sonarcloud.io/api/project_badges/measure?project=TFGCalculator\u0026metric=reliability_rating)\n![Bug Badge](https://sonarcloud.io/api/project_badges/measure?project=TFGCalculator\u0026metric=bugs)\n![Tech Debt Badge](https://sonarcloud.io/api/project_badges/measure?project=TFGCalculator\u0026metric=sqale_index)\n\n# TerraFirmaCraft Metal Calculator\n\n## Project is available at:\u003cbr/\u003ehttps://tfc-calculator.devmarcel.net/\n\n## 📖 Table of Contents\n- [About](#-about)\n- [Support](#-support)\n- [Features](#-features)\n- [Usage](#%EF%B8%8F-usage)\n- [Contributing](#-contributing)\n- [Local Setup](#-local-setup)\n- [Deployment](#-deployment)\n- [License](#-license)\n\n## 🔍 About\nThe TerraFirmaCraft Metal Calculator is a powerful tool designed to help players calculate metal compositions for the TerraFirmaCraft modpack.\nThis calculator streamlines the process of determining optimal metal ratios, saving time and resources.\n\n## ⚙️ Support\nAt present the calculator supports:\n- **TerraFirmaGreg 1.20.x** - Up to date with version 0.10.5\n- **TerraFirmaCraft 1.20.1** - Up to date with version 3.2.12\n\n**Further support for TerraFirmaGreg 1.12.x and custom import/export is planned for future releases!**\n\n## ✨ Features\n- **Inventory Based**: Input what you have available, and the calculator does the rest!\n- **Accurate**: Precise calculations based on the latest TerraFirmaCraft metals and minerals\n- **Time-saving**: Quickly determine the optimal metal compositions\n- **No Waste**: Calculated metal composition creates no leftover metal\n\n## 🛠️ Usage\n1. Input desired metal type and quantity\n2. Enter your available minerals\n3. View the calculated optimal composition\n\n## 👥 Contributing\nContributions to the TerraFirmaCraft Metal Calculator are more than welcome!\n\nHere's how you can help:\n1. Fork the repository\n2. Open your IDE of choice\n3. Commit and push your changes to your forked branch\n4. Open a Pull Request targeting `dev` branch\n5. Fill out important information\n\nPlease read and respect the [code of conduct](?tab=coc-ov-file) and process for submitting pull requests.\n\n## 💻 Local Setup\n1. Pull the latest version of `main`\n2. Ensure that Next.js is installed. If not, install using `npm install next react react-dom`\n3. Run the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n3. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result\n\n## 🚀 Deployment\nThis project is set up for automatic deployment on Vercel.\n\n\u003e [!CAUTION]\n\u003e Every push to the `main` branch will trigger a new production deployment.\n\n## 📄 License\nThis project is licensed under the [GNU GPL v3](/LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupermarcel10%2Ftfccalculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupermarcel10%2Ftfccalculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupermarcel10%2Ftfccalculator/lists"}