Cobblemon 烟花胶囊

Cobblemon 烟花胶囊

用烟花和自定义贴纸轰然派出你的宝可梦!

Cobblemon Firework Capsules

用烟花和自定义贴纸让你的宝可梦华丽登场!

showcase

基础

球胶囊配方

ball capsule recipe

添加烟花

球胶囊可以与任意数量的烟花之星组合。 adding fireworks

胶囊站配方

你可以使用胶囊站将球胶囊装备到你的宝可梦身上。 特别感谢 dogtorbloo 提供的自定义方块模型! capsule station recipe

贴纸

贴纸配方

贴纸可以使用纸 + 火药 + 一种材料来合成。 截至 v2.0.0,共有 21 种贴纸,每种属性各一种,可使用属性宝石合成,另有三种独特贴纸。 sticker recipe

组合贴纸

贴纸可以与其他贴纸和烟花之星一起组合到球胶囊上,创造出各种各样的效果。 capsule station recipe

附加包支持

贴纸依赖 fireworkcapsules:sticker_explosion 数据组件来决定如何渲染贴纸效果。

要创建自定义贴纸,你可以参考示例资源/数据包

更多信息请参阅wiki

简单编解码器支持以下内容,其中 id 是唯一必填字段。

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

复杂编解码器仅用于 CUSTOM 或 FIREWORK 贴纸类型,支持以下内容:

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