搜索历史
清空
暂无搜索历史
论坛热搜
1
【MC整合包发布】乌托邦探险之旅3.2
热
3
[1.6.4]上古老物 冒险者传说 by WhiteSword
新
5
[转载]洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
[1.12.2]Jenny — 有趣的模拟女友模组|珍妮模组
热
4
幻虚斗罗V1.5[炫酷魂环][高级魂技][全模型贴图覆盖][超吸金]
6
[1.7.10] [HQM] [Mercury landing]水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 68|回复: 0

[模组分享] Yet Another Cobblestone Generator (Yet Another Cobblestone Generator)-MOD模组

[复制链接]

5554

主题

25

回帖

7598

积分

龙❁妻

Rank: 8Rank: 8

经验
7598 EP
金粒
1979 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:59:55 | 显示全部楼层 |阅读模式
Yet Another Cobblestone Generator (Yet Another Cobblestone Generator)Github |相关wiki |源站链接支持: fabric灵活的可定制发电机

本项目介绍了一款名为 \"Yet Another Cobblestone Generator\" 的模组,可以为玩家提供灵活的可定制化生成器。

About The Project

这是一款末地岛模组中经典的鹅卵石生成器,然而,经典的生成器只能生成一种方块类型,这让我感到厌倦。因此,我制作了自己的模组,其中拥有广泛的自定义选项。

