Crafting using Stick, White Apricorn and Red Apricorn, arranged in the pattern shown. Produces Poke Staff.
- Inputs
- Stick
- White Apricorn
- Red Apricorn
- Output
- → Poke Staff
item· Other
Poke Staff is an item from Cobblemon Fight or Flight, crafted from Stick, White Apricorn, and Red Apricorn. Move Mode: Move slot: %d Command Mode: %s Send command to your Pokemon Select move slot Choose the command mode of this staff Move Attack Hold Position Attack Target Attack Position(W.I.P.) No Command Clear All Command Selected move: Selected command: [ %s ] Selected Command: %s.
Move Mode: Move slot: %d Command Mode: %s Send command to your Pokemon Select move slot Choose the command mode of this staff Move Attack Hold Position Attack Target Attack Position(W.I.P.) No Command Clear All Command Selected move: Selected command: [ %s ] Selected Command: %s
Crafting using Stick, White Apricorn and Red Apricorn, arranged in the pattern shown. Produces Poke Staff.
fightorflight:pokestafffightorflightfightorflightRecipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" S ",
" W ",
" R "
],
"ingredients": {
"R": {
"item": "cobblemon:red_apricorn"
},
"S": {
"item": "minecraft:stick"
},
"W": {
"item": "cobblemon:white_apricorn"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}