Crafting using Any Redstone Storage Block, Clock, Any Redstone Storage Block, Draconium Ingot, Dragon Egg, Draconium Ingot, Any Iron Ingot, Wyvern Core and Any Iron Ingot, arranged in the pattern shown. Produces Celestial Manipulator.
Celestial Manipulator
Draconic Evolution · by brandon3055
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Celestial Manipulator | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
draconicevolution:celestial_manipulator- Namespace
draconicevolution- Mod ID
draconicevolution- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"ABA",
"CDC",
"EFE"
],
"ingredients": {
"A": {
"tag": "forge:storage_blocks/redstone"
},
"B": {
"item": "minecraft:clock"
},
"C": {
"tag": "forge:ingots/draconium"
},
"D": {
"item": "minecraft:dragon_egg"
},
"E": {
"tag": "forge:ingots/iron"
},
"F": {
"item": "draconicevolution:wyvern_core"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}