Checked for existing issues
Tested latest version
GregTech CEu Version
7.5.2
Minecraft Version
1.20.1 Forge
Recipe Viewer Installed
Any
Environment
Singleplayer
Cross-Mod Interaction
No
Other Installed Mods
TFG
Actual Behavior
In GTEMIPlugin, GT registers a fluid for all potion types:
for (Potion potion : BuiltInRegistries.POTION) {
FluidStack stack = PotionFluidHelper.getFluidFromPotion(potion, PotionFluidHelper.BOTTLE_AMOUNT);
registry.addEmiStack(EmiStack.of(stack.getFluid(), stack.getTag()));
}
One of the potion types is the water potion.
This causes GT to register a second minecraft:water in the registry.
Additional Information
Besides GTEMIPlugin, there's similar code in GTREIPlugin and GTJEIPlugin. Which runs depends on which recipe viewer is loaded.
Checked for existing issues
Tested latest version
GregTech CEu Version
7.5.2
Minecraft Version
1.20.1 Forge
Recipe Viewer Installed
Any
Environment
Singleplayer
Cross-Mod Interaction
No
Other Installed Mods
TFG
Actual Behavior
In GTEMIPlugin, GT registers a fluid for all potion types:
One of the potion types is the water potion.
This causes GT to register a second
minecraft:waterin the registry.Additional Information
Besides GTEMIPlugin, there's similar code in GTREIPlugin and GTJEIPlugin. Which runs depends on which recipe viewer is loaded.