Create: Steam Powered

Create: Steam Powered

1M Downloads

Burning chambers completely destroy lava buckets, meaning the bucket can't be retrieved

ninyauwu opened this issue ยท 3 comments

commented

Error Behaviour

When inserting a lava bucket into a burning chamber via a funnel, the entire bucket gets used up, meaning that lava sources can't really be used as fuel for burning chambers. This is because the consumeFuel() function in the burner tile entity shrinks the fuel item stack regardless of what type of item it is.

Expected Behaviour

The lava bucket should be turned into a bucket rather than being destroyed outright, allowing for the retrieval of the bucket

Reproduce

  1. Place a burning chamber in the world.
  2. Place a hopper facing into it
  3. Place a lava bucket in the hopper
  4. Wait for the lava to be inserted into the burning chamber
  5. Use /data get block [x] [y] [z] to confirm the burning chamber is empty and destroyed the bucket

Crash Report

No response

Mod version

2.0.0-alpha

Server version

No response

Other mods and plugins

Create v0.4d
Flywheel v0.6.0

commented

Lava bucket is not supposed to use in the burner, using hopper to insert breaks this constraint, we would completely disable lava bucket in burners.

commented

Lava will be able to used in future fluid burners

commented

Now it will not accept lava bucket