changed thingidk

This commit is contained in:
APEX FIGHT
2026-01-16 10:37:39 -05:00
parent 9eceeccbe8
commit 6bbcd2994d

View File

@@ -1,6 +1,8 @@
const toggle = true; const toggle = false;
ServerEvents.recipes(e => { ServerEvents.recipes(e => {
console.log(JSON.stringify(e.takenIds));
if (toggle) { if (toggle) {
console.warn("RECIPE DUMPING IS TURNED ON, THIS WILL DUMP JSON DATA OF ALL OF THE RECIPES IN THE GAME, WILL LAG"); 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(); let rec = e.getRecipes();