搜索历史
清空
暂无搜索历史
论坛热搜
1
【MC整合包发布】乌托邦探险之旅3.2
热
3
[1.6.4]上古老物 冒险者传说 by WhiteSword
新
5
[转载]洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
[1.12.2]Jenny — 有趣的模拟女友模组|珍妮模组
热
4
幻虚斗罗V1.5[炫酷魂环][高级魂技][全模型贴图覆盖][超吸金]
6
[1.7.10] [HQM] [Mercury landing]水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 20|回复: 0

[模组分享] 战术钓鱼 (Tactical Fishing)-MOD模组

[复制链接]

5017

主题

60

回帖

1万

积分

龙❁妻

Rank: 8Rank: 8

经验
10298 EP
金粒
5181 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:32:26 | 显示全部楼层 |阅读模式
战术钓鱼 (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 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2025-9-25 10:35 , Processed in 0.218736 second(s), 53 queries .

快速回复 返回顶部 返回列表