mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.7-1.16.5-36.0.14
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
// priority: 99
|
||||
|
||||
/*
|
||||
* Supported types:
|
||||
* alloy, blast_furnace, blast_furnace_fuel, coke_oven, cloche, fertilizer,
|
||||
* metal_press, arc_furnace, crusher, sawmill
|
||||
*
|
||||
* Url: https://www.curseforge.com/minecraft/mc-mods/kubejs-immersive-engineering
|
||||
*/
|
||||
|
||||
events.listen('recipes', e => {
|
||||
const {
|
||||
alloy, blast_furnace, blast_furnace_fuel, coke_oven, cloche, fertilizer,
|
||||
metal_press, arc_furnace, crusher, sawmill
|
||||
} = e.recipes.immersiveengineering;
|
||||
});
|
Reference in New Issue
Block a user