|
战术钓鱼 (Tactical Fishing)Github |相关wiki |源站链接支持: forgeA new way of getting fish into buckets
战术钓鱼(Tactical Fishing)是一个为《我的世界》(Minecraft)设计的模组,它为玩家提供了一种新的方式来捕捞鱼并将其放入桶中。通过在副手中持有水桶进行钓鱼,玩家可以获得桶装鱼,这为捕鱼带来了全新的体验。
功能特点:
- 可以通过持有水桶进行钓鱼来获得桶装鱼;
自动支持其他模组添加的鱼类,只要它们遵循了《我的世界》的命名规范;使用动态生成的配方,并且兼容JEI模组(Just Enough Items),可以在JEI中查看所有可钓制的物品。
针对模组开发者的技术说明:
只要你遵循《我的世界》的命名规范(\"_*_[modid]:[fish]***\", \"***[modid]:[fish]_bucket***\"),战术钓鱼模组就能自动处理你添加的鱼类。如果你仍在使用旧的命名方式,不用担心,模组也包括了“***[modid]:raw_[fish]***”作为备用选项。
如果你的钓鱼竿是继承自“*net.minecraft.item.FishingRodItem*”,并且使用了“*net.minecraftforge.event.entity.player.ItemFishedEvent*” Forge事件,那么战术钓鱼模组也能自动处理你的钓鱼竿。如果你的钓鱼竿由于某些原因是一个自定义物品,你可以将它包含在“*tactical_fishing:fishing_rods*”物品标签中。
如果你想为你的模组创建新的钓鱼配方,以下是配方的语法:
{
\"type\": \"tactical_fishing:fishing\",
\"group\": \"\", // 这是可选的,如果你想让该配方计入“高级战术”成就,可以将\"tactical_fishing:fish_buckets\"添加到这里。
\"rod\": {}, // 这里指定了该配方所需的钓鱼竿,如果你想使用任何一种钓鱼竿,可以使用 \"tactical_fishing:fishing_rods\" 标签。
\"ingredient\": {}, // 这里指定了该配方所需的其他物品
\"catch\": {}, // 这里指定了该配方需要捕获的物品
\"result\": {} // 这里指定了该配方最终生成的物品
}Copy已复制!
下面是自动生成的配方模板:
{
\"type\": \"tactical_fishing:fishing\",
\"group\": \"tactical_fishing:fish_buckets\",
\"rod\": {
\"tag\": \"tactical_fishing:fishing_rods\"
},
\"ingredient\": {
\"item\": \"minecraft:water_bucket\"
},
\"catch\": {
\"item\": \"minecraft:cod\"
},
\"result\": {
\"item\": \"minecraft:cod_bucket\"
},
\"conditions\": [
{
\"type\": \"forge:mod_loaded\",
\"modid\": \"minecraft\"
}
]
}Copy已复制!
针对模组打包制作者的技术说明:
通过配置文件,你可以禁用自动生成的钓鱼配方等特定功能���
如果你想为你的模组创建新的钓鱼配方,以下是配方的语法:
{
\"type\": \"tactical_fishing:fishing\",
\"group\": \"\", // 这是可选的,如果你想让该配方计入“高级战术”成就,可以将\"tactical_fishing:fish_buckets\"添加到这里。
\"rod\": {}, // 这里指定了该配方所需的钓鱼竿,如果你想使用任何一种钓鱼竿,可以使用 \"tactical_fishing:fishing_rods\" 标签。
\"ingredient\": {}, // 这里指定了该配方所需的其他物品
\"catch\": {}, // 这里指定了该配方需要捕获的物品
\"result\": {} // 这里指定了该配方最终生成的物品
}Copy已复制!
自动生成的配方模板如下:
{
\"type\": \"tactical_fishing:fishing\",
\"group\": \"tactical_fishing:fish_buckets
来自Modrinth所有游戏版本1.191.19.11.19.21.201.20.11.18.11.18.21.17.11.16.5所有类型forgeTactical Fishing 1.2TacticalFishing-1.19.x2-v1.2.jar下载1.2#Release- Initial 1.19-1.19.2 port- Datapack usage dropped due to unknown (most likely Forge?) issue, now uses direct injections into RecipeManager/TagLoader- Config option \'VerifyDatapack\' has been deprecated, other options adjusted to the new method展开版本: 1.2支持游戏: 1.19, 1.19.1, 1.19.2类型:ForgeRelease下载次数: 804Tactical Fishing 1.2TacticalFishing-1.20.X1-v1.2.jar下载1.2#Release- Initial 1.20/-.1 port- Datapack usage dropped due to unknown (most likely Forge?) issue, now uses direct injections into RecipeManager/TagLoader- Config option \'VerifyDatapack\' has been deprecated, other options adjusted to the new method展开版本: 1.2支持游戏: 1.20, 1.20.1类型:ForgeRelease下载次数: 2,785Tactical Fishing 1.1.2TacticalFishing-1.18.1x-v1.1.2.jar下载1.1.2#Release- Fixed another crash that occured whenever a 1.18.2 server was launched with this mod展开版本: 1.1.2支持游戏: 1.18.1, 1.18.2类型:ForgeRelease下载次数: 148Tactical Fishing 1.1.1TacticalFishing-1.17.1-v1.1.1.jar下载1.1.1#Release- Added Russian Translation provided by BardinTheDwarf- Fixed a crash that occured whenever a server was launched with this mod, opps展开版本: 1.1.1支持游戏: 1.17.1类型:ForgeRelease下载次数: 45Tactical Fishing 1.1.1TacticalFishing-1.16.5-v1.1.1.jar下载1.1.1#Release- Added Russian Translation provided by BardinTheDwarf- Fixed a crash that occured whenever a server was launched with this mod, opps展开版本: 1.1.1支持游戏: 1.16.5类型:ForgeRelease下载次数: 118全部版本
文章类型:收录layui.use([\'form\'], function(){
var form = layui.form;
});
战术钓鱼 |
楼主
2025-8-10 19:32:26
回复(0)
收起回复
|