productive-bees icon indicating copy to clipboard operation
productive-bees copied to clipboard

[Bug] Fix Mystical Agriculture essence bee spawn egg recipes.

Open QuickBASIC opened this issue 9 months ago • 3 comments

For all other Mystical Agriculture recipes, the input items that impact what kind of output you get (i.e. like Iron Ingots for Iron Seeds), the input ingredient that is not an essence goes in each of the corners and the tier essence (the one that matches the tier of the seed) goes in the cardinal direction inputs.

Iron Seeds:

Image

What I consider the fixed recipe:

Image

Justification:

Automating the Infusion Altar via various methods (Modular Routers, Pipez, XNET, RS, AE2) is made much more complicated if you want to include these recipes because you have to account for 5 recipes where the essence item goes to a different place. For all other MA recipes, the singular essence goes to these places, the seed item goes to the middle, and everything else goes to the other ones.

It also matches more closely to Mystical Agriculture recipes that already exist in the default mod, and various other mods and modpacks that add compat.

QuickBASIC avatar Jul 21 '25 18:07 QuickBASIC

sure, next 1.21.1 update will have them rotated

JaisDK avatar Jul 21 '25 18:07 JaisDK

Btw, the infusion altar doesn't actually care where the items go. You can put 4 essences NW, N, NE, E & then the ingredient items in SE, S, SW, W & it will still work. Just throwing this in there since it seems like you're adding a lot of unnecessary work/complication to your automation for the altar.

Nekosity12 avatar Jul 21 '25 18:07 Nekosity12

Btw, the infusion altar doesn't actually care where the items go

I was completely unaware that this was the case. That's great. Thank you!

QuickBASIC avatar Jul 21 '25 18:07 QuickBASIC