You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turtle Schematic Build Planner is a TypeScript project that reads a Minecraft NBT schematic, then uses a modified A* search algorithm with custom heuristics to plan the efficient placement of blocks. It simulates a turtle’s actions, eventually generating a Lua script that directs the turtle on block placement, refueling, and resupply operations.