mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
15 lines
430 B
JavaScript
15 lines
430 B
JavaScript
// priority: 99
|
|
|
|
/*
|
|
* Supported types:
|
|
* crushing, enriching, smelting, combining, compressing, purifying, injecting,
|
|
* metallurgic_infusing, sawing
|
|
*
|
|
* Url: https://www.curseforge.com/minecraft/mc-mods/kubejs-mekanism
|
|
*/
|
|
|
|
// events.listen('recipes', e => {
|
|
// const {
|
|
// crushing, enriching, smelting, combining, compressing, purifying, injecting, metallurgic_infusing, sawing
|
|
// } = e.recipes.mekanism;
|
|
// });
|