Turn Table
supplementaries:turn_table

Turn Table

Supplementaries · by MehVahdJukaar, Plantkillable
block Pickaxe Mineable

Acquisition

Crafting using Any Planks, Any Planks, Any Planks, Cobblestone, Copper Ingot, Cobblestone, Cobblestone, Redstone Dust and Cobblestone, arranged in the pattern shown. Produces Turn Table.

Crafting conditional
Turn Table Turn Table guaranteed

Mining & drops

sourcecountchanceconditions
Turn Table1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Turn Table1–1100%Survives Explosion
Developer reference
Registry name
supplementaries:turn_table
Namespace
supplementaries
Mod ID
supplementaries
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "000",
    "343",
    "373"
  ],
  "ingredients": {
    "0": {
      "tag": "minecraft:planks"
    },
    "3": {
      "item": "minecraft:cobblestone"
    },
    "4": {
      "item": "minecraft:copper_ingot"
    },
    "7": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "turn_table",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}