mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
23 lines
745 B
HTML
23 lines
745 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]
|
|
`ModAPI.asyncMode(10)# and `ModAPI.exitAsync()# to allow using `await# on things. I will have to create a new `TeaVMThread#, and create a `ModAPI.util.async(fn)# method to promisify. [wip]
|
|
Full backwards compatibility for mods [todo]
|
|
</div>
|
|
|
|
<script src="roadmap.js"></script>
|
|
</body>
|
|
</html>
|