From af7bad0c6008f7d0a2e913415e50f60efd124bc5 Mon Sep 17 00:00:00 2001 From: MaxRobinsonTheGreat Date: Fri, 29 Aug 2025 11:35:31 -0500 Subject: [PATCH] remove getNearbyBlockTypes --- src/agent/library/full_state.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/agent/library/full_state.js b/src/agent/library/full_state.js index 7323457..45a1fbe 100644 --- a/src/agent/library/full_state.js +++ b/src/agent/library/full_state.js @@ -4,7 +4,6 @@ import { getNearbyPlayerNames, getInventoryCounts, getNearbyEntityTypes, - getNearbyBlockTypes, getBlockAtPosition, getFirstBlockAboveHead } from "./world.js";