Initial commit

This commit is contained in:
2026-04-10 01:11:20 +03:00
commit b9a7ccf4be
18 changed files with 712 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"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": "*"
}
}