implement multiplayer direct connect, implement network manager, implement handshake and login packets, implement ByteBuf, implement RSA and AES encryption, bump version to 1.1.0
This commit is contained in:
+2
-4
@@ -1,7 +1,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Minecraft</title>
|
||||
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" />
|
||||
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height"/>
|
||||
<link rel="shortcut icon" href="src/resources/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="style.css"/>
|
||||
</head>
|
||||
@@ -18,6 +18,4 @@
|
||||
|
||||
<script type="module" src="src/js/Start.js"></script>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user