McLists一周年快乐
服务器已经添加了详细介绍信息板块
服主可以在管理后台来提交自己服务器介绍信息。
服务器介绍信息提交后,管理人员会进行审核
审核通过后会在服务器详细页面进行显示
提交服务器介绍信息会让新玩家更好的了解你的服务器哦~
添加图片信息,也会让百度等搜索引擎更好的收录您的服务器哦~
管理平台地址:传送门
Yet Another Cobblestone Generator

Yet Another Cobblestone Generator - 又一款圆石生成器

灵活可自定义的生成器
fabric 作者 syorito-hatsuki 支持版本 1.18.2 - 1.21.1
下载量
21,885
关注数
26
数据来源
Modrinth
模组详细介绍

[![贡献者][contributors-shield]][contributors-url]

[![分支][forks-shield]][forks-url]

[![星标][stars-shield]][stars-url]

[![问题][issues-shield]][issues-url]

[![MIT 许可证][license-shield]][license-url]

[![领英][linkedin-shield]][linkedin-url]

[![Discord][discord-shield]][discord-url]

[![Modrinth][modrinth-shield]][modrinth-url]

又一个圆石生成器

灵活可定制的生成器

支持

·

报告错误

·

请求功能

目录

  • 关于项目 构建工具
  • 使用 游戏玩法
  • 合成配方
  • 集成 REI
  • EMI
  • Jade
  • 配置
  • 路线图
  • 贡献
  • 许可证

关于项目

![游戏内截图][screenshot]

圆石生成器,任何空岛生存的经典元素。然而,我对那些只生成一种方块的传统生成器感到厌倦。这就是我制作自己的模组的原因,它提供了广泛的定制选项。

(返回顶部)

构建工具

  • ![Fabric][fabric]
  • ![Fabric-Language-Kotlin][fabric-language-kotlin]
  • ![ModMenu Badges Lib][modmenu-badges-lib]
  • ![fStats][fstats]

(返回顶部)

使用

游戏玩法

  • 右键点击以获取已生成物品的信息
  • Shift + 右键点击以收集生成器中的所有物品
  • Shift + 右键点击将升级物品放入生成器

(返回顶部)

合成配方

圆石生成器合成 矿石生成器合成 石头生成器合成
速度升级合成 数量升级合成 系数升级合成
能量免费升级合成

活动生成器

| 万圣节 |

|------------------------------------------------------------------|

| 南瓜 |

| 下界南瓜 |

(返回顶部)

集成

REI

![REI 集成截图][rei-integration]

EMI

![EMI 集成截图][emi-integration]

Jade

![Jade 集成截图][jade-integration]

(返回顶部)

配置

生成器默认配置 (2024.10.1 之前)

[
    {
        "type": "cobble",
        "energyUsage": 0,
        "items": [
            {
                "itemId": "minecraft:cobblestone",
                "coefficient": 100,
                "count": 1
            },
            {
                "itemId": "minecraft:cobbled_deepslate",
                "coefficient": 30,
                "count": 1
            },
            {
                "itemId": "minecraft:mossy_cobblestone",
                "coefficient": 10,
                "count": 1
            }
        ]
    },
    {
        "type": "ore",
        "energyUsage": 0,
        "items": [
            {
                "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
            }
        ]
    },
    {
        "type": "stone",
        "energyUsage": 0,
        "items": [
            {
                "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
            }
        ]
    }
]

生成器默认配置 (2024.5.2 之前)

{
  "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
      }
    ]
  }
}

升级默认配置

{
  "COUNT": 2,
  "COEFFICIENT": 2,
  "SPEED": 2
}

如果你想添加自己的生成器,请点击这里

(返回顶部)

路线图

  • [x] 可定制的生成器
  • [x] 生成器升级
  • [x] EMI 集成
  • [x] Jade 集成
  • [x] REI 集成

查看 待解决问题 以获取完整的功能提议列表(以及已知问题)。

(返回顶部)

