{"id":15014838,"url":"https://github.com/ladysnake/requiem","last_synced_at":"2025-04-09T18:22:33.826Z","repository":{"id":39635815,"uuid":"87731148","full_name":"Ladysnake/Requiem","owner":"Ladysnake","description":"Revamps Minecraft's vanilla death experience and adds various related mechanics. ","archived":false,"fork":false,"pushed_at":"2024-07-12T15:41:28.000Z","size":21880,"stargazers_count":123,"open_issues_count":131,"forks_count":62,"subscribers_count":11,"default_branch":"1.19","last_synced_at":"2025-04-02T16:07:25.241Z","etag":null,"topics":["curseforge","dissolution","fabricmc","hacktoberfest","minecraft-mod","quiltmc"],"latest_commit_sha":null,"homepage":"https://ladysnake.github.io/wiki/requiem","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/Ladysnake.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE-ART","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":"2017-04-09T18:45:23.000Z","updated_at":"2025-01-21T04:47:39.000Z","dependencies_parsed_at":"2024-06-25T22:59:20.844Z","dependency_job_id":"e4181ca5-4fc5-4bda-81e0-88dbd37f6a2c","html_url":"https://github.com/Ladysnake/Requiem","commit_stats":{"total_commits":2286,"total_committers":28,"mean_commits":81.64285714285714,"dds":0.1216097987751531,"last_synced_commit":"54281728d5f78944955a6e7b952ac4e0835129de"},"previous_names":[],"tags_count":94,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladysnake%2FRequiem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladysnake%2FRequiem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladysnake%2FRequiem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladysnake%2FRequiem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ladysnake","download_url":"https://codeload.github.com/Ladysnake/Requiem/tar.gz/refs/heads/1.19","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085763,"owners_count":21045209,"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":["curseforge","dissolution","fabricmc","hacktoberfest","minecraft-mod","quiltmc"],"created_at":"2024-09-24T19:46:09.659Z","updated_at":"2025-04-09T18:22:33.802Z","avatar_url":"https://github.com/Ladysnake.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Requiem\r\n\r\n\u003cp align=\"center\"\u003e\r\n    \u003cpicture\u003e\r\n        \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"banners/requiem_logo_light.png\" width=\"250\"\u003e\r\n        \u003cimg src=\"banners/requiem_logo_200x125.png\" width=\"250\"\u003e\r\n    \u003c/picture\u003e \r\n\u003c/p\u003e\r\n\r\n[![Download](https://curse.nikky.moe/api/img/265729?logo)](https://curse.nikky.moe/api/url/265729) ![](https://jitpack.io/v/ladysnake/dissolution.svg) ![](https://img.shields.io/github/issues/ladysnake/requiem.svg)\r\n\r\nRequiem is a Minecraft (Java Edition) mod aiming at removing the continuity break resulting from death,\r\nas well as adding new mechanics centered around soul dissociation and body possession.\r\n\r\nMore information is available on the Ladysnake Website: https://ladysnake.org/wiki/requiem.\r\n\r\n## Installation\r\n\r\n### For players\r\n\r\n-   Running the mod will require Quilt and Quilted Fabric API. For more information on how to use Quilt, [please visit the official website](https://quiltmc.org/). To download Quilted Fabric API, please visit the official [CurseForge](https://www.curseforge.com/minecraft/mc-mods/qsl) or [Modrinth](https://modrinth.com/mod/qsl) page.\r\n\r\n-   If Quilt is installed on your Minecraft Java copy, you can download Requiem from [CurseForge](https://minecraft.curseforge.com/projects/requiem), [Github Releases](https://github.com/Ladysnake/Requiem/releases), or [Modrinth](https://modrinth.com/mod/requiem). After that, copy the jar file obtained, as well as the Quilted Fabric API jar file in the mods folder located in you Minecraft installation or your Server's Mods folder. Please make sure to have the latest version, as we will not accept issues regarding older versions.\r\n\r\n-   Once the previous steps have been completed, boot up your game, and  upon your first death, Requiem will ask you whether you'd like to  enable the modified death system or not through an interactive dialogue. Be careful, because after choosing, the dialogue won't be prompted a second time, and you will have to use a special item to change that.\r\n\r\n### For developers\r\n\r\nIf you wish to develop compatibility features for Requiem, binaries are available both on the [Ladysnake Maven](https://maven.ladysnake.org). You can get it in your workspace with just a few lines in your Gradle buildscript (`build.gradle` file) :\r\n\r\n```gradle\r\nrepositories {\r\n    maven {\r\n        name = 'Ladysnake Mods'\r\n        url = 'https://maven.ladysnake.org/releases'\r\n        content {\r\n            includeGroup 'io.github.ladysnake'\r\n            includeGroupByRegex '(dev|io\\\\.github)\\\\.onyxstudios.*'\r\n            includeGroupByRegex 'dev\\\\.emi.*'\r\n        }\r\n    }\r\n    maven {\r\n        name = 'Nexus OSS Repository'\r\n        url = 'https://oss.sonatype.org/content/repositories/snapshots'\r\n    }\r\n    maven {\r\n        url = 'https://maven.jamieswhiteshirt.com/libs-release/'\r\n        content {\r\n            includeGroup 'com.jamieswhiteshirt'\r\n        }\r\n    }\r\n}\r\n\r\ndependencies {\r\n    modImplementation \"io.github.ladysnake:requiem-api:${requiem_version}\"\r\n    modRuntimeOnly \"io.github.ladysnake:requiem-core:${requiem_version}\"\r\n    modRuntimeOnly \"io.github.ladysnake:requiem:${requiem_version}\"\r\n}\r\n```\r\n\r\nYou can then add the mod version to your `gradle.properties` file :\r\n\r\n```properties\r\n# Requiem mod\r\nrequiem_version = 2.x.y\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladysnake%2Frequiem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fladysnake%2Frequiem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladysnake%2Frequiem/lists"}