ZXMushroom63 b017107907 stuff
2024-09-21 21:20:46 +08:00

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>