-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForgeExample.html
More file actions
41 lines (38 loc) · 1.85 KB
/
ForgeExample.html
File metadata and controls
41 lines (38 loc) · 1.85 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta property="og:title" content="Unofficial ForgeGradle patch">
<meta property="og:description" content="ForgeClientBase for Anyone that want to Make Clients.">
<meta property="og:image" content="https://lukflug.github.io/social-preview.png">
<meta property="og:url" content="https://raptorclientdevelopment.github.io/RaptorClient.com/ForgeClientBase.html">
<meta name="twitter:card" content="summary_large_image">
<title>ForgeClientBase By RitomG</title>
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/png" href="Mainicon.png"">
</head>
<body>
<header>
<h1><a href="index.html">ForgeClientBase</a></h1>
</header>
<nav>
<a href="index.html" class="active">Home</a>
<a href="RaptorClient.html">Download RaptorClient</a>
<a href="Plugin.html">Download Plugin</a>
<a href="ForgeExample.html">Forge Example</a>
<a href="ForgeClientBase.html">ForgeClient Base</a>
<a href="navigation.html">Navigation</a>
<a href="https://github.com/RaptorClientDevelopment" style="float:right;">GitHub</a>
</nav>
<section><h2>ForgeClient Example</h2> <h3>ForgeClient Mdk</h3></section>
<section>
<p>Forge Example is a mdk just like Forge normal mdk but with more features for Minecraft Utility mods for Anarchy server.</p>
<p>It have Build.gradle configured for Minecraft Clients, Mixins Configured, Main Class, Configured Core Class Configured</p>
<a href="https://github.com/RaptorClientDevelopment/MinecraftClientExample/archive/refs/tags/last.zip">Download The Example</a>
</section>
<footer>
<div>© 2021 RitomG. All rights reserved.</div>
</footer>
</body>
</html>