Transmutation Table
alexsmobs:transmutation_table

Transmutation Table

Alex's Mobs · by Alexthe668, Carro1001, Paint_Ninja
block Pickaxe Mineable

Acquisition

Crafting using Nether Star, Farseer Arm, Farseer Arm, Obsidian, Obsidian and Obsidian, arranged in the pattern shown. Produces Transmutation Table.

Crafting
Transmutation Table Transmutation Table guaranteed

Mining & drops

sourcecountchanceconditions
Transmutation Table1–1100%Drops itself with Silk Touch

Block drops

dropscountchanceconditions
Transmutation Table1–1100%Drops itself with Silk Touch
1–1100%
Developer reference
Registry name
alexsmobs:transmutation_table
Namespace
alexsmobs
Mod ID
alexsmobs
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " N ",
    "S S",
    "OOO"
  ],
  "ingredients": {
    "N": {
      "item": "minecraft:nether_star"
    },
    "O": {
      "item": "minecraft:obsidian"
    },
    "S": {
      "item": "alexsmobs:farseer_arm"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}