Перейти к содержимому
Mineforgian

Cobblemon Firework Capsules

Send out your Pokemon with a bang using fireworks and custom stickers!

135K загрузок44 подписчиковMITfabricneoforge

Обновлён 18 марта 2026 г. · опубликован 6 апреля 2025 г.

  • Showcase
  • Stickers

Cobblemon Firework Capsules

Send out your Pokemon with a bang using fireworks and custom stickers!

showcase

Basics

Ball Capsule Recipe

ball capsule recipe

Adding Fireworks

Ball Capsules can be combined with any number of Firework Stars.
adding fireworks

Capsule Station Recipe

You can equip your ball capsule to your Pokemon using a Capsule Station.
Special thanks to dogtorbloo for the custom block model!
capsule station recipe

Stickers

Sticker Recipe

Stickers can be crafted using Paper + Gunpowder + an ingredient.
As of v2.0.0 there are 21 stickers, one for each type, which can be crafted using the type gems, and three unique stickers.
sticker recipe

Combining Stickers

Stickers can be combined with a Ball Capsule along with other stickers and Firework Stars to create all kinds of effects.
capsule station recipe

Addon Support

Stickers rely on the fireworkcapsules:sticker_explosion data component to determine how to render the sticker effects.

In order to create a custom sticker, you can refer to the example resource/datapack.

For more information, refer to the wiki.

The simple codec allows for the following, where id is the only required field.

{
    "id": "fireworkcapsules:thunder_sticker",
    "color": 16769024,
    "sound": "cobblemon:move.thunder.target",
    "type": "BEDROCK"
}

The complex codec, used only for CUSTOM or FIREWORK sticker types allows for the following:

{
    "id": "fireworkcapsules:thunder_sticker",
    "colors": [ 16769024 ],
    "fadeColors": [],
    "hasTrail": false,
    "hasTwinkle": false,
    "sound": "cobblemon:move.thunder.target",
    "type": "CUSTOM"
}

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.1.3+1.21.1Релиз1.21.1neoforge18 марта 2026 г..jar (335 КБ)
2.1.3+1.21.1Релиз1.21.1fabric18 марта 2026 г..jar (334 КБ)
2.1.2+1.21.1Релиз1.21.1fabric9 марта 2026 г..jar (333 КБ)
2.1.1+1.21.1Релиз1.21.1neoforge1 марта 2026 г..jar (335 КБ)
2.1.1+1.21.1Релиз1.21.1fabric1 марта 2026 г..jar (332 КБ)
2.1.0+1.21.1Релиз1.21.1neoforge22 февраля 2026 г..jar (335 КБ)
2.1.0+1.21.1Релиз1.21.1fabric22 февраля 2026 г..jar (332 КБ)
2.0.0+1.21.1Релиз1.21.1neoforge19 февраля 2026 г..jar (313 КБ)
2.0.0+1.21.1Релиз1.21.1fabric19 февраля 2026 г..jar (311 КБ)
1.1.0+1.21.1Релиз1.21.1neoforge29 ноября 2025 г..jar (288 КБ)
1.1.0+1.21.1Релиз1.21.1fabric29 ноября 2025 г..jar (286 КБ)
1.0.2+1.21.1Релиз1.21.1neoforge25 сентября 2025 г..jar (288 КБ)
1.0.2+1.21.1Релиз1.21.1fabric25 сентября 2025 г..jar (286 КБ)
1.0.1+1.21.1Релиз1.21.1fabric2 сентября 2025 г..jar (284 КБ)
1.0.0+1.21.1+hotfixРелиз1.21.1neoforge7 апреля 2025 г..jar (287 КБ)

Показаны последние 15 из 17 версий. Все версии — на Modrinth.

Ченджлог

2.1.3+1.21.1Релиз1.21.1 · 18 марта 2026 г.
  • Fixed crash issue when looking at stickers with WTHIT installed.
  • Added language key for the sticker block.
2.1.3+1.21.1Релиз1.21.1 · 18 марта 2026 г.
  • Fixed crash issue when looking at stickers with WTHIT installed.
  • Added language key for the sticker block.
2.1.2+1.21.1Релиз1.21.1 · 9 марта 2026 г.
  • Fixed issue on Fabric with sticker models not reloading when reloading resource packs.
2.1.1+1.21.1Релиз1.21.1 · 1 марта 2026 г.
  • Optimised sticker model loading (again).
2.1.1+1.21.1Релиз1.21.1 · 1 марта 2026 г.
  • Optimised sticker model loading (again).
2.1.0+1.21.1Релиз1.21.1 · 22 февраля 2026 г.
  • Added the ability to place stickers in the world. A single block can hold up to 8 stickers, and stickers can be mixed and matched!
  • Added the new Sprouting Sticker.
  • Greatly optimised load times when launching the game in a large modpack.
2.1.0+1.21.1Релиз1.21.1 · 22 февраля 2026 г.
  • Added the ability to place stickers in the world. A single block can hold up to 8 stickers, and stickers can be mixed and matched!
  • Added the new Sprouting Sticker.
  • Greatly optimised load times when launching the game in a large modpack.
2.0.0+1.21.1Релиз1.21.1 · 19 февраля 2026 г.

Firework Capsules has had a massive overhaul going into the 2.0 update!

Stickers are now ENTIRELY data-driven

  • Stickers are now all under the fireworkcapsules:sticker id.
  • Sticker mechanics are now defined under the fireworkcapsules:sticker_explosion data component.
  • New stickers can be created using ONLY a resource pack (with optional datapack functionality).
  • Stickers now run on Cobblemon's snowstorm particle engine, allowing for much more dynamic particle effects.
  • Stickers can now also play sounds when the Pokemon is sent out.
  • Revamped all existing stickers, with some getting complete reworks.

Collect stickers with the new Sticker Book

  • The sticker book is a new item which can store stickers, all the way up to the integer limit!
  • Hovering over the sticker book will preview the first three rows of stickers inside the book.

Extra features

  • Implemented a new sticker/explosion data registry to dynamically add stickers to the Creative Tab (and XEI tabs).
  • Added a way to extract stickers and firework stars from a ball capsule by putting the ball capsule and paper in a crafting grid.
  • Added a recipe to convert the old stickers to the new stickers. The old sticker ids will be removed in a future update.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…