This repository has been archived on 2026-05-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
respawn-backoff/src/main/resources/fabric.mod.json
2026-04-10 01:12:24 +03:00

28 lines
560 B
JSON

{
"schemaVersion": 1,
"id": "respawn_backoff",
"version": "${version}",
"name": "Respawn Backoff",
"description": "Doubling respawn delay with spectator blackout until the timer ends.",
"authors": [],
"license": "MIT",
"environment": "*",
"entrypoints": {
"main": [
"net.respawnbackoff.RespawnBackoffMod"
],
"client": [
"net.respawnbackoff.client.RespawnBackoffClient"
]
},
"mixins": [
"respawn_backoff.mixins.json"
],
"depends": {
"fabricloader": ">=0.18.5",
"minecraft": "~1.21.1",
"java": ">=21",
"fabric-api": "*"
}
}