Create: Central Kitchen

Create: Central Kitchen

12M Downloads

`farmersdelight:heat_sources` tag functions incorrectly with the mod installed

danaYatsuta opened this issue · 1 comments

commented

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:

Image

Screenshot:

Image

Reproduction Steps

  1. Empty out farmersdelight:heating_sources tag:
ServerEvents.tags('block', (event) => {
    event.removeAll('farmersdelight:heat_sources')
})
  1. Load world
  2. Try heating the pot with any of the blocks in create:passive_boilers_heaters tag
  3. Observe the pot being heated up

Expected Result

The pot not being heated.

Debug Log

No response

commented

This is a design flaw—we failed to anticipate that users might remove Blaze Burner from farmersdelight:heat_sources.

Fixed.