搜索历史
清空
暂无搜索历史
论坛热搜
1
乌托邦探险之旅3.2
热
3
上古老物 冒险者传说 by WhiteSword
新
5
洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
Jenny — 有趣的模拟女友模组|珍妮模组
热
4
幻虚斗罗V1.5
6
水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 134|回复: 0

[模组分享] 非常不完善的Cobblemon繁殖 (Very Scuffed Cobblemon Breeding)-MOD模组

[复制链接]

5259

主题

53

回帖

6529

积分

龙❁妻

Rank: 8Rank: 8

经验
6529 EP
金粒
1177 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:50:35 | 显示全部楼层 |阅读模式
非常不完善的Cobblemon繁殖 (Very Scuffed Cobblemon Breeding)Github |相关wiki |源站链接支持: fabric , forge这是我尝试创建的一个非常不完善的Cobblemon“繁殖”模组,供我的朋友和我使用。

— 这是我创建的第一个模组!:)

- 它是一个带有5分钟默认冷却时间的即时繁殖系统。

- 单人冷却存在轻微问题。

    - 如果重新加入游戏,你会立刻退出冷却状态。

        - 请自行作弊。

- 试图模拟实际繁殖系统。

    - 可以使用百变怪、自身或相同的蛋组进行繁殖。

        - 后代与母亲相同。

        - 后代是基础进化。

        - 招式和经验重置。

        - 与你的Cobblemon配置相同的闪光机率。

    - 还有繁殖限制。

        - 不能相同性别。

        - 不能有不同的蛋组。

        - 不能有未探测到的蛋组。

        - 不能是双百变怪。

        - 百变怪繁殖可以在配置中禁用。

    - 三个IVs会随机继承自任一父母。

        - 除非使用繁殖物品(比如 _力量腰带_ 和 _命运结_)。

    - EVs将被重置。

    - 友好度将被随机化。

    - 性别将根据Cobblemon的性别比例随机化。

    - 能力将被随机化。

        - 支持隐藏能力。

          - 如果任一父母具有隐藏能力,则有60%的机会传递。

          - 可在配置中禁用。

下载

- [Github](链接)

- [Modrinth](链接)

- [CursedForge](链接)

依赖

- Architectury: [Modrinth](链接) | [CurseForge](链接)

如何使用:

1. 打开繁殖GUI。

    - 命令:/pokebreed

    - ![image](链接)

    - 没有权限的模组/插件?

         - 参考下面的配置部分。

2. 选择两个要繁殖的Cobblemon。

    - ![image](链接)

    - 下一个/上一个框在右下角。

        - ![image](链接)

3. 确认繁殖。

    - 确认按钮在下一个/上一个按钮之间。

    - ![image](链接)

4. 在冷却状态下再次尝试繁殖将告知你冷却持续时间。

    - ![image](链接)

获取繁殖物品 [LEGACY]:

- 自v1.4以来,不再需要。

- 仅可通过命令获得。

    - 主要是为服务器出售这些特殊物品。

- 可以将物品更改为你想要的任何物品。

    - 唯一重要的是*breedItem* NBT属性。

