File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
kubejs/server_scripts/ae2 Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -327,6 +327,17 @@ const registerAE2Recipes = (event) => {
327327 D : '#forge:gems/fluix' ,
328328 } ) . addMaterialInfo ( ) . id ( 'tfg:crafting/me_p2p_tunnel' )
329329
330+ event . shapeless ( 'ae2:me_p2p_tunnel' , [ 'ae2:me_p2p_tunnel' ] )
331+ . id ( 'tfg:shapeless/me_p2p_tunnel' )
332+ event . shapeless ( 'ae2:redstone_p2p_tunnel' , [ 'ae2:redstone_p2p_tunnel' ] )
333+ . id ( 'tfg:shapeless/redstone_p2p_tunnel' )
334+ event . shapeless ( 'ae2:item_p2p_tunnel' , [ 'ae2:item_p2p_tunnel' ] )
335+ . id ( 'tfg:shapeless/item_p2p_tunnel' )
336+ event . shapeless ( 'ae2:fluid_p2p_tunnel' , [ 'ae2:fluid_p2p_tunnel' ] )
337+ . id ( 'tfg:shapeless/fluid_p2p_tunnel' )
338+ event . shapeless ( 'ae2:light_p2p_tunnel' , [ 'ae2:light_p2p_tunnel' ] )
339+ . id ( 'tfg:shapeless/light_p2p_tunnel' )
340+
330341 // ME Chest
331342 event . recipes . gtceu . shaped ( 'ae2:chest' , [
332343 'AEA' ,
You can’t perform that action at this time.
0 commit comments