Create Crafts & Additions

Create Crafts & Additions

51M Downloads

Liquid Blaze Burner cannot be used in bulk smoking and bulk blasting

cvrunmin opened this issue ยท 0 comments

commented

Describe the bug
As title. You can do bulk smoking and bulk blasting with regular blaze burner put in front of an encased fan blowing outward. However after giving a straw to the blaze burner, the encased fan blows white particles, indicating that no bulk processing will be hold.

To Reproduce
Steps to reproduce the behavior:

  1. put an encased fan
  2. power it on so that it blows out of the fan
  3. put a blaze burner in front of the fan. You can observe that black smoke is blowing out
  4. give a straw to the blaze burner. Now white smoke is blowing out

Additional context

  • Mod version: 1.20.1-1.2.3
  • Forge version: 47.2.0
  • Create version: 0.5.1f

Note
this issue can be fixed by adding FAN_PROCESSING_CATALYSTS_BLASTING and FAN_PROCESSING_CATALYSTS_SMOKING tags from Create to LiquidBlazeBurner. See https://github.com/Creators-of-Create/Create/blob/c92bbdda2d023d0c148c1afd271327fe4fdc7301/src/main/java/com/simibubi/create/AllBlocks.java#L707

For server admins, this issue can be fixed by adding such tags via datapack:
Steps:

  1. create a datapack
  2. create data/create/tags/blocks/fan_processing_catalysts/blasting.json with the following content:
{
    "replace": false,
    "values": [
      "createaddition:liquid_blaze_burner"
    ]
  }
  1. create data/create/tags/blocks/fan_processing_catalysts/smoking.json with the same content above