Crafting using Black Apricorn, Red Apricorn, Gold Ingot, Red Apricorn and Yellow Apricorn, arranged in the pattern shown. Produces 4× Repeat Ball.
item· Other
Repeat Ball
Cobblemon · by The Cobblemon Team
Repeat Ball is a item from Cobblemon, crafted from Black Apricorn, Red Apricorn, Gold Ingot, and Yellow Apricorn. 1×, until Pokédex is added.
Function
1×, until Pokédex is added
Acquisition
Related items
Developer reference
- Registry name
cobblemon:repeat_ball- Namespace
cobblemon- Mod ID
cobblemon- Tags (2)
cobblemon:items/poke_balls cobblemon:items/tier_3_poke_balls
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" t ",
"lcr",
" b "
],
"ingredients": {
"b": {
"item": "cobblemon:yellow_apricorn"
},
"c": {
"tag": "cobblemon:tier_3_poke_ball_materials"
},
"l": {
"item": "cobblemon:red_apricorn"
},
"r": {
"item": "cobblemon:red_apricorn"
},
"t": {
"item": "cobblemon:black_apricorn"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}