Crafting using Glass, Glass, Glass, Glass, Amethyst Shard, Glass, Silver Ingot and Silver Ingot, arranged in the pattern shown. Produces Crystal Ball.
Crystal Ball
Bewitchment · by MoriyaShiine, cybercat5555
Crystal Ball is a block from Bewitchment, crafted from Glass, Amethyst Shard, and Silver Ingot.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Crystal Ball | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
bewitchment:crystal_ball- Namespace
bewitchment- Mod ID
bewitchment- Tags (2)
minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"GAG",
"S S"
],
"ingredients": {
"A": {
"item": "amethyst_shard"
},
"G": {
"item": "glass"
},
"S": {
"tag": "c:silver_ingots"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}