[![贡献者][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]
灵活可定制的生成器
支持
·
报告错误
·
请求功能
目录
![游戏内截图][screenshot]
圆石生成器,任何空岛生存的经典元素。然而,我对那些只生成一种方块的传统生成器感到厌倦。这就是我制作自己的模组的原因,它提供了广泛的定制选项。
(返回顶部)
(返回顶部)
(返回顶部)
![]() |
![]() |
![]() |
|---|---|---|
![]() |
![]() |
![]() |
![]() |
活动生成器
| 万圣节 |
|------------------------------------------------------------------|
|
|
|
|
(返回顶部)
![REI 集成截图][rei-integration]
![EMI 集成截图][emi-integration]
![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
}
如果你想添加自己的生成器,请点击这里
(返回顶部)
查看 待解决问题 以获取完整的功能提议列表(以及已知问题)。
(返回顶部)
贡献是让开源社区成为学习、启发和创造的绝佳之地的原因。您的任何贡献都将受到极大的赞赏。
如果您有改进建议,请 Fork 仓库并创建拉取请求。您也可以直接打开一个带有“enhancement”标签的问题。
别忘了给项目点个星!再次感谢!
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
友情链接: 网易我的世界 | 泰拉瑞亚 | 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