Level Ball
16×16 · BAKED

item· Other

Level Ball

Cobblemon · by The Cobblemon Team
item Apricorn Poke BallsPoke BallsTier 2 Poke Balls

Level Ball is a item from Cobblemon, crafted from Black Apricorn, Yellow Apricorn, Iron Ingot, Pink Apricorn, and Red Apricorn. 1× to 4×, increases the higher the player's Pokémon level is compared to the target.

Function

1× to 4×, increases the higher the player's Pokémon level is compared to the target

Acquisition

Crafting using Black Apricorn, Yellow Apricorn, Iron Ingot, Pink Apricorn and Red Apricorn, arranged in the pattern shown. Produces 4× Level Ball.

Crafting
Black Apricorn
Yellow Apricorn
Iron Ingot
Pink Apricorn
Red Apricorn
Level Ball Level Ball ×4 guaranteed
Developer reference
Registry name
cobblemon:level_ball
Namespace
cobblemon
Mod ID
cobblemon
Tags (3)
cobblemon:items/apricorn_poke_balls
cobblemon:items/poke_balls
cobblemon:items/tier_2_poke_balls

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " t ",
    "lcr",
    " b "
  ],
  "ingredients": {
    "b": {
      "item": "cobblemon:red_apricorn"
    },
    "c": {
      "tag": "cobblemon:tier_2_poke_ball_materials"
    },
    "l": {
      "item": "cobblemon:yellow_apricorn"
    },
    "r": {
      "item": "cobblemon:pink_apricorn"
    },
    "t": {
      "item": "cobblemon:black_apricorn"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}