From 51f06875f369dd605c09bdc4ed469a890fa7d18b Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Sun, 29 Sep 2024 14:58:32 +0800 Subject: [PATCH] roadmap update --- examplemods/astar.js | 1 - roadmap/index.html | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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]