Create

Create

86M Downloads

Bulk Smoking Recipes Prevent Bulk Blasting Ones

Ganpan14O opened this issue ยท 4 comments

commented

If a bulk blasting recipe and bulk smoking recipe both require the same item, for example (I have seen this issue with other mods too) if you have Architect's Palate installed the charcoal blocks can be made in the smoker, as opposed to charcoal being made in a furnace, however when converted to bulk recipes only the charcoal block one exists

commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

This issue has been closed since it has been inactive for 3 weeks since it was marked as stale.

commented

I'm still having this issue. I was able to resolve it by the following CraftTweaker script:
<recipetype:minecraft:smoking>.removeByName("architects_palette:smelting/charcoal_block_from_logs_that_burn_smoking");
(Of course, this makes those blocks unobtainable)

commented

I also encountered this issue. I added a smoking recipe to convert biomesoplenty:redwood_log to minecraft:acacia_log. The bulk blasting recipe for making charcoal from items with the tag #minecraft:logs_that_burn did still have the redwood log to charcoal conversion in JEI, but it did not work. redwood logs being blasted just disappeared after some time. smoking them did work. I solved this for myself by changing the smoking recipe type to a haunting recipe type.