|
|
可农作的潜影贝 (Farmable Shulkers)Github |相关wiki |源站链接支持: fabricMinecraft 1.17引入了一种新的机制,使得潜影贝壳成为可再生资源。该模组的目的是将这一行为移植到较旧的版本(例如1.14.x、1.15.x和1.16.x)中。
为什么不直接升级到1.17?
就我个人而言,有两个原因:
- 像许多其他人一样,我在等待岩洞与悬崖的更新。然而,决定将其分成几个版本(这并不坏 - 推迟发布大规模更新比提供未完成的东西更好)。我会等待最终版本的发布,这应该会在2021年底发生,以便完整体验更新,而不是多次重建未使用的区块。我可以没有铜、蜡烛、苔藓和发光鱿鱼,但可农作的潜影贝机制对我来说是一个杀手特性。
- 服务器比单人世界更难更新,所以对于它们来说等待更新的最后一部分更有意义。
功能
潜影贝的复制
现在,当一个潜影贝用潜影弹击中另一个潜影贝时,新的潜影贝有机会生成。
潜影贝可以像其他实体一样前往下界
你可能会感到惊讶,但直到最新的1.17快照,这并不是真的;潜影贝保留了它们的坐标,因此在移动到另一个维度时(`800 ~ 800 -> 800 ~ 800`而不是`800 ~ 800 -> 100 ~ 100`)。
https://raw.githubusercontent.com/Kir-Antipov/farmable-shulkers/HEAD/media/nether.gif]
潜影贝不再可以传送到非方形表面
出于某种原因,游戏确保只有方块的顶部是一个非空的方形表面,即使潜影贝试图传送到它的底部或侧面。
https://raw.githubusercontent.com/Kir-Antipov/farmable-shulkers/HEAD/media/slabs.png]
看起来很酷,但我该如何使用它来建立一个农场?
当你觉得某事对你来说是不可能的时候,请知道SciCraft的成员已经做到了。所以,我建议你观看这些视频:
- https://www.youtube.com/watch?v=8RqWiEJuauQ]20w45a完全自动潜影贝壳农场,ilmango(初始设计,利用了关于潜影贝错误传送到下界的bug。然而,该视频仍然具有作为概念本身的简要解释的价值)
- https://www.youtube.com/watch?v=owoS_bgOIhQ&t=637s]为1.17构建可靠的潜影贝农场,cubicmetre(无bug设计)
注意:cubicmetre的世界盒子中包含的替换潜影贝在潜影贝的传送能力范围内,因此在某些极端情况下,它们可以传送到其墙壁或顶部。只需移除此盒子或扩大它,问题就解决了!
安装
需求:
- Minecraft `1.14.x`、`1.15.x` 或 `1.16.x`
- Fabric Loader `>=0.7.0`
你可以从以下位置下载该模组:
- https://github.com/Kir-Antipov/farmable-shulkers/releases]GitHub Releases
- https://modrinth.com/mod/farmable-shulkers]Modrinth
- https://www.curseforge.com/minecraft/mc-mods/farmable-shulkers]CurseForge
- https://github.com/Kir-Antipov/farmable-shulkers/actions/workflows/build-artifacts.yml]GitHub Actions(这些构建可能不稳定,但它们代表了开发的实际状态)
从源代码构建
需求:
- JDK `8`
Linux/MacOS
git clone <jin class=\"jinsom-post-link\" type=\"link\" data=\"https://github.com/Kir-Antipov/farmable-shulkers.git\" onclick=\"jinsom_post_link(this);\"><i class=\"fa fa-link\"></i> 链接</jin>
cd farmable-shulkers
chmod +x ./gradlew
./gradlew build
cd build/libsCopy已复制!
Windows
git clone <jin class=\"jinsom-post-link\" type=\"link\" data=\"https://github.com/Kir-Antipov/farmable-shulkers.git\" onclick=\"jinsom_post_link(this);\"><i class=\"fa fa-link\"></i> 链接</jin>
cd farmable-shulkers
gradlew build
cd build/libsCopy已复制!
来自Modrinth所有游戏版本1.16.21.16.31.16.41.16.51.15.21.14.4所有类型fabricFarmable Shulkers 1.2farmableshulkers-mc1.16.x-1.2.jar下载mc1.16.x-1.2#Release### Fixes:- Fixed the logic used by shulkers when they choose an attachable side of some block展开版本: mc1.16.x-1.2支持游戏: 1.16.2, 1.16.3, 1.16.4, 1.16.5类型:FabricRelease下载次数: 253Farmable Shulkers 1.2farmableshulkers-mc1.15.x-1.2.jar下载mc1.15.x-1.2#Release### Fixes:- Fixed the logic used by shulkers when they choose an attachable side of some block展开版本: mc1.15.x-1.2支持游戏: 1.15.2类型:FabricRelease下载次数: 150Farmable Shulkers 1.2farmableshulkers-mc1.14.x-1.2.jar下载mc1.14.x-1.2#Release### Fixes:- Fixed the logic used by shulkers when they choose an attachable side of some block展开版本: mc1.14.x-1.2支持游戏: 1.14.4类型:FabricRelease下载次数: 168Farmable Shulkers 1.1farmableshulkers-mc1.16.x-1.1.jar下载mc1.16.x-1.1#Release### Fixes:- Fixed server incompatibility展开版本: mc1.16.x-1.1支持游戏: 1.16.2, 1.16.3, 1.16.4, 1.16.5类型:FabricRelease下载次数: 118Farmable Shulkers 1.1farmableshulkers-mc1.15.x-1.1.jar下载mc1.15.x-1.1#Release### Fixes:- Fixed server incompatibility展开版本: mc1.15.x-1.1支持游戏: 1.15.2类型:FabricRelease下载次数: 108Farmable Shulkers 1.1farmableshulkers-mc1.14.x-1.1.jar下载mc1.14.x-1.1#Release### Fixes:- Fixed server incompatibility展开版本: mc1.14.x-1.1支持游戏: 1.14.4类型:FabricRelease下载次数: 110Farmable Shulkers 1.0farmableshulkers-mc1.16.x-1.0.jar下载mc1.16.x-1.0#Release### New Features:- Initial release for 1.16.x展开版本: mc1.16.x-1.0支持游戏: 1.16.2, 1.16.3, 1.16.4, 1.16.5类型:FabricRelease下载次数: 100Farmable Shulkers 1.0farmableshulkers-mc1.15.x-1.0.jar下载mc1.15.x-1.0#Release### New Features:- Initial release for 1.15.x展开版本: mc1.15.x-1.0支持游戏: 1.15.2类型:FabricRelease下载次数: 98Farmable Shulkers 1.0farmableshulkers-mc1.14.x-1.0.jar下载mc1.14.x-1.0#Release### New Features:- Initial release for 1.14.x展开版本: mc1.14.x-1.0支持游戏: 1.14.4类型:FabricRelease下载次数: 107全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
可农作的潜影贝 |
楼主
2025-8-10 17:42:23
回复(0)
收起回复
|