{"id":15104767,"url":"https://github.com/crystal-nest/fabric-polyfill","last_synced_at":"2025-09-27T02:32:30.195Z","repository":{"id":202917818,"uuid":"708418777","full_name":"Crystal-Nest/fabric-polyfill","owner":"Crystal-Nest","description":"Backport of Fabric API events","archived":true,"fork":false,"pushed_at":"2024-06-03T07:27:40.000Z","size":210,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"1.18.2","last_synced_at":"2024-09-26T20:03:55.971Z","etag":null,"topics":["minecraft","minecraft-api","minecraft-fabric-mod","minecraft-mod","mod-api"],"latest_commit_sha":null,"homepage":"https://modrinth.com/mod/fabric-polyfill","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Crystal-Nest.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"patreon":"crystalspider","ko_fi":"crystalspider"}},"created_at":"2023-10-22T14:08:23.000Z","updated_at":"2024-06-03T07:33:20.000Z","dependencies_parsed_at":"2023-10-30T14:44:32.742Z","dependency_job_id":"0f5148b1-3dea-4564-9531-02c0667d6fe9","html_url":"https://github.com/Crystal-Nest/fabric-polyfill","commit_stats":null,"previous_names":["nyphet/fabric-events-backport","nyphet/fabric-polyfill","crystal-nest/fabric-polyfill"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crystal-Nest%2Ffabric-polyfill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crystal-Nest%2Ffabric-polyfill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crystal-Nest%2Ffabric-polyfill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crystal-Nest%2Ffabric-polyfill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Crystal-Nest","download_url":"https://codeload.github.com/Crystal-Nest/fabric-polyfill/tar.gz/refs/heads/1.18.2","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234376916,"owners_count":18822416,"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","minecraft-api","minecraft-fabric-mod","minecraft-mod","mod-api"],"created_at":"2024-09-25T20:02:15.782Z","updated_at":"2025-09-27T02:32:29.876Z","avatar_url":"https://github.com/Crystal-Nest.png","language":"Java","funding_links":["https://patreon.com/crystalspider","https://ko-fi.com/crystalspider","https://www.patreon.com/crystalspider"],"categories":[],"sub_categories":[],"readme":"![Fabric Polyfill banner](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/fabric-polyfill/banner.png)\n\n---\n![Minecraft](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/minecraft/minecraft.svg)[![1.18.2](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/minecraft/1-18-2.svg)](https://modrinth.com/mod/fabric-polyfill/versions?g=1.18.2)![Separator](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/separator.svg)[![1.16.5](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/minecraft/1-16-5.svg)](https://modrinth.com/mod/fabric-polyfill/versions?g=1.16.5)\n\n![Loader](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/loader/loader.svg)[![Fabric](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/loader/fabric.svg)](https://modrinth.com/mod/fabric-polyfill/versions?l=fabric)\n\n![Overlay](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/side/client-server.svg)\n\n![Issues](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/github/issues.svg)[![GitHub](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/github/github.svg)](https://github.com/crystal-nest/fabric-polyfill/issues)\n\n---\n# **Deprecated**\nThis mod is deprecated as 1.16.5 is no longer supported and 1.18.2 backported event has been moved to [Cobweb](https://github.com/Crystal-Nest/cobweb).\n\n## **Description**\nBackport of some Fabric API events from later versions.\n\n## **Backported events**\n- `ServerLivingEntityEvents`\n\n## **How to use**\nTo import this API in your project, do the following in your `build.gradle`:  \n```groovy\nrepositories {\n  // Other repositories...\n  maven {\n    url \"https://cursemaven.com\"\n    content {\n      includeGroup \"curse.maven\"\n    }\n  }\n  maven { url = \"https://jitpack.io\" }\n}\n\ndependencies {\n  // Other dependencies...\n\n  // Fabric API dependency\n  modImplementation \"net.fabricmc.fabric-api:fabric-api:${fabric_version}\"\n  // Fabric Polyfill dependency (check the correct file id via CurseForge: select the file on the website, open \"Curse Maven Snippet\", and copy the line)\n  modImplementation \"curse.maven:fabric-polyfill-926195:xxxxxxx\"\n  // MixinSquared dependency for Fabric Polyfill\n  include(api(annotationProcessor(\"com.github.bawnorton.mixinsquared:mixinsquared-fabric:0.1.1\")))\n}\n```\n\nTo use the events, use them as you would with normal Fabric API events in newer Minecraft versions.\n\n## **License and right of use**\nFeel free to use this mod for any modpack or video, just be sure to give credit and possibly link [here](https://github.com/crystal-nest/fabric-polyfill#readme).  \nThis project is published under the [GNU General Public License v3.0](https://github.com/crystal-nest/fabric-polyfill/blob/master/LICENSE).\n\n## **Support us**\n\n\u003ca href=\"https://crystalnest.it\"\u003e\u003cimg alt=\"Crystal Nest Website\" src=\"https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/crystal-nest/pic512.png\" width=\"14.286%\"\u003e\u003c/a\u003e\u003ca href=\"https://discord.gg/BP6EdBfAmt\"\u003e\u003cimg alt=\"Discord\" src=\"https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/discord/discord512.png\" width=\"14.286%\"\u003e\u003c/a\u003e\u003ca href=\"https://www.patreon.com/crystalspider\"\u003e\u003cimg alt=\"Patreon\" src=\"https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/patreon/patreon512.png\" width=\"14.286%\"\u003e\u003c/a\u003e\u003ca href=\"https://ko-fi.com/crystalspider\"\u003e\u003cimg alt=\"Ko-fi\" src=\"https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/kofi/kofi512.png\" width=\"14.286%\"\u003e\u003c/a\u003e\u003ca href=\"https://github.com/Crystal-Nest\"\u003e\u003cimg alt=\"Our other projects\" src=\"https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/github/github512.png\" width=\"14.286%\"\u003e\u003ca href=\"https://modrinth.com/organization/crystal-nest\"\u003e\u003cimg alt=\"Modrinth\" src=\"https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/modrinth/modrinth512.png\" width=\"14.286%\"\u003e\u003c/a\u003e\u003ca href=\"https://www.curseforge.com/members/crystalspider/projects\"\u003e\u003cimg alt=\"CurseForge\" src=\"https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/curseforge/curseforge512.png\" width=\"14.286%\"\u003e\u003c/a\u003e\n\n[![Bisect Hosting](https://www.bisecthosting.com/partners/custom-banners/d559b544-474c-4109-b861-1b2e6ca6026a.webp \"Bisect Hosting\")](https://bisecthosting.com/crystalspider)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrystal-nest%2Ffabric-polyfill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrystal-nest%2Ffabric-polyfill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrystal-nest%2Ffabric-polyfill/lists"}