Recipe Fluid Types

Fluid

For regular fluids it will look something like this:

 "raw:fluid": "minecraft:water"
Fluid Tags

This would be the same syntax for both input and output fluids.

"raw:fluid_tag": "forge:milk"

For tags you can use various selectors to refine which fluids you want to target. Below is a list of possible selectors and what they do:

The following is an example of how to use these selectors with and fluid_tag:

{
	"raw:fluid_tag": "forge:milk",
    "selector": {
		"type": "all_with_blacklist",
      	"values": ["simplegens"]
	}
}

Revision #1
Created 26 August 2021 21:22:35 by ValkyrieofNight
Updated 27 August 2021 16:02:04 by ValkyrieofNight