Create Central Kitchen

Create Central Kitchen

8M Downloads

Tomato Sauce tagged as minecraft:water..

Closed this issue ยท 1 comments

commented

Minecraft Version

1.20.1

Describe the Bug

So I have a custom shapeless recipe from immersive engineering and one of the tagged fluid is water as input. Surprisingly in the recipe menu it switches from water bucket and tomato sauce bucket. Please fix thanks

commented
ServerEvents.tags('fluid', event => {
    event.remove('minecraft:water', 'create_central_kitchen:tomato_sauce')
    event.remove('minecraft:water', 'create_central_kitchen:flowing_tomato_sauce')
})