-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhelp.html
More file actions
27 lines (25 loc) · 1.21 KB
/
help.html
File metadata and controls
27 lines (25 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<title>RetroMCP wiki</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="icon" type="image/icon type" href="images/icon.png">
</head>
<body class="gradient">
<div class="mcgray_ui">
<h1 class="center">Welcome to the RetroMCP-Java wiki!</h1>
<p>RetroMCP-Java is a Java rewrite of the Minecraft/Mod Coder Pack to provide support for many versions which were never supported by original MCP with full reobfuscation, including other assorted features.</p>
<p>RetroMCP-Java aims to be a more competent replacement than the <a href="https://github.com/MCPHackers/RetroMCP">original RetroMCP</a>, aiming for ease of use, cross platformability, and debuggability when RMCP-Java fails inevitably fails.</p>
<ul class="white">
<li>Built-in Updater</li>
<li>Tiny V2-based Mappings</li>
<li>Supports Java 8+</li>
<li>Multi-threaded decompilation</li>
<li>Internet-based version repository</li>
</ul>
<div>Have fun, modders. Now, it is yourcraft!</div>
<a href="index.html" class="center mcbutton">Back</a>
</div>
</body>
</html>