mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-24 14:41:18 -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));
|
neighbors.push(new APNode(x, y, z, 0, 0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return neighbors;
|
return neighbors;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10,11 +10,12 @@
|
|||||||
<h1>EaglerForgeInjector Roadmap</h1>
|
<h1>EaglerForgeInjector Roadmap</h1>
|
||||||
|
|
||||||
<div id="todolist">
|
<div id="todolist">
|
||||||
Add makeItemStack to LCI [done]
|
Add custom itemstack meta to LCI [done]
|
||||||
Fix blocklook.js [todo]
|
Fix blocklook.js [todo]
|
||||||
Fix setblocktest.js [done]
|
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]
|
Async toolkit library [done]
|
||||||
Full backwards compatibility for mods [todo]
|
Object.keys() and `in` operator on proxy objects [todo]
|
||||||
|
Add textures to LCI. [todo]
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="roadmap.js"></script>
|
<script src="roadmap.js"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user