(#readme-top]回到顶部)

Built With

- Fabric API
- Fabric-Language-Kotlin
- ModMenu Badges Lib
- fStats

(#readme-top]回到顶部)

使用方法

游戏玩法

右键单击以获取有关已生成物品的信息

按住Shift + 右键单击以从生成器中收集所有物品

按住Shift + 右键单击以将升级物品放入生成器中

(#readme-top]回到顶部)

合成


Cobblestone Generator CraftOre Generator CraftStone Generator Craft

Speed Upgrade CraftCount Upgrade CraftCoefficient Upgrade Craft

(#readme-top]回到顶部)

集成

REI



EMI

https://cdn.modrinth.com/data/xPsKRMUF/images/3a52d6a7b75930e96866daba0f51d3b52db020da.png]

Jade

https://cdn.modrinth.com/data/xPsKRMUF/images/89bce38efe2b0da0e5b0805a483c2ede7706edd9.png]

(#readme-top]回到顶部)

配置

生成器默认配置
{
  \"generators\": {
    \"cobble\": [
      {
        \"itemId\": \"minecraft:cobblestone\",
        \"coefficient\": 100,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:cobbled_deepslate\",
        \"coefficient\": 30,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:mossy_cobblestone\",
        \"coefficient\": 10,
        \"count\": 1
      }
    ],
    \"ore\": [
      {
        \"itemId\": \"minecraft:coal_ore\",
        \"coefficient\": 100,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:copper_ore\",
        \"coefficient\": 70,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:iron_ore\",
        \"coefficient\": 50,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:gold_ore\",
        \"coefficient\": 30,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:redstone_ore\",
        \"coefficient\": 20,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:lapis_ore\",
        \"coefficient\": 20,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:diamond_ore\",
        \"coefficient\": 15,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:emerald_ore\",
        \"coefficient\": 10,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:nether_quartz_ore\",
        \"coefficient\": 5,
        \"count\": 1
      }
    ],
    \"stone\": [
      {
        \"itemId\": \"minecraft:stone\",
        \"coefficient\": 100,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:diorite\",
        \"coefficient\": 50,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:granite\",
        \"coefficient\": 50,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:andesite\",
        \"coefficient\": 50,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:calcite\",
        \"coefficient\": 20,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:dripstone_block\",
        \"coefficient\": 20,
        \"count\": 1
      },
      {
        \"itemId\": \"minecraft:deepslate\",
        \"coefficient\": 5,
        \"count\": 1
      }
    ]
  }
}Copy已复制!

升级默认配置
{
  \"COUNT\": 2,
  \"COEFFICIENT\": 2,
  \"SPEED\": 2
}Copy已复制!

如果您想添加自定义生成器,请访问此处 [go here](./CUSTOM_GENERATOR.md)。

(#readme-top]回到顶部)

路线图

- 可定制化生成器
- 生成器升级
- EMI 集成
- Jade 集成
- REI 集成

查看[开放问题](链接)以获取提议功能(和已知问题)的完整列表。

(#readme-top]回到顶部)

贡献

贡献使开源社区成为了一个学习、激励和创造的令人惊叹的地方。您的任何贡献都受到极大的赞赏。

如果您有任何使这个项目更好的建议,请分叉此存储库并创建一个拉取请求。您也可以简单地使用标签\"增强\"打开一个问题。

不要忘记给项目点个星!再次感谢!

1.分叉项目

2.创建您的功能分支(git checkout -b feature/AmazingFeature)

3.提交您的更改(git commit -m \'Add some AmazingFeature\')

4.推送到分支(git push origin feature/AmazingFeature)

5.打开一个拉取请求

(#readme-top]回到顶部)

许可

根据 MIT 许可分发。有关更多信息,请参见 `LICENSE.txt`。

(#readme-top]回到顶部)

截图:

https://i.sodamc.com/modrinth/TCY70TJOC4.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/eZM8Ry2LSP.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/Rxya0OAetS.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/PHUiCtsGlN.jpg?x-oss-process=style/forge2]

来自Modrinth所有游戏版本1.18.21.211.21.11.201.20.11.20.21.20.31.20.41.20.51.20.61.19.21.19.41.19.3所有类型fabricYet Another Cobblestone Generator 2025.6.1yacg-2025.6.1.jar下载2025.6.1#Releaseyacg-2025.6.1-sources.jar下载2025.6.1#Release* Added missing recipes展开版本: 2025.6.1支持游戏: 1.18.2类型:FabricRelease下载次数: 15Yet Another Cobblestone Generator 2024.10.1yacg-2024.10.1.jar下载2024.10.1#Release* New customization format* Event generators展开版本: 2024.10.1支持游戏: 1.21, 1.21.1类型:FabricRelease下载次数: 1,868Yet Another Cobblestone Generator 2024.6.2yacg-2024.6.2.jar下载2024.6.2#Release* Fixed vanilla datapacks for crafts and mining* Added energy upgrade craft (forbidden between branches)展开版本: 2024.6.2支持游戏: 1.21, 1.21.1类型:FabricRelease下载次数: 3,104Yet Another Cobblestone Generator 2024.6.1yacg-2024.6.1.jar下载2024.6.1#Release* Update to 1.21* Rollback stack size to 99 (Mojang again limits it...)展开版本: 2024.6.1支持游戏: 1.21类型:FabricRelease下载次数: 89Yet Another Cobblestone Generator 2024.5.3yacg-2024.5.3.jar下载2024.5.3#Release* Added [France](https://github.com/syorito-hatsuki/yet-another-cobble-gen/pull/17) and [Russian](https://github.com/syorito-hatsuki/yet-another-cobble-gen/pull/18) translation展开版本: 2024.5.3支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 1,531Yet Another Cobblestone Generator 2024.5.3yacg-2024.5.3.jar下载2024.5.3#Release* Added [France](https://github.com/syorito-hatsuki/yet-another-cobble-gen/pull/17) and [Russian](https://github.com/syorito-hatsuki/yet-another-cobble-gen/pull/18) translation展开版本: 2024.5.3支持游戏: 1.20.5, 1.20.6类型:FabricRelease下载次数: 246Yet Another Cobblestone Generator 2024.5.2yacg-2024.5.2.jar下载2024.5.2#Release* Added Ducky Updater Lib* Added Energy Support* Added Energy Free Upgrade* Increase stack size per item from 99 to 1024* Updated fStats展开版本: 2024.5.2支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 144Yet Another Cobblestone Generator 2024.5.2yacg-2024.5.2.jar下载2024.5.2#Release* Added Ducky Updater Lib* Added Energy Support* Added Energy Free Upgrade* Increase stack size per item from 99 to 1024* Updated fStats展开版本: 2024.5.2支持游戏: 1.20.5, 1.20.6类型:FabricRelease下载次数: 146Yet Another Cobblestone Generator 2024.5.1yacg-2024.5.1.jar下载2024.5.1#Release* Updated to 1.20.5+展开版本: 2024.5.1支持游戏: 1.20.5, 1.20.6类型:FabricRelease下载次数: 135Yet Another Cobblestone Generator 2023.12.1yacg-2023.12.1.jar下载2023.12.1#Release* Updated fStats* Cleanup code展开版本: 2023.12.1支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 2,515Yet Another Cobblestone Generator 2023.11.1yacg-2023.11.1.jar下载2023.11.1#Release* Added [fStats](https://modrinth.com/mod/fstats)* Fixed [#13](https://github.com/syorito-hatsuki/yet-another-cobble-gen/issues/13)展开版本: 2023.11.1支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 413Yet Another Cobblestone Generator 2023.7.3yacg-2023.7.3.jar下载2023.7.3#Release* Added redstone control展开版本: 2023.7.3支持游戏: 1.19.2类型:FabricRelease下载次数: 415Yet Another Cobblestone Generator 2023.7.3yacg-2023.7.3.jar下载2023.7.3#Release* Added redstone control展开版本: 2023.7.3支持游戏: 1.20, 1.20.1, 1.20.2类型:FabricRelease下载次数: 585Yet Another Cobblestone Generator 2023.7.2yacg-2023.7.2.jar下载2023.7.2#Release* Added Polish translation展开版本: 2023.7.2支持游戏: 1.20, 1.20.1类型:FabricRelease下载次数: 114Yet Another Cobblestone Generator 2023.7.2yacg-2023.7.2.jar下载2023.7.2#Release* Added Polish translation展开版本: 2023.7.2支持游戏: 1.19.4类型:FabricRelease下载次数: 169Yet Another Cobblestone Generator 2023.7.2yacg-2023.7.2.jar下载2023.7.2#Release* Added Polish translation展开版本: 2023.7.2支持游戏: 1.18.2类型:FabricRelease下载次数: 184Yet Another Cobblestone Generator 2023.7.2yacg-2023.7.2.jar下载2023.7.2#Release* Added Polish translation展开版本: 2023.7.2支持游戏: 1.19.2类型:FabricRelease下载次数: 89Yet Another Cobblestone Generator 2023.7.1yacg-2023.7.1.jar下载2023.7.1#ReleaseBackport from 1.20+ to 1.19.2展开版本: 2023.7.1支持游戏: 1.19.2类型:FabricRelease下载次数: 93Yet Another Cobblestone Generator 2023.7.1yacg-2023.7.1.jar下载2023.7.1#Release* Added upgrades* Speed divide upgrade* Count multiply upgrade* Coefficient multiply upgrade* Added instruction \"How todo own generator\"* Added integrations* EMI* REI* Jade展开版本: 2023.7.1支持游戏: 1.20, 1.20.1类型:FabricRelease下载次数: 115Yet Another Cobblestone Generator 2023.6.2yacg-2023.6.2.jar下载2023.6.2#Release* Hotfix dependence for 1.20展开版本: 2023.6.2支持游戏: 1.20, 1.20.1类型:FabricRelease下载次数: 159Yet Another Cobblestone Generator 2023.6.1yacg-2023.6.1.jar下载2023.6.1#Release* Added official crafts* Updated config, added possibility to set generation count展开版本: 2023.6.1支持游戏: 1.19.4类型:FabricRelease下载次数: 87Yet Another Cobblestone Generator 2023.6.1yacg-2023.6.1.jar下载2023.6.1#Release* Added official crafts* Updated config, added possibility to set generation count展开版本: 2023.6.1支持游戏: 1.20类型:FabricRelease下载次数: 98Yet Another Cobblestone Generator 2023.5.1yacg-2023.5.1.jar下载2023.5.1#Release展开版本: 2023.5.1支持游戏: 1.18.2类型:FabricRelease下载次数: 62Yet Another Cobblestone Generator 2023.5.1yacg-2023.5.1.jar下载2023.5.1#Release展开版本: 2023.5.1支持游戏: 1.19.2类型:FabricRelease下载次数: 95Yet Another Cobblestone Generator 2023.5.1yacg-2023.5.1.jar下载2023.5.1#Release展开版本: 2023.5.1支持游戏: 1.19.3, 1.19.4类型:FabricRelease下载次数: 173全部版本

markdown_parsed

文章类型:收录

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

游客,如果您要查看本帖隐藏内容请回复
Yet Another Cobblestone Generator
楼主 2025-8-10 19:59:55 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

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

本版积分规则



介绍

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

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

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

官方

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

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

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

新会员

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

GMT+8, 2025-9-25 10:38 , Processed in 0.212494 second(s), 53 queries .

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