From 6bbcd2994dab7f13400b7c0510460214b6321fdb Mon Sep 17 00:00:00 2001 From: APEX FIGHT Date: Fri, 16 Jan 2026 10:37:39 -0500 Subject: [PATCH] changed thingidk --- minecraft/kubejs/server_scripts/recipedump.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/minecraft/kubejs/server_scripts/recipedump.js b/minecraft/kubejs/server_scripts/recipedump.js index 1095905..bd38c18 100644 --- a/minecraft/kubejs/server_scripts/recipedump.js +++ b/minecraft/kubejs/server_scripts/recipedump.js @@ -1,6 +1,8 @@ -const toggle = true; +const toggle = false; ServerEvents.recipes(e => { + + console.log(JSON.stringify(e.takenIds)); if (toggle) { console.warn("RECIPE DUMPING IS TURNED ON, THIS WILL DUMP JSON DATA OF ALL OF THE RECIPES IN THE GAME, WILL LAG"); let rec = e.getRecipes();