概述
这个 Mod 允许所有原版矿石 + 远古残骸上方生长 Crystal Cluster(晶簇);
当晶簇成长至最大阶段时,采集晶簇即可产出对应的矿石资源;
此 Mod 并非如同多数人设想的 OP:不同晶簇的生长速度也有所不同,例如钻石矿晶簇需要 30 分钟 ~ 1 小时内才能成长至最大阶段。
自定义相关
使用数据包可自定义晶簇在任何方块上生长,并在采集后产出对应物品:
请在“recipes”文件夹中创建一个新的 JSON 文件,以下是允许南瓜上方生长晶簇的示例;
此 Mod 本身可在 JEI 内显示相关晶簇信息,玉 & 检测器 Mod 也可以实时显示晶簇的生长进程。
{ "type": "oregrowth:ore_growth", "base": "minecraft:pumpkin", // block the crystal grows on "stages": 4, // number of growth stages the crystal has "spawn_chance": 0.2, // chance for a crystal to spawn when the base receives a random tick "growth_chance": 0.3, // chance for a crystal to grow when it receives a random tick "result": { // item dropped when a fully grown crystal is broken "item": "minecraft:pumpkin_pie", "count": 2 }}注意事项
你可以在整合包中加入此 Mod;
未经原作者许可,此 Mod 不得随意更改 / 重新分发下载。
画廊