Skip to content

Centrifuge Datapack Recipe

ThatGravyBoat edited this page Jun 8, 2020 · 1 revision

Heres a datapack recipe example:

{
  "type": "resourcefulbees:centrifuge",
  "ingredient": {
    "item": "minecraft:stone"
  },
  "results": [
    {
      "item": "minecraft:diamond"
    },
    {
      "item": "minecraft:dirt"
    },
    {
      "item": "minecraft:glass_bottle"
    }
  ],
  "time": 200
}

Required Data

Type
Ingredient :
  • Input Item
Results :
  • 1 : Main Output
  • 2 : Secondary Output
  • 3 : Bottle Output
Time

๐Ÿ Home

๐Ÿ“Bee Data

๐Ÿ†•Create Bee

๐Ÿ“ŠBee Data

๐Ÿ“šLanguage Files

๐ŸŒฒBiome Tags

๐ŸŽจOptional Color Names

๐Ÿ–จDatapack Centrifuge Recipe

Clone this wiki locally