sten.wtf / STEN Vault source

In-house snapshot of sten-vault 2.3.2. GPL-3.0-or-later. Isolated from the dashboard.

src/main/resources/fabric.mod.json

{
	"schemaVersion": 1,
	"id": "sten-vault",
	"version": "${version}",
	"name": "STEN Vault",
	"description": "Official sten.wtf vault 2.3.2. Sign in with sten.wtf OAuth, switch any secured account, SOCKS5 proxy, and remote-control the session from the dashboard. Passwords and 2FA stay on sten.wtf. Telemetry is required.",
	"authors": [
		"sten.cafe"
	],
	"contributors": [
		"sten.wtf"
	],
	"contact": {
		"homepage": "https://sten.wtf",
		"sources": "https://sten.wtf/source/sten-vault",
		"issues": "https://sten.wtf/mod/bugs",
		"email": "hello@sten.wtf"
	},
	"license": "GPL-3.0-or-later",
	"icon": "assets/sten-vault/icon.png",
	"environment": "client",
	"entrypoints": {
		"client": [
			"wtf.sten.vault.StenVaultClient"
		],
		"modmenu": [
			"wtf.sten.vault.compat.StenModMenu"
		]
	},
	"mixins": [
		"sten-vault.mixins.json"
	],
	"depends": {
		"fabricloader": ">=0.19.3",
		"minecraft": [
			"26.1.1",
			"26.1.2",
			"26.2"
		],
		"java": ">=25",
		"fabric-api": "*"
	},
	"recommends": {
		"modmenu": "*",
		"cloth-config": "*"
	},
	"breaks": {
		"sten-vault-unofficial": "*"
	},
	"custom": {
		"modmenu": {
			"links": {
				"modmenu.discord": "https://discord.gg/stenwtf",
				"modmenu.website": "https://sten.wtf",
				"modmenu.wiki": "https://sten.wtf/docs",
				"modmenu.issues": "https://sten.wtf/mod/bugs",
				"modmenu.buymeacoffee": "https://sten.wtf/dashboard/purchase"
			},
			"update_checker": true
		},
		"sten": {
			"network": "sten.wtf/vault@2",
			"issuer": "https://sten.wtf",
			"author": "https://sten.cafe",
			"client_id": "stn_vault"
		},
		"lithium:options": {
			"mixin.alloc.enum_values": true
		}
	}
}