|
|
数据包传送门 (Datapack Portals)Github |相关wiki |源站链接支持: fabric使用CustomPortalApi和数据包创建自定义传送门
在你的数据包中创建一个 \"portals\" 文件夹,这里是放置所有自定义传送门的地方。允许创建的传送门数量没有限制,只要没有重复的框架方块。
以下是一个示例文件:
_stoneendportal.json_
{
\"block\": \"minecraft:stone\",
\"dim\": \"minecraft:the_end\",
\"r\": 66,
\"g\": 135,
\"b\": 245
}Copy已复制!
- block: 用于框架的方块。
- dim: 前往的维度 ID。
- r, g, b: 传送门的着色。
还有一些可选参数:
- ignitionType: 使用的点火类型。选项有 \"BLOCK\", \"FLUID\", \"ITEM\"。
- ignitionSource: 用于点火传送门的方块/物品/流体的 ID,唯一支持的方块是火: \"minecraft:fire\"。所有物品和流体都受支持。
- returnDim: 返回的维度,允许指定返回到除主世界以外的位置。
就是这样!传送门的功能与原版下界传送门完全相同。
来自Modrinth所有游戏版本1.211.21.11.201.20.11.19.41.19.31.191.19.11.19.21.18.21.171.17.11.16.31.16.4所有类型fabricDatapack Portals 1.2.3-1.21datapackportals-1.2.3-1.21.jar下载1.2.3-1.21#ReleaseUpdate to 1.21展开版本: 1.2.3-1.21支持游戏: 1.21, 1.21.1类型:FabricRelease下载次数: 5,089Datapack Portals 1.2.3-1.20datapackportals-1.2.3-1.20.jar下载1.2.3-1.20#ReleasePort to 1.20/1.20.1展开版本: 1.2.3-1.20支持游戏: 1.20, 1.20.1类型:FabricRelease下载次数: 16,017Datapack Portals 1.2.3-1.19.4datapackportals-1.2.3-1.19.4.jar下载1.2.3-1.19.4#ReleasePort to 1.19.4展开版本: 1.2.3-1.19.4支持游戏: 1.19.4类型:FabricRelease下载次数: 2391.2.3-1.19.3datapackportals-1.2.3-1.19.3.jar下载1.2.3-1.19.3#ReleaseRemove testing portals展开版本: 1.2.3-1.19.3支持游戏: 1.19.3类型:FabricRelease下载次数: 1871.2.2-1.19.3datapackportals-1.2.2-1.19.3.jar下载1.2.2-1.19.3#ReleaseUpdate to 1.19.3展开版本: 1.2.2-1.19.3支持游戏: 1.19.3类型:FabricRelease下载次数: 961.2.1-1.19datapackportals-1.2.1-1.19.jar下载1.2.1#ReleaseAdd support for flat portals.Add to your portal.json:\"portalType\" : \"flat\"展开版本: 1.2.1支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricRelease下载次数: 23,4431.1.1-1.19datapackportals-1.1.1-1.19.jar下载1.1.1-1.19#ReleaseUpdate to 1.19展开版本: 1.1.1-1.19支持游戏: 1.19类型:FabricRelease下载次数: 1301.1.1-1.18datapackportals-1.1.1-1.18.jar下载1.1.1-1.18#ReleaseUpdate to 1.18.2展开版本: 1.1.1-1.18支持游戏: 1.18.2类型:FabricRelease下载次数: 4,3801.1.0-1.17datapackportals-1.1.0-1.17.jar下载1.1.0-1.17#ReleaseUpdates included version of Custom Portal Api to beta 46. This fixes a lot of portal bugs at the expense of severely changing the portal linking logic. Your existing portals will no longer connect to each other.This also fixes compat with mods using the newer version of Custom Portal Api展开版本: 1.1.0-1.17支持游戏: 1.17, 1.17.1类型:FabricRelease下载次数: 1841.0.2-1.16datapackportals-1.0.2-1.16.jar下载1.0.2-1.16#ReleaseUpdate included version of customportalapi lib and adding support for its new feature. Namely: all items and fluids as ignition sources展开版本: 1.0.2-1.16支持游戏: 1.16.3, 1.16.4类型:FabricRelease下载次数: 1771.0.1-1.16datapackportals-1.0.1-1.16.jar下载1.0.1-1.16#ReleaseFixes crash on dedicated serversAdds error messages if registered portal contains null blocks.And a potential fix for a load order issue展开版本: 1.0.1-1.16支持游戏: 1.16.3, 1.16.4类型:FabricRelease下载次数: 122Initial Releasedatapackportals-1.0.0-1.16.jar下载1.0.0-1.16#Release展开版本: 1.0.0-1.16支持游戏: 1.16.3, 1.16.4类型:FabricRelease下载次数: 145全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
数据包传送门 |
楼主
2025-8-10 17:22:08
回复(0)
收起回复
|