I'm creating my first modpack, so my question might be quite basic. My pack includes three mods that add crude oil: Ad Astra, Create: Diesel Generators, and The Factory Must Grow. Each of them introduces its own version of oil, which are not compatible with each other—both as a fluid and in bucket form.
Additionally, The Factory Must Grow mod includes a machine for extracting oil.
Is it possible to use KubeJS to make the game recognize only one type of oil as the valid one and automatically replace the others with this specific oil? I would like the default oil to be the one from Ad Astra.
I'm playing on Minecraft 1.20.1 with Forge mod loader, and I want the modpack to work in both singleplayer and multiplayer.
Is this possible to achieve?