Burning chambers completely destroy lava buckets, meaning the bucket can't be retrieved
ninyauwu opened this issue ยท 3 comments
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
- Place a burning chamber in the world.
- Place a hopper facing into it
- Place a lava bucket in the hopper
- Wait for the lava to be inserted into the burning chamber
- 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
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.