fixed weird scope bullshit that definitely is not ecma compliant but idgaf atp.

This commit is contained in:
APEX FIGHT
2026-01-12 02:19:37 -05:00
parent 6d4b9ea493
commit 6726a5ef7d
2 changed files with 2642 additions and 2639 deletions

View File

@@ -296,13 +296,7 @@ var CustomRecipes =
}
];
//shapeless recipes
var ShapelessRecipes =
[
];
console.info('Hello, World! (Loaded server scripts)');
@@ -318,8 +312,6 @@ ServerEvents.recipes(e => {
e.custom(ele)
});
ShapelessRecipes.forEach((ele,idx,arr)=>{
//e.shapeless(Item.of(ele.output, ele.amount), ele.inputs);
});
});