Compare commits

..

2 Commits

Author SHA1 Message Date
APEX FIGHT
a9af509eef Merge branch 'main' of https://gitea.apexfight.net/apex/Houngry-I 2026-01-16 10:03:27 -05:00
APEX FIGHT
e3b5703845 recipe dumping feature 2026-01-16 10:03:25 -05:00

View File

@@ -0,0 +1,8 @@
const toggle = true;
ServerEvents.recipes(e => {
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.log(JSON.stringify(e.getRecipes()));
}
});