roadmap update

This commit is contained in:
ZXMushroom63 2024-09-29 14:58:32 +08:00
parent 6da933d82e
commit 51f06875f3
2 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,6 @@
neighbors.push(new APNode(x, y, z, 0, 0));
}
}
return neighbors;
}

View File

@ -10,11 +10,12 @@
<h1>EaglerForgeInjector Roadmap</h1>
<div id="todolist">
Add makeItemStack to LCI [done]
Add custom itemstack meta 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]
Async toolkit library [done]
Object.keys() and `in` operator on proxy objects [todo]
Add textures to LCI. [todo]
</div>
<script src="roadmap.js"></script>