mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 14:11:16 -09:00
22 lines
566 B
HTML
22 lines
566 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>EF Injector Roadmap</title>
|
|
<link rel="stylesheet" href="roadmap.css" />
|
|
</head>
|
|
<body>
|
|
<h1>EaglerForgeInjector Roadmap</h1>
|
|
|
|
<div id="todolist">
|
|
Add makeItemStack to LCI [done]
|
|
Fix blocklook.js [todo]
|
|
Fix setblocktest.js [done]
|
|
Add custom ModAPI thread class to stop stack implosions [todo]
|
|
</div>
|
|
|
|
<script src="roadmap.js"></script>
|
|
</body>
|
|
</html>
|