
{
  "type": "create:mixing",
  "ingredients": [
    {
      "item": "tfmg:concrete_mixture"
    },
    {
      "fluid": "minecraft:water",
      "nbt": {},
      "amount": 100
    }
  ],
  "results": [
    {
      "fluid": "tfmg:liquid_concrete",
      "nbt": {},
      "amount": 125
    }
  ]
}