mcvm 0.25.0

A fast, extensible, and powerful Minecraft launcher
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.ms-auth-info {
	border-width: 1px;
	width: 50%;
	height: 40%;
	position: fixed;
	left: 25%;
	top: 30%;
	background-color: var(--bg);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	padding: 2rem;
	box-sizing: border-box;
}