Poke Staff
16×16 · BAKED

item· Other

Poke Staff

Cobblemon Fight or Flight · by rufia, LyquidQrystal
item

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.

Function

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

Acquisition

Crafting using Stick, White Apricorn and Red Apricorn, arranged in the pattern shown. Produces Poke Staff.

Crafting
Stick
White Apricorn
Red Apricorn
Poke Staff Poke Staff guaranteed
Developer reference
Registry name
fightorflight:pokestaff
Namespace
fightorflight
Mod ID
fightorflight

Recipe 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
}