fixed weird scope bullshit that definitely is not ecma compliant but idgaf atp.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user