- 使用命令获得繁殖物品:

    - > /give **[Player]** minecraft:light_gray_dye{display:{Name:\'{\"text\":\"Everstone\",\"italic\":\"false\"}\'}, breedItem:\"Everstone\"}

    - > /give **[Player]** minecraft:red_dye{display:{Name:\'{\"text\":\"Destiny Knot\",\"italic\":\"false\"}\'}, breedItem:\"Destiny Knot\"}

    - > /give **[Player]** minecraft:light_blue_dye{display:{Name:\'{\"text\":\"Power Anklet\",\"italic\":\"false\"}\'}, breedItem:\"Power Anklet\"}

    - > /give **[Player]** minecraft:yellow_dye{display:{Name:\'{\"text\":\"Power Band\",\"italic\":\"false\"}\'}, breedItem:\"Power Band\"}

    - > /give **[Player]** minecraft:orange_dye{display:{Name:\'{\"text\":\"Power Belt\",\"italic\":\"false\"}\'}, breedItem:\"Power Belt\"}

    - > /give **[Player]** minecraft:pink_dye{display:{Name:\'{\"text\":\"Power Bracer\",\"italic\":\"false\"}\'}, breedItem:\"Power Bracer\"}

    - > /give **[Player]** minecraft:purple_dye{display:{Name:\'{\"text\":\"Power Lens\",\"italic\":\"false\"}\'}, breedItem:\"Power Lens\"}

    - > /give **[Player]** minecraft:lime_dye{display:{Name:\'{\"text\":\"Power Weight\",\"italic\":\"false\"}\'}, breedItem:\"Power Weight\"}

配置

权限

- command.pokebreed - 默认级别为2。

  - 0 = 任何人都可以使用它。

- command.vippokebreed - 获取VIP冷却的权限级别。

冷却

- command.pokebreed.cooldown - 默认为5分钟。

- command.pokebreed.vipcooldown - 默认为3分钟。

其他功能

- ditto.breeding - 默认为1。

  - 1 = 百变怪繁殖已启用。

  - 0 = 百变怪繁殖已禁用。

- hidden.ability - 默认为1。

  - 只有一个父母具有隐藏能力时才重要。

  - 1 = 可传递隐藏能力。

  - 0 = 不能传递隐藏能力。

鸣谢

这些开源作品没有以下内容协助无法实现:

- 模组模板: [CobblemonExtras](链接) 由 [Xwaffle1](链接)

- 命令冷却: [PokeGift](链接) 由 [Polymeta](链接)

图片中使用的插件:

数据包

- [Cardboard Cutout Mon](链接) 由 [EikoBiko](链接)

    - 为尚未具有模型的Cobblemon添加硬纸板贴图。

- [Questionably Lore Accurate Pokemon Spawns](链接) 由 [FrankTheFarmer2](链接)

    - 为一些尚未具有模型的Cobblemon添加出生文件。

来自Modrinth所有游戏版本1.21.11.20.11.19.2所有类型fabricneoforgeforgeFabric - 1.1.1+1.21.1veryscuffedcobblemonbreeding-fabric-1.1.1.jar下载1.1.1#Release### **IMPORTANT**: Please check the [UPDATE] below if you are updating from a very old version (pre MC-1.20).- ![image](https://github.com/ThomasQTruong/VeryScuffedCobblemonBreeding/assets/58405482/0930574a-1bfa-4a9d-a53a-5e5c6260bd5c)- **[UPDATE]** Insert this line into config as shown above (**DONT forget the comma on line 9**):- ` \"otherFeatures\": {\"ditto.breeding\": 1, \"hidden.ability\": 1}`- 1 = enabled, 0 = disabled.- **[ALTERNATIVE]**: delete your current VeryScuffedCobblemonBreeding config to regenerate it with the new lines.### New- Fixed for breeding Cobblemons with \"forced\" abilities.- The child\'s ability will now successfully reroll and have an unforced ability.- (Forced = cannot change ability).展开版本: 1.1.1支持游戏: 1.21.1类型:FabricRelease下载次数: 1,420NeoForge - 1.1.1+1.21.1veryscuffedcobblemonbreeding-neoforge-1.1.1.jar下载1.1.1#Release### **IMPORTANT**: Please check the [UPDATE] below if you are updating from a very old version (pre MC-1.20).- ![image](https://github.com/ThomasQTruong/VeryScuffedCobblemonBreeding/assets/58405482/0930574a-1bfa-4a9d-a53a-5e5c6260bd5c)- **[UPDATE]** Insert this line into config as shown above (**DONT forget the comma on line 9**):- ` \"otherFeatures\": {\"ditto.breeding\": 1, \"hidden.ability\": 1}`- 1 = enabled, 0 = disabled.- **[ALTERNATIVE]**: delete your current VeryScuffedCobblemonBreeding config to regenerate it with the new lines.### New- Fixed for breeding Cobblemons with \"forced\" abilities.- The child\'s ability will now successfully reroll and have an unforced ability.- (Forced = cannot change ability).展开版本: 1.1.1支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 269Fabric - 1.1.0+1.21.1veryscuffedcobblemonbreeding-fabric-1.1.0.jar下载1.1.0#Release### **IMPORTANT**: Please check the [UPDATE] below if you are updating from a very old version (pre MC-1.20).- ![image](https://github.com/ThomasQTruong/VeryScuffedCobblemonBreeding/assets/58405482/0930574a-1bfa-4a9d-a53a-5e5c6260bd5c)- **[UPDATE]** Insert this line into config as shown above (**DONT forget the comma on line 9**):- ` \"otherFeatures\": {\"ditto.breeding\": 1, \"hidden.ability\": 1}`- 1 = enabled, 0 = disabled.- **[ALTERNATIVE]**: delete your current VeryScuffedCobblemonBreeding config to regenerate it with the new lines.### New- Updated for Cobblemon v1.6.1.展开版本: 1.1.0支持游戏: 1.21.1类型:FabricRelease下载次数: 152NeoForge - 1.1.0+1.21.1veryscuffedcobblemonbreeding-neoforge-1.1.0.jar下载1.1.0#Release### **IMPORTANT**: Please check the [UPDATE] below if you are updating from a very old version (pre MC-1.20).- ![image](https://github.com/ThomasQTruong/VeryScuffedCobblemonBreeding/assets/58405482/0930574a-1bfa-4a9d-a53a-5e5c6260bd5c)- **[UPDATE]** Insert this line into config as shown above (**DONT forget the comma on line 9**):- ` \"otherFeatures\": {\"ditto.breeding\": 1, \"hidden.ability\": 1}`- 1 = enabled, 0 = disabled.- **[ALTERNATIVE]**: delete your current VeryScuffedCobblemonBreeding config to regenerate it with the new lines.### New- Updated for Cobblemon v1.6.1.展开版本: 1.1.0支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 55Fabric - 1.0.9+1.20.1VeryScuffedCobblemonBreeding-fabric-1.0.9+1.20.1.jar下载1.0.9#Release### **IMPORTANT**: Please check the [UPDATE] below if you are updating to Minecraft v1.20.1 from an older version.- ![image](https://github.com/ThomasQTruong/VeryScuffedCobblemonBreeding/assets/58405482/0930574a-1bfa-4a9d-a53a-5e5c6260bd5c)- **[UPDATE]** Insert this line into config as shown above (**DONT forget the comma on line 9**):- ` \"otherFeatures\": {\"ditto.breeding\": 1, \"hidden.ability\": 1}`- 1 = enabled, 0 = disabled.- **[ALTERNATIVE]**: delete your current VeryScuffedCobblemonBreeding config to regenerate it with the new lines.### New- Updated for Cobblemon v1.5.展开版本: 1.0.9支持游戏: 1.20.1类型:FabricRelease下载次数: 1,602Forge - 1.0.9+1.20.1VeryScuffedCobblemonBreeding-forge-1.0.9+1.20.1.jar下载1.0.9#Release### **IMPORTANT**: Please check the [UPDATE] below if you are updating to Minecraft v1.20.1 from an older version.- ![image](https://github.com/ThomasQTruong/VeryScuffedCobblemonBreeding/assets/58405482/0930574a-1bfa-4a9d-a53a-5e5c6260bd5c)- **[UPDATE]** Insert this line into config as shown above (**DONT forget the comma on line 9**):- ` \"otherFeatures\": {\"ditto.breeding\": 1, \"hidden.ability\": 1}`- 1 = enabled, 0 = disabled.- **[ALTERNATIVE]**: delete your current VeryScuffedCobblemonBreeding config to regenerate it with the new lines.### New- Updated for Cobblemon v1.5.展开版本: 1.0.9支持游戏: 1.20.1类型:ForgeRelease下载次数: 1,250Fabric - 1.0.8+1.20.1VeryScuffedCobblemonBreeding-fabric-1.0.8+1.20.1.jar下载1.0.8#Release### **IMPORTANT**: Please check the [UPDATE] below if you are updating to Minecraft v1.20.1 from an older version.- ![image](https://github.com/ThomasQTruong/VeryScuffedCobblemonBreeding/assets/58405482/0930574a-1bfa-4a9d-a53a-5e5c6260bd5c)- **[UPDATE]** Insert this line into config as shown above (**DONT forget the comma on line 9**):- ` \"otherFeatures\": {\"ditto.breeding\": 1, \"hidden.ability\": 1}`- 1 = enabled, 0 = disabled.- **[ALTERNATIVE]**: delete your current VeryScuffedCobblemonBreeding config to regenerate it with the new lines.### New- Displays a message when the cooldown is over.![image](https://github.com/ThomasQTruong/VeryScuffedCobblemonBreeding/assets/58405482/b2cf46d7-449f-40a0-896a-2c690eec2a77)展开版本: 1.0.8支持游戏: 1.20.1类型:FabricRelease下载次数: 972Forge - 1.0.8+1.20.1VeryScuffedCobblemonBreeding-forge-1.0.8+1.20.1.jar下载1.0.8#Release### **IMPORTANT**: Please check the [UPDATE] below if you are updating to Minecraft v1.20.1 from an older version.- ![image](https://github.com/ThomasQTruong/VeryScuffedCobblemonBreeding/assets/58405482/0930574a-1bfa-4a9d-a53a-5e5c6260bd5c)- **[UPDATE]** Insert this line into config as shown above (**DONT forget the comma on line 9**):- ` \"otherFeatures\": {\"ditto.breeding\": 1, \"hidden.ability\": 1}`- 1 = enabled, 0 = disabled.- **[ALTERNATIVE]**: delete your current VeryScuffedCobblemonBreeding config to regenerate it with the new lines.### New- Displays a message when the cooldown is over.![image](https://github.com/ThomasQTruong/VeryScuffedCobblemonBreeding/assets/58405482/b2cf46d7-449f-40a0-896a-2c690eec2a77)展开版本: 1.0.8支持游戏: 1.20.1类型:ForgeRelease下载次数: 554Fabric - 1.0.7+1.20.1VeryScuffedCobblemonBreeding-fabric-1.0.7+1.20.1.jar下载1.0.7#Release### **IMPORTANT**: Please check the [UPDATE] below if you have used any of the previous versions.- Added support for the official Cobblemon breeding items that came with v1.4.- Legacy breeding items will still work.- Mixing legacy and official breeding items will work too.- Added the option to disable breeding with ditto and passing hidden abilities.- ![image](https://github.com/ThomasQTruong/VeryScuffedCobblemonBreeding/assets/58405482/0930574a-1bfa-4a9d-a53a-5e5c6260bd5c)- **[UPDATE]** Insert this line into config as shown above (**DONT forget the comma on line 9**):- ` \"otherFeatures\": {\"ditto.breeding\": 1, \"hidden.ability\": 1}`- 1 = enabled, 0 = disabled.- **[ALTERNATIVE]**: delete your current VeryScuffedCobblemonBreeding config to regenerate it with the new lines.展开版本: 1.0.7支持游戏: 1.20.1类型:FabricRelease下载次数: 36,787Forge - 1.0.7+1.20.1VeryScuffedCobblemonBreeding-forge-1.0.7+1.20.1.jar下载1.0.7#Release### **IMPORTANT**: Please check the [UPDATE] below if you have used any of the previous versions.- Added support for the official Cobblemon breeding items that came with v1.4.- Legacy breeding items will still work.- Mixing legacy and official breeding items will work too.- Added the option to disable breeding with ditto and passing hidden abilities.- ![image](https://github.com/ThomasQTruong/VeryScuffedCobblemonBreeding/assets/58405482/0930574a-1bfa-4a9d-a53a-5e5c6260bd5c)- **[UPDATE]** Insert this line into config as shown above (**DONT forget the comma on line 9**):- ` \"otherFeatures\": {\"ditto.breeding\": 1, \"hidden.ability\": 1}`- 1 = enabled, 0 = disabled.- **[ALTERNATIVE]**: delete your current VeryScuffedCobblemonBreeding config to regenerate it with the new lines.展开版本: 1.0.7支持游戏: 1.20.1类型:ForgeRelease下载次数: 440Fabric - 1.0.6+1.20.1VeryScuffedCobblemonBreeding-fabric-1.0.6+1.20.1.jar下载1.0.6#Release- Updated to 1.20.1.- Huge thanks to [Xwaffle1](https://github.com/Xwaffle1) and his [CobblemonExtras](https://github.com/Xwaffle1/CobblemonExtras) mod!- Requires architectury mod: [Modrinth](https://modrinth.com/mod/architectury-api) | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/architectury-api).展开版本: 1.0.6支持游戏: 1.20.1类型:FabricRelease下载次数: 465Forge - 1.0.6+1.20.1VeryScuffedCobblemonBreeding-forge-1.0.6+1.20.1.jar下载1.0.6#Release- Updated to 1.20.1.- Huge thanks to [Xwaffle1](https://github.com/Xwaffle1) and his [CobblemonExtras](https://github.com/Xwaffle1/CobblemonExtras) mod!- Requires architectury mod: [Modrinth](https://modrinth.com/mod/architectury-api) | [CurseForge](https://www.curseforge.com/minecraft/mc-mods/architectury-api).展开版本: 1.0.6支持游戏: 1.20.1类型:ForgeRelease下载次数: 197Forge - 1.0.5+1.19.2VeryScuffedCobblemonBreeding-forge-1.0.5+1.19.2.jar下载1.0.5#Release- Fixed randomly generated IVs.- Before: IVs generated were from 0-30.- After: IVs generated are now from 0-31.展开版本: 1.0.5支持游戏: 1.19.2类型:ForgeRelease下载次数: 598Fabric - 1.0.5+1.19.2VeryScuffedCobblemonBreeding-fabric-1.0.5+1.19.2.jar下载1.0.5#Release- Fixed randomly generated IVs.- Before: IVs generated were from 0-30.- After: IVs generated are now from 0-31.展开版本: 1.0.5支持游戏: 1.19.2类型:FabricRelease下载次数: 66,578Forge - 1.0.4+1.19.2VeryScuffedCobblemonBreeding-forge-1.0.4+1.19.2.jar下载1.0.4#Release- Fixed breeding for different forms.- Some different forms had different egg groups, but it used the normal form\'s egg group instead.- Will use the current form\'s egg group now.展开版本: 1.0.4支持游戏: 1.19.2类型:ForgeRelease下载次数: 107Fabric - 1.0.4+1.19.2VeryScuffedCobblemonBreeding-fabric-1.0.4+1.19.2.jar下载1.0.4#Release- Fixed breeding for different forms.- Some different forms had different egg groups, but it used the normal form\'s egg group instead.- Will use the current form\'s egg group now.展开版本: 1.0.4支持游戏: 1.19.2类型:FabricRelease下载次数: 91VeryScuffedCobblemonBreeding 1.0.3+1.19.2VeryScuffedCobblemonBreeding-forge-1.0.3+1.19.2.jar下载1.0.3#ReleaseVeryScuffedCobblemonBreeding-fabric-1.0.3+1.19.2.jar下载1.0.3#Release- Shiny obtainment rate is the same as your/the server\'s Cobblemon config.- Breeding items (Everstone, Destiny Knot, and Power items) are now supported.- Only obtainable via commands (check README.md for more information).展开版本: 1.0.3支持游戏: 1.19.2类型:ForgeRelease下载次数: 591全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
非常不完善的Cobblemon繁殖
楼主 2025-8-10 19:50:35 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2025-12-13 12:19 , Processed in 0.242377 second(s), 123 queries .

快速回复 返回顶部 返回列表