// priority: 0 onEvent("fluid.tags", event => { event.remove("minecraft:water", "create:chocolate"); event.remove("minecraft:water", "create:honey"); event.remove("minecraft:water", "create_confectionery:black_chocolate"); event.remove("minecraft:water", "create_confectionery:caramel"); event.remove("minecraft:water", "create_confectionery:hot_chocolate"); event.remove("minecraft:water", "create_confectionery:ruby_chocolate"); event.remove("minecraft:water", "create_confectionery:white_chocolate"); });