ProbeJS
这款 ProbeJS 模组与著名的检测器没有关系。
它的功能是收集你的整合包中的方块/物品等信息,供 VS Code 文本编辑器使用。
只需要装上模组,简单运行一条命令,VS Code 就能为你的 KubeJS 脚本编写提供自动补全协助,为你的 KubeJS 魔改插上飞翔的翅膀!
基础使用方法如下:
安装 VS Code 文本编辑器。
即使你不写魔改,这款编辑器支持绝大多数流行的编程语言、脚本语言,甚至一些其他的文本,例如 MC 模组的配置文件.cfg、语言文件.lang等等,是你的好帮手;
安装 ProbeJS 模组;
启动你的 Minecraft 游戏,然后运行命令:/probejs dump,等待一会,所需的文件就会生成;
右键点击你的 .minecraft 文件夹,选择“在 VSCode 中打开”;
此时你进行 KubeJS 脚本的编写时,已经可以体验到自动补全带来的飞一般的感觉了;
任何需要更新自动补全功能的时候,例如新增了模组时,只需要重新运行 /probejs dump 命令即可;
假如 VSCode 没有在你重新运行命令后刷新自动补全功能,在 VSCode 中按下 F1 键,执行“TypeScript: Restart TS server”功能就可以强制其刷新了。
除此之外,ProbeJS 还有一些高级功能,例如生成文档、导出事件和一些基于注解的功能。

