diff --git a/examplemods/astar.js b/examplemods/astar.js index 93ef7cf..dc90951 100644 --- a/examplemods/astar.js +++ b/examplemods/astar.js @@ -51,7 +51,6 @@ neighbors.push(new APNode(x, y, z, 0, 0)); } } - return neighbors; } diff --git a/roadmap/index.html b/roadmap/index.html index acc2f89..6b735a1 100644 --- a/roadmap/index.html +++ b/roadmap/index.html @@ -10,11 +10,12 @@

EaglerForgeInjector Roadmap

- 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]