贡献

贡献是让开源社区成为学习、启发和创造的绝佳之地的原因。您的任何贡献都将受到极大的赞赏

如果您有改进建议,请 Fork 仓库并创建拉取请求。您也可以直接打开一个带有“enhancement”标签的问题。

别忘了给项目点个星!再次感谢!

  • Fork 项目
  • 创建您的功能分支 (git checkout -b feature/AmazingFeature)
  • 提交您的更改 (git commit -m '添加一些 AmazingFeature')
  • 推送到分支 (git push origin feature/AmazingFeature)
  • 打开拉取请求

(返回顶部)

许可证

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

(返回顶部)

[contributors-shield]: https://img.shields.io/github/contributors/syorito-hatsuki/yet-another-cobble-gen.svg?style=for-the-badge

[contributors-url]: https://github.com/syorito-hatsuki/yet-another-cobble-gen/graphs/contributors

[forks-shield]: https://img.shields.io/github/forks/syorito-hatsuki/yet-another-cobble-gen.svg?style=for-the-badge

[forks-url]: https://github.com/syorito-hatsuki/yet-another-cobble-gen/network/members

[stars-shield]: https://img.shields.io/github/stars/syorito-hatsuki/yet-another-cobble-gen.svg?style=for-the-badge

[stars-url]: https://github.com/syorito-hatsuki/yet-another-cobble-gen/stargazers

[issues-shield]: https://img.shields.io/github/issues/syorito-hatsuki/yet-another-cobble-gen.svg?style=for-the-badge

[issues-url]: https://github.com/syorito-hatsuki/yet-another-cobble-gen/issues

[license-shield]: https://img.shields.io/github/license/syorito-hatsuki/yet-another-cobble-gen.svg?style=for-the-badge

[license-url]: https://github.com/syorito-hatsuki/yet-another-cobble-gen/blob/master/LICENSE.txt

[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555

[linkedin-url]: https://linkedin.com/in/kit-lehto

[screenshot]: https://cdn-raw.modrinth.com/data/xPsKRMUF/images/047a2072ffe8fe5368479d0560eb2bbca2b1ef5f.png

[rei-integration]: https://cdn.modrinth.com/data/xPsKRMUF/images/8728ef2189b41115e4c77036d2bf997e44dea665.png

[emi-integration]: https://cdn.modrinth.com/data/xPsKRMUF/images/3a52d6a7b75930e96866daba0f51d3b52db020da.png

[jade-integration]: https://cdn.modrinth.com/data/xPsKRMUF/images/89bce38efe2b0da0e5b0805a483c2ede7706edd9.png

[fabric]: https://img.shields.io/badge/fabric%20api-DBD0B4?style=for-the-badge

[fabric-language-kotlin]: https://img.shields.io/badge/fabric%20language%20kotlin-7F52FF?style=for-the-badge&logo=kotlin&logoColor=white

[modmenu-badges-lib]: https://img.shields.io/badge/modmenu%20badges%20lib-434956?style=for-the-badge

[fstats]: https://img.shields.io/badge/fStats-111111?style=for-the-badge

[discord-shield]: https://img.shields.io/discord/1032138561618726952?logo=discord&logoColor=white&style=for-the-badge&label=Discord

[discord-url]: https://discord.gg/pbwnMwnUD6

[modrinth-shield]: https://img.shields.io/modrinth/v/yacg?label=Modrinth&style=for-the-badge

[modrinth-url]: https://modrinth.com/mod/yacg

基本信息
模组名称Yet Another Cobblestone Generator
作者syorito-hatsuki
下载量21,885
关注数26
支持版本1.18.2 - 1.21.1
加载器fabric
客户端required
服务端required

友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作

历史访问人数:51,417  |  历史访问人次:134,842

今日访问人数:2,597  |  今日访问人次:2,779

昨日访问人数:21,836  |  昨日访问人次:27,080

Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.

Powered by GermMC 京ICP备17023959号-6