12 lines
No EOL
427 B
Text
12 lines
No EOL
427 B
Text
---
|
|
layout: "base.njk"
|
|
---
|
|
|
|
{% import "featured.njk" as featured %}
|
|
|
|
<h1>Welcome.</h1>
|
|
<p>This is a project that aims to preserve Minecraft Beta mods and plugins through archives of documentation and JARs, and showcase new plugins for beta.</p>
|
|
<h2>Featured projects</h2>
|
|
|
|
{{ featured.projectShowcase(["aboukkit", "tenkumalib", "hangglidere", "devilwithin", "timekeeper", "tefreezer"], collections.projects) }}
|
|
</ul> |