Mithi83
Mithi83
So for my next test I used energy pipes from pipez between the diamond furnace and the controller. In this scenario, `ForgeEnergyAdapter.getEnergyStored` and `ForgeEnergyAdapter.getMaxEnergyStored` was not called, but `ForgeEnergyAdapter.receiveEnergy` was...
That is most likely intentional. Why would you consider it a bug? Please note that there are also more specific categories if you need them, such as - c:ores/uraninite_dense -...
This recipe is not added by powah itself, try your luck by reporting it against this file: https://github.com/Pdiddy973/AllTheCompressed/blob/main/src/generated/resources/data/allthecompressed/recipe/energizing/spirited_crystal_block/x0.json
Using a debugger I see that shift-rightclicking empty-handed on a storage monitor calls `onUseItemOn` rather than `onUseWithoutItem` as I would have expected in `AbstractMonitorPart`. `heldItem` is "minecraft:air" when the main...
Draft as I'm not familiar enough with datagen and also the actual loot needs to be determined.
Thanks for your example, that would have saved me some trial and error I guess. All in all it seems rather similar to my draft, in particular the generated JSON...
Good idea: ``` buyItems(trades, 1, AEItems.CERTUS_QUARTZ_CRYSTAL, 3, 4, 10); buyItems(trades, 1, AEItems.METEORITE_COMPASS, 2, 1, 5); buyItems(trades, 2, AEBlocks.SKY_STONE_BLOCK, 5, 8, 20); buyItems(trades, 3, AEItems.FLUIX_CRYSTAL, 5, 4, 14); buyItems(trades, 4, AEItems.CALCULATION_PROCESSOR_PRESS,...
I've added the explicit number of rolls as well as the sky stone. As for something a bit more fancy, what are you thinking about? I don't want to overdo...
I've tried that in the current main branch (1.21) and it worked as expected. Looking at the relevant files shows no obvious changes from 1.20. Test setup: - 12 Controller...
Just to clarify: You put one accelerator card into *one* of the molecular assemblers next to the pattern provider on the lowest level? Please try again with one accelerator card...