源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><p style="white-space: normal;">这款 ProbeJS 模组与著名的<a target="_blank" href="//www.mcmod.cn/class/782.html" title="检测器">检测器</a>没有关系。<br></p><p style="white-space: normal;">它的功能是收集你的整合包中的方块/物品等信息,供 VS Code 文本编辑器使用。</p><p style="white-space: normal;">只需要装上模组,简单运行一条命令,VS Code 就能为你的 KubeJS 脚本编写提供自动补全协助,为你的 <a target="_blank" href="//www.mcmod.cn/class/2450.html" title="KubeJS">KubeJS</a> 魔改插上飞翔的翅膀!</p><hr><p style="white-space: normal;"><strong>基础使用方法如下:</strong></p><ol style="width: 833.206px; white-space: normal;"><li><p>安装 <a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9jb2RlLnZpc3VhbHN0dWRpby5jb20v">VS Code 文本编辑器</a>。</p><p>即使你不写魔改,这款编辑器支持绝大多数流行的编程语言、脚本语言,甚至一些其他的文本,例如 MC 模组的配置文件.cfg、语言文件.lang等等,是你的好帮手;</p></li><li><p>安装 ProbeJS 模组;</p></li><li><p>启动你的 Minecraft 游戏,然后运行命令:/probejs dump,等待一会,所需的文件就会生成;</p></li><li><p>右键点击你的 .minecraft 文件夹,选择“在 VSCode 中打开”;</p></li><li><p>此时你进行 KubeJS 脚本的编写时,已经可以体验到自动补全带来的飞一般的感觉了;</p></li><li><p>任何需要更新自动补全功能的时候,例如新增了模组时,只需要重新运行 /probejs dump 命令即可;</p></li><li><p>假如 VSCode 没有在你重新运行命令后刷新自动补全功能,在 VSCode 中按下 F1 键,执行“TypeScript: Restart TS server”功能就可以强制其刷新了。</p></li></ol><p>除此之外,ProbeJS 还有一些高级功能,例如生成文档、导出事件和一些基于注解的功能。</p><p><span class="figure"><img alt="ProbeJS-第1张图片" class="lazy" src="https://i.mcmod.cn/editor/upload/20220528/1653749467_31328_WVSi.gif" data-src="https://i.mcmod.cn/editor/upload/20220528/1653749467_31328_WVSi.gif" data-error="//www.mcmod.cn/images/loadfail.gif" data-original="https://www.mcmod.cn/static/public/images/loading-colourful.gif"></span><br></p></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
Snow Coated
源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><p><span class="common-text-title common-text-title-1">概述</span><br></p><p>本模组允许通过使用<span style="text-decoration: underline;">方块标签</span>来实现设置哪些方块上允许覆盖雪。</p><p><span class="common-text-title common-text-title-2">方块标签</span></p><ul style="list-style-type: disc;"><li><p>含有 <span style="text-decoration: underline;">snowcoated:snow_layer_blacklist</span> 标签的方块永远不会被雪覆盖,即使是一个完整的方块。<br></p><p>默认情况下<a target="_blank" href="//www.mcmod.cn/item/16.html" title="冰">冰</a>、<a target="_blank" href="//www.mcmod.cn/item/11108.html" title="屏障">屏障</a>含有此标签。<br></p></li><li><p>含有 <span style="text-decoration: underline;">snowcoated:snow_layer_whitelist</span> 标签的方块将始终允许被雪覆盖,即使不是一个完整的方块(例如栅栏)。</p><p>默认情况下<a target="_blank" href="//www.mcmod.cn/item/209867.html" title="蜂蜜块">蜂蜜块</a>、<a target="_blank" href="//www.mcmod.cn/item/952.html" title="灵魂沙">灵魂沙</a>含有此标签。</p></li></ul><p>两个标签相互冲突,每个方块只需使用其中一种。</p><p><span class="common-tag-ban" data-type="title-menu"></span></p></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
[YSNS]You Shall Not Spawn!
概述
这个模组使你可通过JSON配置文件禁用实体生成。
FAQ
Q:我可以在整合包中使用本模组吗?A:可以,它专为整合包打造。
Q:我还能生成禁用的实体吗?A:不,模组会完全移除这个实体的生成方式,包括刷怪蛋与命令。
Q:如果将已存在的实体加入黑名单中会怎样?A:实体仍然存在,因此建议在创建世界前配置本模组。
Q:如果我拼错了注册名会怎样?A:什么都不会发生,因为错误的注册名意味着它对应的实体在技术上并不存在。而如果输入了正确的注册名,但模组并未安装,则同样不会发生任何事。
配置文件示例
![[YSNS]You Shall Not Spawn!-第1张图片](https://i.mcmod.cn/editor/upload/20230330/1680144644_132345_unrT.png)
源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><p style="white-space: normal;"><span class="common-tag-ban" data-type="title-menu"></span></p><p style="white-space: normal;"><span class="common-text-title common-text-title-1">概述</span></p><p style="white-space: normal;">这个模组使你可通过JSON配置文件禁用实体生成。<br></p><p style="white-space: normal;"><span class="common-text-title common-text-title-1">FAQ</span></p><p style="white-space: normal;">Q:我可以在整合包中使用本模组吗?A:可以,它专为整合包打造。</p><p style="white-space: normal;">Q:我还能生成禁用的实体吗?A:不,模组会完全移除这个实体的生成方式,包括<a target="_blank" href="//www.mcmod.cn/item/118654.html" title="刷怪蛋">刷怪蛋</a>与命令。</p><p style="white-space: normal;">Q:如果将已存在的实体加入黑名单中会怎样?A:实体仍然存在,因此建议在创建世界前配置本模组。</p><p style="white-space: normal;">Q:如果我拼错了注册名会怎样?A:什么都不会发生,因为错误的注册名意味着它对应的实体在技术上并不存在。而如果输入了正确的注册名,但模组并未安装,则同样不会发生任何事。</p><p style="white-space: normal;"><span class="common-text-title common-text-title-1">配置文件示例</span></p><p style="white-space: normal;"><span class="figure"><img alt="[YSNS]You Shall Not Spawn!-第1张图片" class="lazy" src="https://i.mcmod.cn/editor/upload/20230330/1680144644_132345_unrT.png" data-src="https://i.mcmod.cn/editor/upload/20230330/1680144644_132345_unrT.png" data-error="//www.mcmod.cn/images/loadfail.gif" data-original="https://www.mcmod.cn/static/public/images/loading-colourful.gif"></span></p></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

藏宝袋Treasure Bags
简介
藏宝袋是一个允许用户自定义宝藏袋的模组,并且完全由数据包控制,可以在任意包中添加任意数量的袋子。
默认情况下不包含任何藏宝袋,必须下载或自己创建,允许设置藏宝袋的名称、颜色和战利品表。一个藏宝袋可以包含的物品由它的战利品表所控制。
可以通过启用高级工具提示(F3 + H),在藏宝袋的工具提示中看到其他信息,这包括可以获得的物品的 ID 和战利品表。
该 Mod 还添加了一些命令(/treasurebags),可用于指定特定的袋子类型或验证装载的类型。
文件配置
宝藏袋配置文件路径:data/*/treasurebags/treasurebags/bag_types
JSON格式:
1 2 3 4 5 6 | {
"displayName" : "My Treasure Bag" ,
"lootTable" : "my_data_pack:my_loot_table" ,
"bagColor" : "#FFFFFF" ,
"bagOverlayColor" : "#FFFFFF"
}
|
源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><p><span class="common-tag-ban" data-type="title-menu"></span></p><p><span class="common-text-title common-text-title-1">简介</span></p><p>藏宝袋是一个允许用户自定义宝藏袋的模组,并且完全由数据包控制,可以在任意包中添加任意数量的袋子。</p><p>默认情况下不包含任何藏宝袋,必须下载或自己创建,允许设置藏宝袋的名称、颜色和战利品表。一个藏宝袋可以包含的物品由它的战利品表所控制。<br></p><p>可以通过启用高级工具提示(F3 + H),在藏宝袋的工具提示中看到其他信息,这包括可以获得的物品的 ID 和战利品表。</p><p>该 Mod 还添加了一些命令(/treasurebags),可用于指定特定的袋子类型或验证装载的类型。</p><p><span class="common-text-title common-text-title-1">文件配置</span></p><p>宝藏袋配置文件路径:data/*/treasurebags/treasurebags/bag_types</p><p>JSON格式:</p><div><div id="highlighter_233690" class="syntaxhighlighter java"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="gutter"><div class="line number1 index0 alt2">1</div><div class="line number2 index1 alt1">2</div><div class="line number3 index2 alt2">3</div><div class="line number4 index3 alt1">4</div><div class="line number5 index4 alt2">5</div><div class="line number6 index5 alt1">6</div></td><td class="code"><div class="container"><div class="line number1 index0 alt2"><code class="java plain">{</code></div><div class="line number2 index1 alt1"><code class="java spaces"> </code><code class="java string">"displayName"</code><code class="java plain">: </code><code class="java string">"My Treasure Bag"</code><code class="java plain">,</code></div><div class="line number3 index2 alt2"><code class="java spaces"> </code><code class="java string">"lootTable"</code><code class="java plain">: </code><code class="java string">"my_data_pack:my_loot_table"</code><code class="java plain">,</code></div><div class="line number4 index3 alt1"><code class="java spaces"> </code><code class="java string">"bagColor"</code><code class="java plain">: </code><code class="java string">"#FFFFFF"</code><code class="java plain">,</code></div><div class="line number5 index4 alt2"><code class="java spaces"> </code><code class="java string">"bagOverlayColor"</code><code class="java plain">: </code><code class="java string">"#FFFFFF"</code></div><div class="line number6 index5 alt1"><code class="java plain">}</code></div></div></td></tr></tbody></table></div></div></li><li data-id="2" class="text-area text-area-post"><div class="class-post-frame"><div class="post-block"><div class="info"><div class="title" data-toggle="tooltip" data-original-title="如何定义想要的藏宝袋,不多但够用"><a href="/post/3091.html" target="_blank">如何定义想要的藏宝袋,不多但够用</a></div><div class="other"><i class="fas fa-lock"></i> <span class="click" data-toggle="tooltip" data-original-title="157次浏览">157次浏览</span><span class="time" data-toggle="tooltip" data-original-title="最后更新于: 2023-04-15 01:12:33 (19天前)">19天前</span></div></div></div><div class="post-block"><div class="info"><div class="title" data-toggle="tooltip" data-original-title="翻译作者github上的教程(版本1.16.x)"><a href="/post/3080.html" target="_blank">翻译作者github上的教程(版本1.16.x)</a></div><div class="other"><i class="fas fa-lock"></i> <span class="click" data-toggle="tooltip" data-original-title="190次浏览">190次浏览</span><span class="time" data-toggle="tooltip" data-original-title="最后更新于: 2023-04-07 18:39:02 (26天前)">26天前</span></div></div></div></div></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
自定义机器Custom Machinery
这个mod让您使用数据包创建自己的机器并添加进游戏中。
机械支持
机器想要的外观,并且机器名称支持翻译键、颜色与样式。
可以自定义机器的碰撞箱。
机器正在处理配方时发出特定的光照等级。
机器正在处理配方时发出声音。
支持Fe。(Forge 能量,与 RF 兼容)
支持任何流体,您可以决定内部流体的储量,以及最大输入和输出。
支持任何物品,您可以决定内部物品的槽位数量。
当玩家点击机器时,显示一个自定义 GUI,玩家可以在查看机器的内容和配方的进度。
可设置任意物品作为机器的升级组件,改变目标机器的输入、输出、速度、产出概率等。
通过KubeJS或CrT在机器存储自定义数据,KubeJS或CrT会将自定义数据视为Map,在游戏中是以NBT的方式存储在机器中。(1.18.2-0.7.6加入)
配方支持
配置每次工作消耗或生产的 FE 能量(与 RF 兼容)。
每次工作根据流体标签制造任何流体。
消耗或制造任何物品,支持标签。
仅在 Minecraft 世界日的某个时间处理配方。
仅在某个世界的位置,生物群系或维度时处理配方。
仅在特定天气发生时处理配方。
仅在特定光照条件下处理配方。
配方正在处理或完成时,发送命令。
检测附近的方块,并且可以进行放置、替换、破坏。
检测附近的掉落物,并且支持CrT或KubeJS定义掉落物匹配条件。
检测机器附近的生物,减少那些生物的生命或者直接杀死它们。
检测机器附近的方块结构,符合条件才开始处理配方(简而言之就是支持多方块结构)。
要求使用燃料,并且可以修改消耗速率。(比如熔炉 (Furnace))
其他
机器、升级、配方等文件加载时发现的错误都将记录在 logs/custommachinery.log 文件。
5.0 版本以上的 MOD 需要 Forge 36.2.4 或更高的版本,否则游戏将无法启动。
源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><div data-id="ctm-O4kwMi1q" class="common-text-menu"><ul><li class="title"><i class="fa fa-chevron-circle-right common-text-menu-style-button pointer"></i> 目录:</li><li class="l1"><a href="javascript:void(0);" data-for="ctm-title-nXcSnNcC"><span>1 </span>机械支持</a></li><li class="l1"><a href="javascript:void(0);" data-for="ctm-title-TvWKon3s"><span>2 </span>配方支持</a></li><li class="l1"><a href="javascript:void(0);" data-for="ctm-title-OlDHudyz"><span>3 </span>其他</a></li></ul></div><p>这个mod让您使用数据包创建自己的机器并添加进游戏中。</p><p><span class="common-text-title common-text-title-1" id="ctm-title-nXcSnNcC">机械支持</span></p><ul style="list-style-type: disc;"><li><p>机器想要的外观,并且机器名称支持翻译键、颜色与样式。</p></li><li><p>可以自定义机器的碰撞箱。</p></li><li><p>机器正在处理配方时发出特定的光照等级。</p></li><li><p>机器正在处理配方时发出声音。</p></li><li><p>支持Fe。(Forge 能量,与 RF 兼容)</p></li><li><p>支持任何流体,您可以决定内部流体的储量,以及最大输入和输出。</p></li><li><p>支持任何物品,您可以决定内部物品的槽位数量。</p></li><li><p>当玩家点击机器时,显示一个自定义 GUI,玩家可以在查看机器的内容和配方的进度。</p></li><li><p>可设置任意物品作为机器的升级组件,改变目标机器的输入、输出、速度、产出概率等。</p></li><li><p>通过<a target="_blank" href="//www.mcmod.cn/class/2450.html" title="KubeJS">KubeJS</a>或<a target="_blank" href="//www.mcmod.cn/class/669.html" title="CrT">CrT</a>在机器<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9mcmlubi5naXRib29rLmlvL2N1c3RvbS1tYWNoaW5lcnktMS4xOC9tb2QtaW50ZWdyYXRpb25zL2NyYWZ0dHdlYWtlci9yZWNpcGVzL21hY2hpbmUjZGF0YQ==" title="快捷跳转">存储自定义数据</a>,KubeJS或CrT会将自定义数据视为<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9kZXZlbG9wZXIubW96aWxsYS5vcmcvemgtQ04vZG9jcy9XZWIvSmF2YVNjcmlwdC9SZWZlcmVuY2UvR2xvYmFsX09iamVjdHMvTWFw">Map</a>,在游戏中是以NBT的方式存储在机器中。(1.18.2-0.7.6加入)</p></li></ul><p><span class="common-text-title common-text-title-1" id="ctm-title-TvWKon3s">配方支持</span></p><ul style="list-style-type: disc;"><li><p>配置每次工作消耗或生产的 FE 能量(与 RF 兼容)。</p></li><li><p>每次工作根据流体标签制造任何流体。</p></li><li><p>消耗或制造任何物品,支持标签。</p></li><li><p>仅在 Minecraft 世界日的某个时间处理配方。</p></li><li><p>仅在某个世界的位置,生物群系或维度时处理配方。</p></li><li><p>仅在特定天气发生时处理配方。</p></li><li><p>仅在特定光照条件下处理配方。</p></li><li><p>配方正在处理或完成时,发送命令。</p></li><li><p>检测附近的方块,并且可以进行放置、替换、破坏。</p></li><li><p>检测附近的掉落物,并且支持<a target="_blank" href="//www.mcmod.cn/class/669.html" title="CrT">CrT</a>或<a target="_blank" href="//www.mcmod.cn/class/2450.html" title="KubeJS">KubeJS</a>定义掉落物匹配条件。</p></li><li><p>检测机器附近的生物,减少那些生物的生命或者直接杀死它们。</p></li><li><p>检测机器附近的方块结构,符合条件才开始处理配方(简而言之就是支持多方块结构)。</p></li><li><p>要求使用燃料,并且可以修改消耗速率。(比如<a target="_blank" href="//www.mcmod.cn/item/54.html" title="熔炉 (Furnace)">熔炉 (Furnace)</a>)</p></li></ul><p><span class="common-text-title common-text-title-1" id="ctm-title-OlDHudyz">其他</span></p><p>机器、升级、配方等文件加载时发现的错误都将记录在 logs/custommachinery.log 文件。<br></p><p>5.0 版本以上的 MOD 需要 Forge 36.2.4 或更高的版本,否则游戏将无法启动。</p></li><li data-id="2" class="text-area text-area-post"><div class="class-post-frame"><div class="post-block"><div class="cover"><a href="/post/2722.html" target="_blank"><img src="//i.mcmod.cn/post/cover/20221203/1670030464_2_TIlD.jpg@170x115.jpg" alt="自定义机器-快速入门" onerror="this.src='//www.mcmod.cn/pages/class/images/none.jpg';this.onerror=null;"></a></div><div class="info"><div class="title" data-toggle="tooltip" data-original-title="自定义机器-快速入门"><a href="/post/2722.html" target="_blank">自定义机器-快速入门</a></div><div class="other"><i class="fas fa-lock"></i> <span class="click" data-toggle="tooltip" data-original-title="1,768次浏览">1768次浏览</span><span class="time" data-toggle="tooltip" data-original-title="最后更新于: 2022-12-03 12:14:23 (5月前)">5月前</span></div></div></div></div></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
Enchantato
本模组允许你阻止特定魔咒在附魔台出现。
你只需要在配置文件里写上魔咒的注册名即可,此禁用理论兼容任何模组。
Dimensional Gravity
本模组允许整合包作者自定义每个维度的重力。
模组默认会将末地的重力改为主世界的 1/3,可在配置文件中自由修改,支持设置原版的 3 个维度与最多 5 个模组中的维度。
KubeJS离线文档KubeJS Offline Documentation
想拥有一个能够轻松找到所有可用 KubeJS 事件的地方吗?
想方便快捷地知晓特定事件的所有属性吗?
这就是本模组的目标——用一个 html 文件,提供 KubeJS 所需的所有类型相关数据。
使用:只要输入指令 /kubejsoffline,html 文件就会生成你整合包目录中的 kubejs/documentation 文件夹中。
可配置的额外怪物掉落Configurable Extra Mob Drops
一个服务器端模组。
增加生物死亡后掉落的物品,第一次加载时会生成一个配置文件,文件内包含所有检测到的实体类型。
你可以手动添加物品,或者使用游戏内的命令来添加;游戏聊天框输入 /cemd 即可查看命令菜单,支持NBT标签。
生成的配置文件位于“.\config\configurableextramobdrops\mobdropconfig.txt ”。
村民交易Custom Villager Trades
这是一个可以更改村民交易的魔改 Mod。
默认情况下没有添加任何交易,该模组将读取特定目录下的内容来创建使用者定义的交易。
在加载时,该模组将读取你创建的文件,注册新的村民交易。
不可以用来修改以物易物。
只能用来自定义村民交易,想自定义村民职业可以看看这个同作者的 Mod。
可以当作交易对象的物品支持:药水效果,谜之炖菜,选择附魔,随机附魔,指定附魔,自定义nbt。甚至可以是植魔的创造魔力石板
源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><p>这是一个可以更改村民交易的魔改 Mod。</p><p style="box-sizing: border-box; font-family: "Microsoft YaHei", 微软雅黑, 宋体, sans-serif; padding: 0px; border: 0px; outline: 0px; word-break: break-all; white-space: normal; background-color: rgb(255, 255, 255);">默认情况下没有添加任何交易,该模组将读取特定目录下的内容来创建使用者定义的交易。</p><p style="box-sizing: border-box; font-family: "Microsoft YaHei", 微软雅黑, 宋体, sans-serif; padding: 0px; border: 0px; outline: 0px; word-break: break-all; white-space: normal; background-color: rgb(255, 255, 255);">在加载时,该模组将读取你创建的文件,注册新的村民交易。</p><p style="box-sizing: border-box; font-family: "Microsoft YaHei", 微软雅黑, 宋体, sans-serif; padding: 0px; border: 0px; outline: 0px; word-break: break-all; white-space: normal; background-color: rgb(255, 255, 255);">不可以用来修改以物易物。</p><p style="box-sizing: border-box; font-family: "Microsoft YaHei", 微软雅黑, 宋体, sans-serif; padding: 0px; border: 0px; outline: 0px; word-break: break-all; white-space: normal; background-color: rgb(255, 255, 255);">只能用来自定义村民交易,想自定义村民职业可以看看<a target="_blank" href="//www.mcmod.cn/class/6282.html" title="这个">这个</a>同作者的 Mod。</p><p style="box-sizing: border-box; font-family: "Microsoft YaHei", 微软雅黑, 宋体, sans-serif; padding: 0px; border: 0px; outline: 0px; word-break: break-all; white-space: normal; background-color: rgb(255, 255, 255);">可以当作交易对象的物品支持:<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9wYXN0ZWJpbi5jb20va2tMRkEzYnE=">药水效果</a>,<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9wYXN0ZWJpbi5jb20vWXh6MTFwR2c=">谜之炖菜</a>,<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9wYXN0ZWJpbi5jb20vamlWeFM3RDU=">选择附魔</a>,<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9wYXN0ZWJpbi5jb20vc3Q5YWk3aVM=">随机附魔</a>,<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9wYXN0ZWJpbi5jb20vY3JpQllralc=">指定附魔</a>,<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9wYXN0ZWJpbi5jb20vWVMxajRqYk0=">自定义nbt</a>。<span data-by-uid="490684" data-by-nickname="一个锇粉" class="uknowtoomuch" data-toggle="tooltip" data-original-title="来自 一个锇粉(uid:490684) 的吐槽~ (具体以改动对比为准)">甚至可以是植魔的创造魔力石板</span></p></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
自定义村民职业Custom Villager Professions
简介
该模组提供了添加自定义村民职业的功能,这是为整合包作者设计的。
默认情况下没有添加任何职业。该模组将读取特定目录下的内容来创建使用者定义的职业。此外你还需要自行制作纹理。
在加载时,该模组将读取你创建的文件,注册新职业和工作方块。
如何创建
1.在“config/custom professions”内创建一个JSON文件,你可以随意取个名字。
该JSON文件将记录生成该职业的数据。它必须包括以下两个内容:
JSON实例:见此。
2.创建一个资源包来保存该村民的纹理和显示名。
纹理格式必须跟原版村民一致。
纹理必须保存在“\assets\spacecatcustomprofessions\textures\entity\villager\profession\”内
语言文件如下:
1 | "entity.minecraft.villager.spacecatcustomprofessions.test" : "Test"
|
test替换为你在config中使用的“professionName”,Test替换为显示名。
别忘记启用资源包。
注意:该模组并未添加任何交易,要添加自定义村民交易请使用作者的Custom Villager Trades。
源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><p><span class="common-text-title common-text-title-1">简介</span></p><p><span class="common-tag-ban" data-type="title-menu"></span></p><p>该模组提供了添加自定义村民职业的功能,这是为整合包作者设计的。</p><p>默认情况下没有添加任何职业。该模组将读取特定目录下的内容来创建使用者定义的职业。此外你还需要自行制作纹理。</p><p>在加载时,该模组将读取你创建的文件,注册新职业和工作方块。</p><p><span class="common-text-title common-text-title-1">如何创建</span></p><p>1.在“config/custom professions”内创建一个JSON文件,你可以随意取个名字。</p><p>该JSON文件将记录生成该职业的数据。它必须包括以下两个内容:</p><ul style="list-style-type: disc;"><li><p>"professionName":职业名。</p></li><li><p>"blockPOIkey":村民的工作方块。举例来说:"minecraft:emerald_block"(绿宝石块)</p></li></ul><p>JSON实例:<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9wYXN0ZWJpbi5jb20vZFNyVkMzWmg=">见此</a>。</p><p><br></p><p>2.创建一个资源包来保存该村民的纹理和显示名。</p><p>纹理格式必须跟原版村民一致。</p><p>纹理必须保存在“\assets\spacecatcustomprofessions\textures\entity\villager\profession\”内</p><p>语言文件如下:</p><div><div id="highlighter_572473" class="syntaxhighlighter java"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="gutter"><div class="line number1 index0 alt2">1</div></td><td class="code"><div class="container"><div class="line number1 index0 alt2"><code class="java string">"entity.minecraft.villager.spacecatcustomprofessions.test"</code><code class="java plain">: </code><code class="java string">"Test"</code></div></div></td></tr></tbody></table></div></div><p>test替换为你在config中使用的“professionName”,Test替换为显示名。</p><p>别忘记启用资源包。</p><p><br></p><p><span style="color: rgb(255, 0, 0);">注意:该模组并未添加任何交易,要添加自定义村民交易请使用作者的<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly93d3cuY3Vyc2Vmb3JnZS5jb20vbWluZWNyYWZ0L21jLW1vZHMvY3VzdG9tLXZpbGxhZ2VyLXRyYWRlcy1mb3JnZQ==">Custom Villager Trades</a>。</span></p></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
匠魂杂物Tinkers' Things
匠魂杂物是匠魂3的官方附属 Mod,不包含 Java 代码(如果不相信,请查看 GitHub 源代码)。这是通过 Mod Json Things实现的,它允许玩家通过 JSON 文件添加自定义物品、流体、方块、创造模式物品栏和采掘等级。
这个模组有两个目的:
这是一个完全可玩且对生存友好的匠魂3附属 Mod,为模组添加了许多新工具和盔甲。
对于那些希望创建匠魂3数据包和非 Java 代码的附属 Mod 的人来说,它是一个示例。
这个模组增加了许多功能,包括:
工匠凿子;
锹;
戟;
吹箭筒;
短弓;
血曜石(工具材料);
大型修补件;
复层装甲。
此模组包含以下匠魂3数据包功能的示例:
工具材料;
浇注和熔炼配方;
材料物品(工具部分)铸造和熔化配方;
工具定义和配方;
工具标签(允许新工具上的现有强化配方);
强化和强化配方;
工匠站槽位布局。
它还包括资源包功能的示例:
工具和工具部件模型;
强化的图标和颜色;
材料渲染信息和颜色;
自定义材料纹理;
匠魂模组在新工具上构建材料纹理;
采掘等级名称和颜色。
还有一些示例“事物”需要添加 Json Things:
浇注物品;
物品;
工具,包括近战/采掘、弓箭和盔甲;
用于浇注自定义材料的流体;
新采掘等级;
创造模式物品栏。
有关自定义 Json Things 内容的更多信息,请参阅Tinkers' Construct wiki 页面。有关数据包内容的更多信息也可以在 wiki上找到。
要使用此模组,至少需要匠魂3 build 3.6.1 和Json Things,可以像安装任何 Java Mod 一样安装这个 Mod。

源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><p></p><p>匠魂杂物是<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly93d3cuY3Vyc2Vmb3JnZS5jb20vbWluZWNyYWZ0L21jLW1vZHMvdGlua2Vycy1jb25zdHJ1Y3Q="></a><a target="_blank" href="//www.mcmod.cn/class/3725.html" title="Tinkers' Construct"></a><a target="_blank" href="//www.mcmod.cn/class/3725.html" title="匠魂3">匠魂3</a>的官方附属 Mod,不包含 Java 代码(如果不相信,请查看 GitHub 源代码)。这是通过 Mod <a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly93d3cuY3Vyc2Vmb3JnZS5jb20vbWluZWNyYWZ0L21jLW1vZHMvanNvbi10aGluZ3M="></a><a target="_blank" href="//www.mcmod.cn/class/7734.html" title="Json Things">Json Things</a>实现的,它允许玩家通过 JSON 文件添加自定义物品、流体、方块、创造模式物品栏和采掘等级。</p><p>这个模组有两个目的:</p><ol style="list-style-type: decimal;"><li><p>这是一个完全可玩且对生存友好的<a target="_blank" href="//www.mcmod.cn/class/3725.html" title="匠魂3">匠魂3</a>附属 Mod,为模组添加了许多新工具和盔甲。</p></li><li><p>对于那些希望创建<a target="_blank" href="https://www.mcmod.cn/class/3725.html" title="匠魂3" style="white-space: normal;">匠魂3</a>数据包和非 Java 代码的附属 Mod 的人来说,它是一个示例。</p></li></ol><p>这个模组增加了许多功能,包括:</p><ul style="list-style-type: disc;"><li><p>工匠凿子;</p></li><li><p>锹;</p></li><li><p>戟;</p></li><li><p>吹箭筒;</p></li><li><p>短弓;</p></li><li><p>血曜石(工具材料);</p></li><li><p>大型修补件;</p></li><li><p>复层装甲。</p></li></ul><p>此模组包含以下<a target="_blank" href="https://www.mcmod.cn/class/3725.html" title="匠魂3" style="white-space: normal;">匠魂3</a>数据包功能的示例:</p><ul style="list-style-type: disc;"><li><p>工具材料;</p></li><li><p>浇注和熔炼配方;</p></li><li><p>材料物品(工具部分)铸造和熔化配方;</p></li><li><p>工具定义和配方;</p></li><li><p>工具标签(允许新工具上的现有强化配方);</p></li><li><p>强化和强化配方;</p></li><li><p><a target="_blank" href="//www.mcmod.cn/item/636877.html" title="工匠站">工匠站</a>槽位布局。</p></li></ul><p>它还包括资源包功能的示例:</p><ul style="list-style-type: disc;"><li><p>工具和工具部件模型;</p></li><li><p>强化的图标和颜色;</p></li><li><p>材料渲染信息和颜色;</p></li><li><p>自定义材料纹理;</p></li><li><p>匠魂模组在新工具上构建材料纹理;</p></li><li><p>采掘等级名称和颜色。</p></li></ul><p>还有一些示例“事物”需要添加 <a target="_blank" href="//www.mcmod.cn/class/7734.html" title="Json Things">Json Things</a>:</p><ul style="list-style-type: disc;"><li><p>浇注物品;</p></li><li><p>物品;</p></li><li><p>工具,包括近战/采掘、弓箭和盔甲;</p></li><li><p>用于浇注自定义材料的流体;</p></li><li><p>新采掘等级;</p></li><li><p>创造模式物品栏。</p></li></ul><p>有关自定义 Json Things 内容的更多信息,请参阅<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly93d3cuY3Vyc2Vmb3JnZS5jb20vbWluZWNyYWZ0L21jLW1vZHMvdGlua2Vycy10aGluZ3MtanNvbg==">Tinkers' Construct wiki 页面</a>。有关数据包内容的更多信息也可以<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9naXRodWIuY29tL1NsaW1lS25pZ2h0cy9UaW5rZXJzQ29uc3RydWN0L3dpa2kvUmVjaXBlLUpTT04tTGlzdA==">在 wiki上找到</a>。</p><p>要使用此模组,至少需要<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly93d3cuY3Vyc2Vmb3JnZS5jb20vbWluZWNyYWZ0L21jLW1vZHMvdGlua2Vycy1jb25zdHJ1Y3Q="></a><a target="_blank" href="//www.mcmod.cn/class/3725.html" title="Tinkers' Construct"></a><a target="_blank" href="https://www.mcmod.cn/class/3725.html" title="匠魂3" style="white-space: normal;">匠魂3</a> build 3.6.1 和<a target="_blank" href="//www.mcmod.cn/class/7734.html" title="Json Things">Json Things</a>,可以像安装任何 Java Mod 一样安装这个 Mod。</p><p><span class="figure"><img alt="匠魂杂物 (Tinkers' Things)-第1张图片" class="lazy" src="//www.mcmod.cn/static/public/images/loading-colourful.gif" data-src="https://i.mcmod.cn/editor/upload/20230123/1674480969_175069_FiCs.png" data-error="//www.mcmod.cn/images/loadfail.gif"></span></p></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
[MM]Masterful Machinery
该模组受到[MM] 模块化机械 (Modular Machinery)的启发而建立。使用者可以自定义属于自己的多方块设备。
特点:
利用数据包创建任何大小的自定义多方块设备。
为自定义的设备配置合成表合成物品。
使用JSON来自定义设备的结构和配方注册。
用法:
使用您自己的创作填充其他Mod的空白。
为Modpack创建完全自定义的设备。
这个项目处于极度早期的测试阶段。因此存在缺少的功能,并且会有很多错误。如果你有功能建议或者错误,请在Github上告诉作者。(请使用英文反馈)
https://www.mcmod.cn/post/1928.html
整合包配置检测Modpack Configuration Checker
一个可高度自定义的 Mod,可用于满足整合包作者的特定需求。
可以在整合包打开时自动打开一个网页;
检查用户是否为整合包分配了足够多的内存【可以是硬指标(内存不够就无法启动),也可以是软指标(内存不够时显示警告)】;
启动游戏时弹窗显示特定的信息;
在整合包启动耗时过长时显示错误信息;
进入世界时向玩家发送欢迎语;
可以设定弹窗是否在最上层显示。
注意:此 Mod 的 1.18.x 版本可适配 1.18~1.18.2,1.19.x 可适配 1.19~1.19.2。
[OSV]Ore Stone Variants
![[OSV]Ore Stone Variants-第1张图片](https://i.mcmod.cn/editor/upload/20221226/1672070248_2_XrUq.jpg)
概述
这个模组增加了安山岩、闪长岩、花岗岩和几乎任何其他石头方块,玩家可以在公共配置文件中配置新的矿石变种,它能够生成新的纹理和模型文件,复制、修改配方与世界生成属性,并在合理的范围内尝试做任何其他矿石生成模组可以做的事。
这个模组是高度可配置的,几乎所有的功能都可以微调。如此之多,以至于玩家在添加对新矿石的支持或修改现有矿石属性时,应该期望有一个小的学习路线,作者称即将推出官方 WIKI。
生成的变种矿石能够动态地模拟来自其他石头纹理和矿石方块的各种特征,包括:
重力
旋转 (6.0+);
粒子效果;
氧化 (6.0+);
怪物生成 (6.0+);
各种其它模组新增的特征。
自定义矿石
玩家可以通过编写自定义光照等级、纹理路径、生成属性等新预设来创建其它变量。
然后可以在通用配置文件中创建新条目,运行以下命令将这些变种放入几乎任何方块:
1 | / osv put <new_ore> [<additional_ores>] in <stone_type>
|
模组兼容
仅 1.12
石头:
矿石:
不再支持地下生物群,因为它的石头生成得太晚,本模组无法完成替换。
致密矿石
这个模组还提供了对致密矿石变种的支持,可以动态生成致密变种资源和设置。你要做的就是在公共配置文件中启用此功能。
画廊
源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><p><span class="figure"><img alt="[OSV]Ore Stone Variants-第1张图片" class="lazy" src="https://i.mcmod.cn/editor/upload/20221226/1672070248_2_XrUq.jpg" data-src="https://i.mcmod.cn/editor/upload/20221226/1672070248_2_XrUq.jpg" data-error="//www.mcmod.cn/images/loadfail.gif" data-width="730" data-height="300" data-original="https://www.mcmod.cn/static/public/images/loading-colourful.gif" width="730" height="300"></span></p><p><span class="common-text-title common-text-title-1">概述</span></p><p>这个模组增加了安山岩、闪长岩、花岗岩和几乎<strong>任何其他石头方块</strong>,玩家可以在公共配置文件中配置新的矿石变种,它能够生成新的纹理和模型文件,复制、修改配方与世界生成属性,并在合理的范围内尝试做任何其他矿石生成模组可以做的事。</p><p>这个模组是<strong>高度可配置</strong>的,几乎所有的功能都可以微调。如此之多,以至于玩家在添加对新矿石的支持或修改现有矿石属性时,应该期望有一个小的学习路线,作者称即将推出官方 WIKI。</p><p>生成的变种矿石能够动态地模拟来自其他石头纹理和矿石方块的各种特征,包括:</p><ul style="list-style-type: disc;"><li><p>重力</p></li><li><p>旋转 (6.0+);</p></li><li><p>粒子效果;</p></li><li><p>氧化 (6.0+);</p></li><li><p>怪物生成 (6.0+);</p></li><li><p>各种其它模组新增的特征。</p></li></ul><p><span class="common-text-title common-text-title-2">自定义矿石</span></p><p>玩家可以通过编写自定义光照等级、纹理路径、生成属性等新预设来创建其它变量。</p><p>然后可以在通用配置文件中创建新条目,运行以下命令将这些变种放入<strong>几乎任何方块</strong>:<br></p><div><div id="highlighter_152212" class="syntaxhighlighter cb"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="gutter"><div class="line number1 index0 alt2" style="height: 15px;">1</div></td><td class="code"><div class="container"><div class="line number1 index0 alt2"><code class="cb functions">/</code><code class="cb plain">osv put <new_ore> [<additional_ores>] in <stone_type></code></div></div></td></tr></tbody></table></div></div><p><span class="common-text-title common-text-title-2">模组兼容</span></p><ul style="list-style-type: disc;"><li><p><a target="_blank" href="//www.mcmod.cn/class/2021.html" title="机械动力 (Create)">机械动力 (Create)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/527.html" title="夸克 (Quark)">夸克 (Quark)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/64.html" title="简单矿石 (SimpleOres)">简单矿石 (SimpleOres)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/770.html" title="[IAF] 冰火传说 / 冰与火之歌 (Ice and Fire)">冰火传说 / 冰与火之歌 (Ice and Fire)</a></p></li></ul><p><span class="common-text-title common-text-title-3">仅 1.12</span></p><p><strong>石头:</strong></p><ul style="list-style-type: disc;"><li><p><a target="_blank" href="//www.mcmod.cn/class/527.html" title="夸克 (Quark)">夸克 (Quark)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/201.html" title="[UB] 科学地质 (Underground Biomes)">科学地质 (Underground Biomes)</a></p></li><li><p>Mineralogy</p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/1508.html" title="土方工程 (Earthworks)">土方工程 (Earthworks)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/1102.html" title="乡村 (Rustic)">乡村 (Rustic)</a></p></li></ul><p><strong>矿石:</strong></p><ul style="list-style-type: disc;"><li><p><a target="_blank" href="//www.mcmod.cn/class/527.html" title="夸克 (Quark)">夸克 (Quark)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/64.html" title="简单矿石 (SimpleOres)">简单矿石 (SimpleOres)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/770.html" title="[IAF] 冰火传说 / 冰与火之歌 (Ice and Fire)">冰火传说 / 冰与火之歌 (Ice and Fire)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/2910.html" title="基础金属 (Base Metals)">基础金属 (Base Metals)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/108.html" title="[BOP] 超多生物群系 (Biomes O' Plenty)">超多生物群系 (Biomes O' Plenty)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/1449.html" title="玻璃心 (GlassHearts)">玻璃心 (GlassHearts)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/425.html" title="[TF] 热力基本 (Thermal Foundation)">热力基本 (Thermal Foundation)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/618.html" title="余烬 (Embers)">余烬 (Embers)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/463.html" title="[IE] 沉浸工程 (Immersive Engineering)">沉浸工程 (Immersive Engineering)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/956.html" title="[TC6] 神秘时代6 (Thaumcraft 6)">神秘时代6 (Thaumcraft 6)</a></p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/2934.html" title="现代金属 (Modern Metals)">现代金属 (Modern Metals)</a></p></li><li><p>Direct mod interactions</p></li><li><p><a target="_blank" href="//www.mcmod.cn/class/1387.html" title="地质矿脉 (Geolosys)">地质矿脉 (Geolosys)</a>(仅 2.0+ 且在本模组 5.0 之前)<br></p></li></ul><p>不再支持<strong>地下生物群</strong>,因为它的石头生成得太晚,本模组无法完成替换。</p><p><span class="common-text-title common-text-title-2">致密矿石</span></p><p>这个模组还提供了对<strong>致密矿石</strong>变种的支持,可以动态生成致密变种资源和设置。你要做的就是在公共配置文件中启用此功能。</p><p><span class="common-text-title common-text-title-1">画廊</span></p><div class="table-scroll"><table width="1176" style="width: 1176px;" class="table table-bordered text-nowrap"><tbody><tr><td style="word-break: break-all;" width="269"><p><span class="figure"><img alt="[OSV]Ore Stone Variants-第2张图片" class="lazy" src="https://i.mcmod.cn/editor/upload/20221226/1672070248_2_exmk.jpg" data-src="https://i.mcmod.cn/editor/upload/20221226/1672070248_2_exmk.jpg" data-error="//www.mcmod.cn/images/loadfail.gif" data-width="554" data-height="300" data-original="https://www.mcmod.cn/static/public/images/loading-colourful.gif" width="554" height="300"></span></p></td><td style="word-break: break-all;" width="269"><p><span class="figure"><img alt="[OSV]Ore Stone Variants-第3张图片" class="lazy" src="https://i.mcmod.cn/editor/upload/20221226/1672070248_2_DhDo.jpg" data-src="https://i.mcmod.cn/editor/upload/20221226/1672070248_2_DhDo.jpg" data-error="//www.mcmod.cn/images/loadfail.gif" data-width="554" data-height="300" data-original="https://www.mcmod.cn/static/public/images/loading-colourful.gif" width="554" height="300"></span></p></td><td style="word-break: break-all;" width="269"><p><span class="figure"><img alt="[OSV]Ore Stone Variants-第4张图片" class="lazy" src="https://i.mcmod.cn/editor/upload/20221226/1672070248_2_pTQY.jpg" data-src="https://i.mcmod.cn/editor/upload/20221226/1672070248_2_pTQY.jpg" data-error="//www.mcmod.cn/images/loadfail.gif" data-width="554" data-height="300" data-original="https://www.mcmod.cn/static/public/images/loading-colourful.gif" width="554" height="300"></span></p></td></tr></tbody></table></div><p><span class="common-tag-ban" data-type="title-menu"></span></p></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
KubeJS Tinkers Construct
源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><p><span class="common-text-title common-text-title-1">KubeJS Tinkers Construct</span></p><p>本模组允许玩家用<a target="_blank" href="//www.mcmod.cn/class/2450.html" title="KubeJS">KubeJS</a>添加新的<a target="_blank" href="//www.mcmod.cn/class/3725.html" title="匠魂3">匠魂3</a><strong>浇筑配方</strong>,目前仅支持<strong>浇筑配方</strong>!</p><p><span class="common-text-title common-text-title-2">支持的配方类型:</span></p><div><div id="highlighter_807919" class="syntaxhighlighter none"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="gutter"><div class="line number1 index0 alt2">1</div><div class="line number2 index1 alt1">2</div><div class="line number3 index2 alt2">3</div><div class="line number4 index3 alt1">4</div><div class="line number5 index4 alt2">5</div><div class="line number6 index5 alt1">6</div><div class="line number7 index6 alt2">7</div><div class="line number8 index7 alt1">8</div><div class="line number9 index8 alt2">9</div><div class="line number10 index9 alt1">10</div><div class="line number11 index10 alt2">11</div><div class="line number12 index11 alt1">12</div><div class="line number13 index12 alt2">13</div><div class="line number14 index13 alt1">14</div><div class="line number15 index14 alt2">15</div></td><td class="code"><div class="container"><div class="line number1 index0 alt2"><code class="none plain">//outputItem,参数类型:ItemIngredient,浇筑输出。</code></div><div class="line number2 index1 alt1"><code class="none plain">//inputFluidId,参数类型:String,浇筑所需流体的id。</code></div><div class="line number3 index2 alt2"><code class="none plain">//inputFluidAmount,参数类型:int,浇筑所需流体的量。</code></div><div class="line number4 index3 alt1"> </div><div class="line number5 index4 alt2"><code class="none plain">event.recipes.tconstruct.casting_table(outputItem, inputFluidId)</code></div><div class="line number6 index5 alt1"><code class="none plain">event.recipes.tconstruct.casting_table(outputItem, inputFluidId, inputFluidAmount)</code></div><div class="line number7 index6 alt2"> </div><div class="line number8 index7 alt1"><code class="none plain">//inputFluidAmount,casting_table中默认为90(1.18.2及以上为90),即一锭的量。</code></div><div class="line number9 index8 alt2"> </div><div class="line number10 index9 alt1"><code class="none plain">event.recipes.tconstruct.casting_basin(outputItem, inputFluidId)</code></div><div class="line number11 index10 alt2"><code class="none plain">event.recipes.tconstruct.casting_basin(outputItem, inputFluidId, inputFluidAmount)</code></div><div class="line number12 index11 alt1"> </div><div class="line number13 index12 alt2"><code class="none plain">//inputFluidAmount,casting_table中默认为810,即一块的量。</code></div><div class="line number14 index13 alt1"> </div><div class="line number15 index14 alt2"><code class="none plain">//浇筑用铸模和浇筑时间用以下配方方法添加。</code></div></div></td></tr></tbody></table></div></div><p><span class="common-text-title common-text-title-2">支持的配方方法:</span></p><div><div id="highlighter_23018" class="syntaxhighlighter none"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="gutter"><div class="line number1 index0 alt2">1</div><div class="line number2 index1 alt1">2</div><div class="line number3 index2 alt2">3</div><div class="line number4 index3 alt1">4</div><div class="line number5 index4 alt2">5</div><div class="line number6 index5 alt1">6</div><div class="line number7 index6 alt2">7</div><div class="line number8 index7 alt1">8</div><div class="line number9 index8 alt2">9</div><div class="line number10 index9 alt1">10</div><div class="line number11 index10 alt2">11</div><div class="line number12 index11 alt1">12</div><div class="line number13 index12 alt2">13</div><div class="line number14 index13 alt1">14</div><div class="line number15 index14 alt2">15</div><div class="line number16 index15 alt1">16</div><div class="line number17 index16 alt2">17</div><div class="line number18 index17 alt1">18</div><div class="line number19 index18 alt2">19</div><div class="line number20 index19 alt1">20</div><div class="line number21 index20 alt2">21</div><div class="line number22 index21 alt1">22</div></td><td class="code"><div class="container"><div class="line number1 index0 alt2"><code class="none plain">.cast(castIngIngredient)</code></div><div class="line number2 index1 alt1"><code class="none plain">//参数类型:String</code></div><div class="line number3 index2 alt2"><code class="none plain">//默认为"#tconstruct:casts/multi_use/ingot",即锭金质铸模。</code></div><div class="line number4 index3 alt1"> </div><div class="line number5 index4 alt2"><code class="none plain">.singleUseCast(castType)</code></div><div class="line number6 index5 alt1"><code class="none plain">.multiUseCast(castType)</code></div><div class="line number7 index6 alt2"><code class="none plain">//参数类型:String</code></div><div class="line number8 index7 alt1"><code class="none plain">//可选命名空间"tconstruct\tags\items\casts\multi_use"下任意标签,例如:.multiUseCast("gear")</code></div><div class="line number9 index8 alt2"> </div><div class="line number10 index9 alt1"><code class="none plain">.switchSlots()</code></div><div class="line number11 index10 alt2"><code class="none plain">//一般用不到,开启后会像金质铸模等一样切换至另一槽位。</code></div><div class="line number12 index11 alt1"><code class="none plain">//值得一提的是开启后,浇筑完成时会有类似拉杆一样的声音发出。</code></div><div class="line number13 index12 alt2"> </div><div class="line number14 index13 alt1"><code class="none plain">.noCast()</code></div><div class="line number15 index14 alt2"><code class="none plain">//不需要铸模,例如匠魂的金栅栏配方。</code></div><div class="line number16 index15 alt1"> </div><div class="line number17 index16 alt2"><code class="none plain">.consumeCast(consume)</code></div><div class="line number18 index17 alt1"><code class="none plain">//参数类型:boolean</code></div><div class="line number19 index18 alt2"><code class="none plain">//是否消耗铸模,例如:TiC的沙子铸模浇筑时被消耗。</code></div><div class="line number20 index19 alt1"> </div><div class="line number21 index20 alt2"><code class="none plain">.coolingTime(tick)</code></div><div class="line number22 index21 alt1"><code class="none plain">//参数类型:int,浇筑冷却所需时间。</code></div></div></td></tr></tbody></table></div></div><p><span class="common-text-title common-text-title-2">示例</span></p><div><div id="highlighter_640728" class="syntaxhighlighter none"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="gutter"><div class="line number1 index0 alt2">1</div><div class="line number2 index1 alt1">2</div><div class="line number3 index2 alt2">3</div><div class="line number4 index3 alt1">4</div><div class="line number5 index4 alt2">5</div><div class="line number6 index5 alt1">6</div><div class="line number7 index6 alt2">7</div><div class="line number8 index7 alt1">8</div><div class="line number9 index8 alt2">9</div><div class="line number10 index9 alt1">10</div><div class="line number11 index10 alt2">11</div><div class="line number12 index11 alt1">12</div><div class="line number13 index12 alt2">13</div><div class="line number14 index13 alt1">14</div><div class="line number15 index14 alt2">15</div></td><td class="code"><div class="container"><div class="line number1 index0 alt2"><code class="none plain">onEvent('recipes', event => {</code></div><div class="line number2 index1 alt1"><code class="none spaces"> </code><code class="none plain">const { casting_table, casting_basin } = event.recipes.tconstruct;</code></div><div class="line number3 index2 alt2"><code class="none spaces"> </code> </div><div class="line number4 index3 alt1"><code class="none spaces"> </code><code class="none plain">//每500mb水浇筑至玻璃瓶,获得水瓶,消耗玻璃瓶,冷却时间:5/20s</code></div><div class="line number5 index4 alt2"><code class="none spaces"> </code><code class="none plain">casting_table(Item.of('minecraft:potion', '{Potion:"minecraft:water"}'), 'minecraft:water', 500)</code></div><div class="line number6 index5 alt1"><code class="none spaces"> </code><code class="none plain">.cast('minecraft:glass_bottle')</code></div><div class="line number7 index6 alt2"><code class="none spaces"> </code><code class="none plain">.coolingTime(5)</code></div><div class="line number8 index7 alt1"><code class="none spaces"> </code><code class="none plain">.consumeCast(true)</code></div><div class="line number9 index8 alt2"><code class="none spaces"> </code> </div><div class="line number10 index9 alt1"><code class="none spaces"> </code><code class="none plain">//每1000mb水浇筑至标签为"forge:dusts/emerald"的物品上(即绿宝石粉)</code></div><div class="line number11 index10 alt2"><code class="none spaces"> </code><code class="none plain">//获得绿宝石,什么结晶((划去</code></div><div class="line number12 index11 alt1"><code class="none spaces"> </code><code class="none plain">casting_basin('minecraft:emerald', 'minecraft:water', 1000)</code></div><div class="line number13 index12 alt2"><code class="none spaces"> </code><code class="none plain">.cast('#forge:dusts/emerald')</code></div><div class="line number14 index13 alt1"><code class="none spaces"> </code><code class="none plain">.consumeCast(true)</code></div><div class="line number15 index14 alt2"><code class="none plain">})</code></div></div></td></tr></tbody></table></div></div><p><span class="common-tag-ban" data-type="title-menu"></span></p></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
KubeJS Tinkers Construct ExtraKtice
Ktice
Ktice允许玩家用KubeJS添加新的匠魂3或者匠神配方,且不限于浇筑配方!
正如模组的主要名称一样Ktice是对KubeJS Tinkers Construct的拓展与完善。
内容
Ktice现阶段添加了以下配方:
"tconstruct:alloy" //匠魂合金
"tconstruct:molding_table" //匠魂台压模
"tconstruct:molding_basin" //匠魂盆压模
"tconstruct:melting" //匠魂熔融
"tconstruct:entity_melting" //匠魂生物熔融
"tconstruct:severing" //匠魂斩首掉落物
示例
合金
1 2 3 4 5 6 | onEvent('recipes', event => {
event.recipes.tconstruct.alloy(
Fluid.of('tconstruct:molten_diamond', 100),
[Fluid.of('ticc:redstone', 400), Fluid.of('ticc:glowstone', 400)], 500
)
})
|
参数1:流体;参数2:流体数组;参数3:配方所需温度。
压模
1 2 3 4 5 | event.recipes.tconstruct.molding_table(
'create:sand_paper',
'minecraft:paper',
'minecraft:sand'
)
|

熔炼
1 2 3 4 5 6 | event.recipes.tconstruct.melting(
Fluid.of('thermal:redstone', 100),
'#forge:dusts/redstone', 500, 10
//10为熔融所需时间,计算公式为<常数:25/6>*10 约等于 2s
//所以这个配方需要2s
)
|

实体熔炼
1 2 3 4 5 | event.recipes.tconstruct.entity_melting(
Fluid.of('minecraft:water', 100),
'thermal:blizz', 2
//第三位参数:2为伤害,2颗心
)
|

肢解掉落物
1 2 3 4 | event.recipes.tconstruct.severing(
'minecraft:amethyst_shard',
'minecraft:axolotl'
)
|

嘤嘤嘤,美西螈这么可爱怎么能肢解美西螈,嘤嘤嘤。
注意事项
本模组为魔改类模组的拓展,以上为示例配方,没有实际添加至游戏,请注意甄别。
源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><p><span class="common-text-title common-text-title-1">Ktice</span></p><p><span style="color: rgb(51, 204, 204);">Ktice</span>允许玩家用<a target="_blank" href="https://www.mcmod.cn/class/2450.html" title="KubeJS">KubeJS</a>添加新的<a target="_blank" href="https://www.mcmod.cn/class/3725.html" title="匠魂3">匠魂3</a>或者<a target="_blank" href="https://www.mcmod.cn/class/7524.html">匠神</a>配方,且不限于浇筑配方!</p><p>正如模组的主要名称一样<span style="color: rgb(51, 204, 204);">Ktice</span>是对<a target="_blank" href="https://www.mcmod.cn/class/8027.html">KubeJS Tinkers Construct</a>的拓展与完善。</p><p><span class="common-text-title common-text-title-2">内容</span></p><p><span style="color: rgb(51, 204, 204);">Ktice</span>现阶段添加了以下配方:</p><ul style="list-style-type: disc;"><li><p>"tconstruct:alloy" //匠魂合金<br></p></li><li><p>"tconstruct:molding_table" //匠魂台压模<br></p></li><li><p>"tconstruct:molding_basin" //匠魂盆压模<br></p></li><li><p>"tconstruct:melting" //匠魂熔融</p></li><li><p>"tconstruct:entity_melting" //匠魂生物熔融<br></p></li><li><p>"tconstruct:severing" //匠魂斩首掉落物</p></li></ul><p><span class="common-text-title common-text-title-2">示例</span></p><p><span class="common-text-title common-text-title-3">合金</span><br></p><div><div id="highlighter_113807" class="syntaxhighlighter none"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="gutter"><div class="line number1 index0 alt2">1</div><div class="line number2 index1 alt1">2</div><div class="line number3 index2 alt2">3</div><div class="line number4 index3 alt1">4</div><div class="line number5 index4 alt2">5</div><div class="line number6 index5 alt1">6</div></td><td class="code"><div class="container"><div class="line number1 index0 alt2"><code class="none plain">onEvent('recipes', event => {</code></div><div class="line number2 index1 alt1"><code class="none spaces"> </code><code class="none plain">event.recipes.tconstruct.alloy(</code></div><div class="line number3 index2 alt2"><code class="none spaces"> </code><code class="none plain">Fluid.of('tconstruct:molten_diamond', 100),</code></div><div class="line number4 index3 alt1"><code class="none spaces"> </code><code class="none plain">[Fluid.of('ticc:redstone', 400), Fluid.of('ticc:glowstone', 400)], 500</code></div><div class="line number5 index4 alt2"><code class="none spaces"> </code><code class="none plain">)</code></div><div class="line number6 index5 alt1"><code class="none plain">})</code></div></div></td></tr></tbody></table></div></div><p>参数1:流体;参数2:流体数组;参数3:配方所需温度。</p><p><span class="common-text-title common-text-title-3">压模</span></p><div><div id="highlighter_90616" class="syntaxhighlighter none"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="gutter"><div class="line number1 index0 alt2">1</div><div class="line number2 index1 alt1">2</div><div class="line number3 index2 alt2">3</div><div class="line number4 index3 alt1">4</div><div class="line number5 index4 alt2">5</div></td><td class="code"><div class="container"><div class="line number1 index0 alt2"><code class="none plain">event.recipes.tconstruct.molding_table(</code></div><div class="line number2 index1 alt1"><code class="none spaces"> </code><code class="none plain">'create:sand_paper',</code></div><div class="line number3 index2 alt2"><code class="none spaces"> </code><code class="none plain">'minecraft:paper',</code></div><div class="line number4 index3 alt1"><code class="none spaces"> </code><code class="none plain">'minecraft:sand'</code></div><div class="line number5 index4 alt2"><code class="none plain">)</code></div></div></td></tr></tbody></table></div></div><p><span class="figure"><img alt="KubeJS Tinkers Construct Extra (Ktice)-第1张图片" class="lazy" src="//www.mcmod.cn/static/public/images/loading-colourful.gif" data-src="https://i.mcmod.cn/editor/upload/20221219/1671464239_147201_dYKM.png" data-error="//www.mcmod.cn/images/loadfail.gif"></span></p><p><span class="common-text-title common-text-title-3">熔炼</span></p><div><div id="highlighter_133500" class="syntaxhighlighter none"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="gutter"><div class="line number1 index0 alt2">1</div><div class="line number2 index1 alt1">2</div><div class="line number3 index2 alt2">3</div><div class="line number4 index3 alt1">4</div><div class="line number5 index4 alt2">5</div><div class="line number6 index5 alt1">6</div></td><td class="code"><div class="container"><div class="line number1 index0 alt2"><code class="none plain">event.recipes.tconstruct.melting(</code></div><div class="line number2 index1 alt1"><code class="none spaces"> </code><code class="none plain">Fluid.of('thermal:redstone', 100),</code></div><div class="line number3 index2 alt2"><code class="none spaces"> </code><code class="none plain">'#forge:dusts/redstone', 500, 10</code></div><div class="line number4 index3 alt1"><code class="none spaces"> </code><code class="none plain">//10为熔融所需时间,计算公式为<常数:25/6>*10 约等于 2s</code></div><div class="line number5 index4 alt2"><code class="none spaces"> </code><code class="none plain">//所以这个配方需要2s</code></div><div class="line number6 index5 alt1"><code class="none plain">)</code></div></div></td></tr></tbody></table></div></div><p><span class="figure"><img alt="KubeJS Tinkers Construct Extra (Ktice)-第2张图片" class="lazy" src="//www.mcmod.cn/static/public/images/loading-colourful.gif" data-src="https://i.mcmod.cn/editor/upload/20221219/1671464640_147201_Kxzb.png" data-error="//www.mcmod.cn/images/loadfail.gif"></span></p><p><span class="common-text-title common-text-title-3">实体熔炼</span></p><div><div id="highlighter_690331" class="syntaxhighlighter none"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="gutter"><div class="line number1 index0 alt2">1</div><div class="line number2 index1 alt1">2</div><div class="line number3 index2 alt2">3</div><div class="line number4 index3 alt1">4</div><div class="line number5 index4 alt2">5</div></td><td class="code"><div class="container"><div class="line number1 index0 alt2"><code class="none plain">event.recipes.tconstruct.entity_melting(</code></div><div class="line number2 index1 alt1"><code class="none spaces"> </code><code class="none plain">Fluid.of('minecraft:water', 100),</code></div><div class="line number3 index2 alt2"><code class="none spaces"> </code><code class="none plain">'thermal:blizz', 2</code></div><div class="line number4 index3 alt1"><code class="none spaces"> </code><code class="none plain">//第三位参数:2为伤害,2颗心</code></div><div class="line number5 index4 alt2"><code class="none plain">)</code></div></div></td></tr></tbody></table></div></div><p><span class="figure"><img alt="KubeJS Tinkers Construct Extra (Ktice)-第3张图片" class="lazy" src="//www.mcmod.cn/static/public/images/loading-colourful.gif" data-src="https://i.mcmod.cn/editor/upload/20221219/1671465160_147201_Quoz.png" data-error="//www.mcmod.cn/images/loadfail.gif"></span></p><p><span class="common-text-title common-text-title-3">肢解掉落物</span></p><div><div id="highlighter_760603" class="syntaxhighlighter none"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="gutter"><div class="line number1 index0 alt2">1</div><div class="line number2 index1 alt1">2</div><div class="line number3 index2 alt2">3</div><div class="line number4 index3 alt1">4</div></td><td class="code"><div class="container"><div class="line number1 index0 alt2"><code class="none plain">event.recipes.tconstruct.severing(</code></div><div class="line number2 index1 alt1"><code class="none spaces"> </code><code class="none plain">'minecraft:amethyst_shard',</code></div><div class="line number3 index2 alt2"><code class="none spaces"> </code><code class="none plain">'minecraft:axolotl'</code></div><div class="line number4 index3 alt1"><code class="none plain">)</code></div></div></td></tr></tbody></table></div></div><p><span class="figure"><img alt="KubeJS Tinkers Construct Extra (Ktice)-第4张图片" class="lazy" src="//www.mcmod.cn/static/public/images/loading-colourful.gif" data-src="https://i.mcmod.cn/editor/upload/20221219/1671465452_147201_HaYz.png" data-error="//www.mcmod.cn/images/loadfail.gif"></span></p><p><span data-by-uid="147201" data-by-nickname="化龙焚天" class="uknowtoomuch" data-toggle="tooltip" data-original-title="来自 化龙焚天(uid:147201) 的吐槽~ (具体以改动对比为准)">嘤嘤嘤,美西螈这么可爱怎么能肢解美西螈,嘤嘤嘤。</span></p><p><span class="common-text-title common-text-title-2">注意事项</span></p><p>本模组为魔改类模组的拓展,以上为示例配方,没有实际添加至游戏,请注意甄别。<br></p><p><span class="common-tag-ban" data-type="title-menu"></span></p></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
Mobs Properties Randomness
顾名思义,这个模组能够改变生物的属性。
想让爬行者随机拥有 20 到 100 点生命值吗? 当然可以!
想让僵尸生成有药水效果吗? 去做吧!
运作方式:
首次加载游戏时,本mod会在 config 文件夹中生成一个名为 MobsPropertiesRandomness 的文件夹。 该文件夹包含配置(目前不是很有用)和另两个文件夹。请查看 wiki 以了解该配置什么。
您目前可以(对应版本: 3.0.x)执行的操作:
改变生物生命值、移动速度等。
对小怪应用药水效果,例如缓慢、力量等。
将武器等物品交给怪物,它们可以被附魔。
以上内容都可以按维度和生物群落进行过滤,并且可以根据怪物生成位置(与生成的距离和深度)或难度(世界和区域难度)进一步修改。
改变一些生物的特定属性,例如爬行者的爆炸大小或幻翼的规模。
Better Weather Control
介绍
这是一个让玩家更方便地控制和配置天气的轻量级服务端模组。
安装
仅需服务端或单人模式安装。
配置项
用于设置天气的命令;
天气的持续时间;
之后晴朗天气的持续时间;
不同事件的概率;
设置睡觉能否跳过天气。
兼容性
与所有其他天气模组兼容,因为这只是通过配置中设置的命令来控制天气。
如果要添加另一个天气模组的天气事件,只需添加其命令即可。
源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><p><span class="common-tag-ban" data-type="title-menu"></span></p><p><span class="common-text-title common-text-title-1">介绍</span></p><p>这是一个让玩家更方便地控制和配置天气的轻量级服务端模组。</p><p><span class="common-text-title common-text-title-1">安装</span></p><p>仅需服务端或单人模式安装。</p><p><span class="common-text-title common-text-title-1">配置项</span></p><ul style="list-style-type: disc;"><li><p>用于设置天气的命令;</p></li><li><p>天气的持续时间;</p></li><li><p>之后晴朗天气的持续时间;</p></li><li><p>不同事件的概率;</p></li><li><p>设置睡觉能否跳过天气。</p></li></ul><p><span class="common-text-title common-text-title-1">兼容性</span></p><p>与所有其他天气模组兼容,因为这只是通过配置中设置的命令来控制天气。</p><p>如果要添加另一个天气模组的天气事件,只需添加其命令即可。</p></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
自定义重力方块Custom Gravity Block
源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><p>本Mod可以通过JSON文件或指令,将某一个方块设置为重力方块。</p><p><span class="common-tag-ban" data-type="title-menu"></span></p><p><strong><span class="common-text-title common-text-title-1">用法</span></strong></p><p><strong>1. 通过JSON添加,文件位于config/falling_blocks/blockList.json,可按照如下格式进行添加:</strong></p><div><div id="highlighter_659107" class="syntaxhighlighter java"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="gutter"><div class="line number1 index0 alt2">1</div><div class="line number2 index1 alt1">2</div><div class="line number3 index2 alt2">3</div><div class="line number4 index3 alt1">4</div><div class="line number5 index4 alt2">5</div><div class="line number6 index5 alt1">6</div><div class="line number7 index6 alt2">7</div><div class="line number8 index7 alt1">8</div><div class="line number9 index8 alt2">9</div><div class="line number10 index9 alt1">10</div></td><td class="code"><div class="container"><div class="line number1 index0 alt2"><code class="java plain">{</code></div><div class="line number2 index1 alt1"><code class="java spaces"> </code><code class="java string">"blockListEntries"</code><code class="java plain">: [</code></div><div class="line number3 index2 alt2"><code class="java spaces"> </code><code class="java plain">{</code></div><div class="line number4 index3 alt1"><code class="java spaces"> </code><code class="java string">"block"</code><code class="java plain">: </code><code class="java string">"minecraft:dirt"</code></div><div class="line number5 index4 alt2"><code class="java spaces"> </code><code class="java plain">},</code></div><div class="line number6 index5 alt1"><code class="java spaces"> </code><code class="java plain">{</code></div><div class="line number7 index6 alt2"><code class="java spaces"> </code><code class="java string">"block"</code><code class="java plain">: </code><code class="java string">"minecraft:grass_block"</code></div><div class="line number8 index7 alt1"><code class="java spaces"> </code><code class="java plain">}</code></div><div class="line number9 index8 alt2"><code class="java spaces"> </code><code class="java plain">]</code></div><div class="line number10 index9 alt1"><code class="java plain">}</code></div></div></td></tr></tbody></table></div></div><p><strong>2. 通过命令进行操作,用法如下:</strong><br></p><ul style="list-style-type: disc;"><li><p>往列表中添加一个方块:/falling add 方块名称<br></p></li><li><p>从列表中移除一个方块:/falling remove 方块名称<br></p></li><li><p>浏览已添加的方块列表:/falling view<br></p></li><li><p>重新加载配置文件:/falling reload<br></p></li></ul><p><strong><span class="common-text-title common-text-title-1">注意事项</span></strong></p><ol style="list-style-type: decimal;"><li><p>只能对非重力方块进行添加,若该方块原本就是重力方块,则提示添加失败;</p></li><li><p>若尝试添加空气方块,也会提示添加失败<span data-by-uid="109425" data-by-nickname="Glyceryl" class="uknowtoomuch" data-toggle="tooltip" data-original-title="来自 Glyceryl(uid:109425) 的吐槽~ (具体以改动对比为准)">(而且添加了也看不到效果)</span>;</p></li><li><p>重力方块的影响是全局性的,也就是说,将一个方块设置为重力方块后,对所有存档均生效;</p></li><li><p><span style="color: rgb(255, 0, 0);"><strong>建议不要将部分常见方块设置为重力方块,如石头、地狱岩、末地石、树叶等</strong></span>,因为这些方块大部分处于悬空状态,一旦其中一个方块发生坠落,则可能会连带周围的相关方块一同发生坠落,此时会产生大量下落的方块实体(有可能还会产生大量的物品实体),造成游戏严重卡顿。如果“不小心”发生了上述的情况,可先输入“<strong>/kill @e[type=falling_block]</strong>”来删除所有下落的方块,再输入“<strong>/falling remove 方块名称</strong>”来将这些方块移出重力方块列表。</p></li></ol><p><strong><span class="common-text-title common-text-title-1">截图</span></strong></p><p><br></p><p></p><div class="table-scroll"><table width="861" class="table table-bordered text-nowrap"><tbody><tr><td style="word-break: break-all;" width="246"><span class="figure"><img alt="自定义重力方块 (Custom Gravity Block)-第1张图片" class="lazy" src="https://i.mcmod.cn/editor/upload/20220803/1659515392_29797_hYFn.jpg" data-src="https://i.mcmod.cn/editor/upload/20220803/1659515392_29797_hYFn.jpg" data-error="//www.mcmod.cn/images/loadfail.gif" data-width="500" data-height="261" data-original="https://www.mcmod.cn/static/public/images/loading-colourful.gif" width="500" height="261"><span class="figcaption">将方块设置为重力方块后,底部会产生特殊的粒子效果</span></span></td><td style="word-break: break-all;" width="246"><span class="figure"><img alt="自定义重力方块 (Custom Gravity Block)-第2张图片" class="lazy" src="https://i.mcmod.cn/editor/upload/20220803/1659515474_29797_lfFl.jpg" data-src="https://i.mcmod.cn/editor/upload/20220803/1659515474_29797_lfFl.jpg" data-error="//www.mcmod.cn/images/loadfail.gif" data-width="500" data-height="261" data-original="https://www.mcmod.cn/static/public/images/loading-colourful.gif" width="500" height="261"><span class="figcaption">图中的牡丹花丛因无方块支撑,发生了破坏</span></span></td><td style="word-break: break-all;" width="246"><span class="figure"><img alt="自定义重力方块 (Custom Gravity Block)-第3张图片" class="lazy" src="https://i.mcmod.cn/editor/upload/20220803/1659515529_29797_JFgB.jpg" data-src="https://i.mcmod.cn/editor/upload/20220803/1659515529_29797_JFgB.jpg" data-error="//www.mcmod.cn/images/loadfail.gif" data-width="500" data-height="261" data-original="https://www.mcmod.cn/static/public/images/loading-colourful.gif" width="500" height="261"><span class="figcaption">图为将树叶设置为重力方块后,白桦树的树叶掉落到地面上的场景</span></span></td></tr></tbody></table></div><span style="white-space: nowrap;"><span class="common-tag-ban" data-type="title-menu"></span></span><p></p></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
烈焰配方FireCrafting
物品一不小心掉入火中消失太让人沮丧了,而那些消失的物品去了哪?似乎这些物品并没有消失,而是转化为了一种无法直接接触的物质,如果我们能够利用它,可能会有许多新的创造。将物品丢入火中进行合成,产物可以是物品、方块、实体或是一些意想不到的效果。
考虑到可能的自动化需求,Mod实现了烈焰接口方块来便捷的进行自动化。
配方添加
本mod默认无额外配方,单独使用无效果,需要自行添加。
所有配方均可通过原版数据包、CRT、KubeJs进行修改调用。
配方编写格式详见WIKI。
目前支持产物类型
物品 流体 FE能量 实体 方块 药水效果
其他
本Mod适用MIT许可证,你可以随意的修改或使用该Mod(如加入整合包中)。
Mod预留了API接口,如果有需要可以通过实现接口自行添加相应的配方类型。
问题反馈与建议
群:817456764
Gitee:Issues
源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><div data-id="ctm-_YWelYbE" class="common-text-menu"><ul><li class="title"><i class="fa fa-chevron-circle-right common-text-menu-style-button pointer"></i> 目录:</li><li class="l1"><a href="javascript:void(0);" data-for="ctm-title-hHZuMoBL"><span>1 </span>配方添加</a></li><li class="l1"><a href="javascript:void(0);" data-for="ctm-title-weCry8vc"><span>2 </span>目前支持产物类型</a></li><li class="l1"><a href="javascript:void(0);" data-for="ctm-title-j4JtItSL"><span>3 </span>其他</a></li><li class="l1"><a href="javascript:void(0);" data-for="ctm-title-ACLA0NPq"><span>4 </span>问题反馈与建议</a></li></ul></div><p><span class="figure"><img alt="烈焰配方 (FireCrafting)-第1张图片" class="lazy" src="https://i.mcmod.cn/editor/upload/20220609/1654745484_28484_HcmQ.png" data-src="https://i.mcmod.cn/editor/upload/20220609/1654745484_28484_HcmQ.png" data-error="//www.mcmod.cn/images/loadfail.gif" data-original="https://www.mcmod.cn/static/public/images/loading-colourful.gif"></span><strong>物品一不小心掉入火中消失太让人沮丧了,而那些消失的物品去了哪?似乎这些物品并没有消失,而是转化为了一种无法直接接触的物质,如果我们能够利用它,可能会有许多新的创造。将物品丢入火中进行合成,产物可以是物品、方块、实体或是一些意想不到的效果。</strong></p><p><strong>考虑到可能的自动化需求,Mod实现了烈焰接口方块来便捷的进行自动化。</strong></p><p><span class="common-text-title common-text-title-1" id="ctm-title-hHZuMoBL">配方添加</span></p><p>本mod默认无额外配方,单独使用无效果,需要自行添加。</p><p>所有配方均可通过原版数据包、CRT、KubeJs进行修改调用。</p><p>配方编写格式详见<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9naXRlZS5jb20vYW5lY2Fuc2FpdGluL0ZpcmVDcmFmdGluZy93aWtpcy8lRTUlQUUlQjYlMjBIb21l">WIKI</a>。</p><p><span class="common-text-title common-text-title-1" id="ctm-title-weCry8vc">目前支持产物类型</span></p><p>物品 流体 FE能量 实体 方块 药水效果</p><p><span class="common-text-title common-text-title-1" id="ctm-title-j4JtItSL">其他</span></p><p>本Mod适用<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9naXRlZS5jb20vYW5lY2Fuc2FpdGluL0ZpcmVDcmFmdGluZy9ibG9iL21hc3Rlci9MSUNFTlNF">MIT许可证</a>,你可以随意的修改或使用该Mod(如加入整合包中)。</p><p>Mod预留了<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9naXRlZS5jb20vYW5lY2Fuc2FpdGluL0ZpcmVDcmFmdGluZy90cmVlL21hc3Rlci9zcmMvbWFpbi9qYXZhL2NuL2FuZWNhbnNhaXRpbi9maXJlY3JhZnRpbmcvYXBp">API接口</a>,如果有需要可以通过实现接口自行添加相应的配方类型。</p><p style="white-space: normal;"><span class="common-text-title common-text-title-1" id="ctm-title-ACLA0NPq">问题反馈与建议</span></p><p style="white-space: normal;">群:817456764</p><p style="white-space: normal;">Gitee:<a target="_blank" rel="nofollow noreferrer" href="//link.mcmod.cn/target/aHR0cHM6Ly9naXRlZS5jb20vYW5lY2Fuc2FpdGluL0ZpcmVDcmFmdGluZy9pc3N1ZXM=">Issues</a></p></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
Custom Fluid Mixin
借助数据包,本模组允许你在流体(例如岩浆、水)流动时产生一个方块(例如岩浆流动遇水时可以不再是产生黑曜石,能够自定义任何方块)、导致一阵爆炸或执行一个 .mcfunction 文件。
方块文件示例:
未找到素材: "flowing" }
爆炸文件示例:
未找到素材: "flowing" }
.mcfunction 文件示例:
未找到素材: "flowing" }
mcfunction:fill ~-2 ~-2 ~-2 ~2 ~2 ~2 air summon lightning_bolt ~ ~ ~ summon wither ~ ~ ~ 未找到素材:Invul
Stonecutter Recipe Tags
这个mod允许通过标签创建切石机配方。这些标签中的任何物品都可以制作成同一标签中的任何其他物品。这样可以大幅减少 JSON 文件和配方数量,减少文件数量并减少延迟。
Smallbiomes
Smallbiomes,一个小模组,正如其名,让世界上所有生物群系的规模都更小了,由此一些风景也显得独特起来。
本模组没有任何已知的兼容问题,应该可以和BOP等生物群系模组正常兼容。
探索时光玩家狂喜!
Enhanced Celestials Mobifier Integration
源代码
<div class="class-menu-main swiper-no-swiping swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight" data-frame="2"><ul><li data-id="1" class="text-area common-text font14" style="display:block"><p>模组为 <a target="_blank" href="//www.mcmod.cn/class/6001.html" title="Mobifier">Mobifier</a> 提供了与 <a target="_blank" href="//www.mcmod.cn/class/3452.html" title="月亮事件">月亮事件</a> 的兼容,使得使用者在调整生物的属性时可以使用后者的各种月亮事件作为前提条件。</p></li></ul><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>