|
The Toolkits (工具包)Github |相关wiki |源站链接支持: forge这个模组为《我的世界》Mod添加了一些实用工具,帮助玩家更好地进行游戏。
Link Item
这个模组可以在Quark的shift-T命令无法使用的JEI配方查看和书签覆盖界面中添加一个新的快捷键(可配置,默认为shift-/),该快捷键可以在所有提到的屏幕中使用。文本还可点击,这将打开物品栏(也就是JEI)并为您输入搜索词。您需要将资源ID搜索设置为\"REQUIRE_PREFIX\"以使搜索有效。
打开JEI命令
/the-toolkits jei <搜索词>
该命令在链接物品功能的实现中使用。你可能会觉得这个命令没什么用。
打印物品NBT
此命令将物品的NBT打印到聊天中。你拿着物品运行这个命令,就完成了。您需要拥有OP权限才能使用这个OP命令。
/the-toolkits nbt get
打印玩家属性
该命令打印玩家属性,比如速度等。属性有两种类型(可同步和脏数据)。作者不清楚它们之间的区别,所以他只是全部打印出来。这个命令可能会很有用,例如当您想要了解“神话增强”(apotheosis)是如何工作的,因为在神话增强中许多效果是通过向玩家注入新属性来实现的。您需要拥有OP权限才能使用这个命令。
/the-toolkits attributes get
配方转储
这是一个新增功能,目前仅在1.16.5中可用,并将来在更高版本中进行移植。配方可以按`Serializer`进行分类,其名称是一个资源ID,比如“minecraft:crafting_shaped”或“create:mechanical_crafting”。第一部分是“命名空间”,第二部分是“路径”。这个命令基于这个概念进行参数化。
列出所有命名空间:
/the-toolkits recipe list
列出此命名空间下的所有路径:
/the-toolkits recipe list
列出此命名空间路径下的所有配方ID:
/the-toolkits recipe list
随机打印一个此命名空间路径下的配方:
/the-toolkits recipe random
转储此类别下的配方(以JSON形式),观看输出以查看结果存储位置:
/the-toolkits recipe dump
这个命令可能不适用于所有类型的配方,并且将需要进一步改进。
实体检查命令
想知道是什么造成了你的世界卡顿吗?在使用类似Spark之类的Mod后,你是否想知道它们的位置?这个命令可帮助您转储给定实体类型的每个实体的位置(您可以使用类名、名称或注册名称)。如果您是服务器的OP,并希望检查导致卡顿的确切位置,这将非常有用。(建议与Spark或其他性能分析Mod一起使用)
/the-toolkits entity summary classname/name/registry_name # 查看所有实体数量的摘要
/the-toolkits entity locations classname/name/registry_name name # 转储它们的位置
同样的命令也适用于方块实体,将“entity”替换为“block_entity”,并让建议引导您转储方块实体的位置。
截图:
来自Modrinth所有游戏版本1.191.18.21.16.51.19.2所有类型forgeThe Toolkits 1.8.1the-toolkits-1.19.2-1.8.1.jar下载1.8.1#Releasesmall update: make the link item text translatable展开版本: 1.8.1支持游戏: 1.19类型:ForgeRelease下载次数: 71The Toolkits 1.8.1the-toolkits-1.18.2-1.8.1.jar下载1.8.1#Releasesmall update: make the link item text translatable展开版本: 1.8.1支持游戏: 1.18.2类型:ForgeRelease下载次数: 42The Toolkits 1.8.1the-toolkits-1.16.5-1.8.1.jar下载1.8.1#Releasesmall update: make the link item text translatable展开版本: 1.8.1支持游戏: 1.16.5类型:ForgeRelease下载次数: 55The Toolkits 1.8.0the-toolkits-1.19.2-1.8.0.jar下载1.8.0#Releaseadd recipe and entity/block_entity commands展开版本: 1.8.0支持游戏: 1.19.2类型:ForgeRelease下载次数: 79The Toolkits 1.8.0the-toolkits-1.18.2-1.8.0.jar下载1.8.0#Releaseadd recipe and entity/block_entity commands展开版本: 1.8.0支持游戏: 1.18.2类型:ForgeRelease下载次数: 55The Toolkits 1.7.1the-toolkits-1.16.5-1.7.1.jar下载1.7.1#Releaseadd block entity command展开版本: 1.7.1支持游戏: 1.16.5类型:ForgeRelease下载次数: 49The Toolkits 1.6.1the-toolkits-1.16.5-1.6.1.jar下载1.6.1#Releasefix a bug展开版本: 1.6.1支持游戏: 1.16.5类型:ForgeRelease下载次数: 47The Toolkits 1.6.0the-toolkits-1.16.5-1.6.0.jar下载1.6.0#Release- add `entity summary <classname/name/registry_name>` command- add `entity locations <classname/name/registry_name> <name>` command展开版本: 1.6.0支持游戏: 1.16.5类型:ForgeRelease下载次数: 53The Toolkits 1.4the-toolkits-1.19.2-1.4.jar下载1.4#Release展开版本: 1.4支持游戏: 1.19.2类型:ForgeRelease下载次数: 63The Toolkits 1.4the-toolkits-1.18.2-1.4.jar下载1.4#Release展开版本: 1.4支持游戏: 1.18.2类型:ForgeRelease下载次数: 48The Toolkits 1.5.1the-toolkits-1.16.5-1.5.1.jar下载1.5.1#Release- recipe conversion now transform one by one, skipping failed ones.- add printj command (`/the-toolkits recipe <ns> <path> printj <recipeId>`) to try to convert for a single recipe- add search command (`/the-toolkits search <recipeId>`) to search for the serializer展开版本: 1.5.1支持游戏: 1.16.5类型:ForgeRelease下载次数: 69The Toolkits 1.5.0the-toolkits-1.16.5-1.5.0.jar下载1.5.0#Release展开版本: 1.5.0支持游戏: 1.16.5类型:ForgeRelease下载次数: 48全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
The Toolkits |
|