Crafting using Any Diamond Gem, Pixie Wings and Blaze Rod, arranged in the pattern shown. Produces Pixie Wand.
Pixie Wand
Ice and Fire · by Alexthe666, TheBv
Function
Shoots a magic charge that deals 5 damage and makes target levitate Uses Pixie Dust as Ammunition
Acquisition
Developer reference
- Registry name
iceandfire:pixie_wand- Namespace
iceandfire- Mod ID
iceandfire
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"D",
"W",
"B"
],
"ingredients": {
"B": {
"item": "minecraft:blaze_rod"
},
"D": {
"tag": "forge:gems/diamond"
},
"W": {
"item": "iceandfire:pixie_wings"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}