mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
roadmap update
This commit is contained in:
parent
6da933d82e
commit
51f06875f3
@ -51,7 +51,6 @@
|
||||
neighbors.push(new APNode(x, y, z, 0, 0));
|
||||
}
|
||||
}
|
||||
|
||||
return neighbors;
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user