Compare commits
2 Commits
541f06d0e1
...
a9af509eef
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9af509eef | ||
|
|
e3b5703845 |
8
minecraft/kubejs/server_scripts/recipedump.js
Normal file
8
minecraft/kubejs/server_scripts/recipedump.js
Normal 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()));
|
||||||
|
}
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user