{"id":16320149,"url":"https://github.com/embeddedt/archaicfix","last_synced_at":"2026-03-01T22:05:45.259Z","repository":{"id":41424403,"uuid":"506844132","full_name":"embeddedt/ArchaicFix","owner":"embeddedt","description":"Swiss army knife of bugfixes and performance improvements for MC 1.7.10","archived":false,"fork":false,"pushed_at":"2025-12-31T03:59:20.000Z","size":2547,"stargazers_count":79,"open_issues_count":42,"forks_count":15,"subscribers_count":11,"default_branch":"main","last_synced_at":"2026-01-04T05:36:15.048Z","etag":null,"topics":["minecraft","minecraft-mod","optimization"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/embeddedt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-24T01:44:36.000Z","updated_at":"2025-12-31T03:59:25.000Z","dependencies_parsed_at":"2023-02-19T04:01:32.188Z","dependency_job_id":"d046d1a6-6761-4731-9780-553e61d46891","html_url":"https://github.com/embeddedt/ArchaicFix","commit_stats":{"total_commits":433,"total_committers":7,"mean_commits":"61.857142857142854","dds":"0.33487297921478065","last_synced_commit":"39e6c9b7037a5c21a1dbf50efa893adcc0e89f93"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/embeddedt/ArchaicFix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embeddedt%2FArchaicFix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embeddedt%2FArchaicFix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embeddedt%2FArchaicFix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embeddedt%2FArchaicFix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/embeddedt","download_url":"https://codeload.github.com/embeddedt/ArchaicFix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embeddedt%2FArchaicFix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29986242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T21:06:37.093Z","status":"ssl_error","status_checked_at":"2026-03-01T21:05:45.052Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","minecraft-mod","optimization"],"created_at":"2024-10-10T22:43:09.781Z","updated_at":"2026-03-01T22:05:45.229Z","avatar_url":"https://github.com/embeddedt.png","language":"Java","readme":"# ArchaicFix\n\nThis mod implements a number of bugfixes, tweaks, and optimizations for Minecraft 1.7.10.\n\nThe latest development version can be downloaded here: https://nightly.link/embeddedt/ArchaicFix/workflows/gradle/main/Package.zip\n\n## Dependencies\n\nNewer version of ArchaicFix only require a GTNHMixins-compatible mixin loader. I recommend [UniMixins](https://github.com/LegacyModdingMC/UniMixins).\n\n## Credits\n\n* Forge, for making this possible.\n* Sponge, for providing the Mixin framework.\n* TheMasterCaver, for writing very informative posts on several vanilla issues.\n* makamys, for their assistance with the occlusion culling tweak and various other fixes.\n* LoliASM/Rongmario\n* MemoryLeakFix, for the Mixin cache clearing code. This is backported with credit since the mod is unlikely to be ported to 1.7.10.\n* FalsePattern, for backporting the new Forge config annotations to 1.7.\n* Countless other individuals on the Mojang bug tracker who took the time to document the reasons for bugs in the game.\n\n## Compatibility notes\n\n* ArchaicFix is not compatible with versions of GG Util that include threaded lighting. You may use the [fixed version](https://www.curseforge.com/minecraft/mc-mods/gilded-game-utils-fix) instead.\n* Crucible/Thermos/etc. are not supported. (https://github.com/embeddedt/ArchaicFix/issues/34)\n\n## List of tweaks/bugfixes\n\nSome tweaks are configurable and I recommend reading the config file to learn more about them.\n\nNon-configurable changes:\n\n* New worlds use the modern naming scheme \"New World (n)\" rather than continuously appending dashes\n* Backport of the Phosphor lighting engine (fixes many lighting issues in vanilla)\n* Better LongHashMap implementation (together these two changes fix the infamous 1.7 stuttering)\n* Optional 1.8-style occlusion culling (improves FPS, disabled by default)\n* Hacks to prevent CME crashes during world generation\n* [MC-30845](https://bugs.mojang.com/browse/MC-30845)\n* [MC-2025](https://bugs.mojang.com/browse/MC-2025) (partially fixed, full fix is in progress)\n* Villagers no longer lock all their trades\n* ChickenChunks should no longer crash in combination with chunkloading from other mods like Extra Utilities\n* Various memory leak fixes (most noticeable when changing dimensions or exiting/rejoining the world)\n* Matter Overdrive only recomputes its registry file if one does not already exist in config/MatterOverdrive\n\n------------\n\n![YourKit logo](https://www.yourkit.com/images/yklogo.png)\n\nYourKit supports open source projects with innovative and intelligent tools\nfor monitoring and profiling Java and .NET applications.\nYourKit is the creator of \u003ca href=\"https://www.yourkit.com/java/profiler/\"\u003eYourKit Java Profiler\u003c/a\u003e,\n\u003ca href=\"https://www.yourkit.com/.net/profiler/\"\u003eYourKit .NET Profiler\u003c/a\u003e,\nand \u003ca href=\"https://www.yourkit.com/youmonitor/\"\u003eYourKit YouMonitor\u003c/a\u003e.\n\nThanks to YourKit for providing a free license for this project.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembeddedt%2Farchaicfix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembeddedt%2Farchaicfix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembeddedt%2Farchaicfix/lists"}