RyanHub – file viewer
filename: neoforge/src/main/generated/data/oritech/recipe/mixing/compat/create/turbofuel.json
branch: 1.21
back to repo
{
  "neoforge:conditions": [
    {
      "type": "neoforge:mod_loaded",
      "modid": "create"
    }
  ],
  "type": "create:mixing",
  "ingredients": [
    {
      "item": "oritech:fluxite"
    },
    {
      "type": "fluid_stack",
      "amount": 1000,
      "fluid": "oritech:still_oil"
    }
  ],
  "results": [
    {
      "amount": 1000,
      "id": "oritech:still_fuel"
    }
  ]
}