Crafting using Nether Star, Farseer Arm, Farseer Arm, Obsidian, Obsidian and Obsidian, arranged in the pattern shown. Produces Transmutation Table.
Transmutation Table
Alex's Mobs · by Alexthe668, Carro1001, Paint_Ninja
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Transmutation Table | 1–1 | 100% | Drops itself with Silk Touch |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Transmutation Table | 1–1 | 100% | Drops itself with Silk Touch |
| — | 1–1 | 100% | — |
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
}
