`farmersdelight:heat_sources` tag functions incorrectly with the mod installed
danaYatsuta opened this issue · 1 comments
Minecraft Version
1.21.1
Describe the Bug
Cooking stove is supposed to only be heated by blocks with farmersdelight:heat_sources tag. However, they are also heated by blocks with create:passive_boiler_heaters. An exception is Blaze Burner, which heats the pot no matter what, even if you remove all tags from the block. This doesn't happen if Central Kitchen is not installed.
Installed mods:
Screenshot:
Reproduction Steps
- Empty out
farmersdelight:heating_sourcestag:
ServerEvents.tags('block', (event) => {
event.removeAll('farmersdelight:heat_sources')
})- Load world
- Try heating the pot with any of the blocks in
create:passive_boilers_heaterstag - Observe the pot being heated up
Expected Result
The pot not being heated.
Debug Log
No response