Aylon

Results 9 comments of Aylon

Need to fix a few things before I reopen

> > Need to fix a few things before I reopen > > https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request#converting-a-pull-request-to-a-draft :) Thanks! Still not used to draft prs haha

Perhaps a shameless plug, but I maintain a fork of extra cells 2. I've made some changes to it, other than just bug fixes. https://www.curseforge.com/minecraft/mc-mods/ae-additions-extra-cells-2-fork https://github.com/the9grounds/AE-Additions Few things beyond just...

If you're curious, this is how the fluid assembler now works: ![image](https://user-images.githubusercontent.com/12937630/169673063-2e6e8dfc-011c-411d-837a-14dbdbcb4aa7.png) By default, there is only 1 slot enabled and that would allow you to put 5 acceleration cards...

@NielsPilgaard I think I can find a way to do this. I'll let you know when that happens. P.S. I also updated my mod to 1.18, bringing upgraded cells and...

Yeah for some reason this pr has commits that are not mine. I must have mistakenly started this branch from another

I managed to temporarily resolve this by adding ``` nitro: { devServer: { // My files are under src, if yours are in the root you can change this to...

Node allows you to alias to an external package, could you modify your implementation to allow that? Currently `reduceExportMap` throws an error because exports can't map to an external package.

> > Node allows you to alias to an external package, could you modify your implementation to allow that? Currently `reduceExportMap` throws an error because exports can't map to an...