|
|
Recipes Library (Recipes Library)Github |相关wiki |源站链接支持: forgeRecipes Library 是一个添加了配方实现的库模组。
支持
支持 | 支持的Minecraft版本
-----|-------------------
新的开发和修复 | 1.20.4
错误修复 | 1.19.4
关键错误修复 | 1.18.2, 1.20-1.20.2
支持结束 | 直至1.18.1, 1.19-1.19.3
功能
这个模组添加了两种配方类型 \"recipes_lib:crafting_shaped_nbt\" 和 \"recipes_lib:crafting_shapeless_nbt\"。
形状化的 NBT 配料是可以像原版形状化和无形状化配方一样构建的。
结果必须有三个元素:
- item: 结果物品的注册名
- nbt: 结果物品的NBT数据
- merge_nbt: 是否应该搜索具有要合并的NBT的物品。
例如:
json
\"result\": {
\"item\": \"minecraft:written_book\",
\"nbt\": \"{pages:[\'{\\\"text\\\":\\\"Hallo2\\\"}\']}\",
\"merge_nbt\": true
}
这个模组添加了一种配方类型 \"recipes_lib:renaming\"。
配方只有一个配料。在内部,将名牌作为配料添加。
配方的结果是具有名牌的自定义名称的配料。
例如:
json
{
\"type\": \"recipes_lib:renaming\",
\"ingredient\": {
\"item\": \"dynamical_compass:dynamical_compass\"
}
}
这个模组添加了一种配料类型 \"recipes_lib:nbt\"。
这个配料必须有四个元素:
- type: 配料类型
- item: 配料物品的注册名
- nbt: 配料物品的NBT数据
- matchType:
- EQUAL: 输入物品和配料物品的NBT数据必须完全相同。
- CONTAINS: 配料物品的NBT数据必须是输入物品NBT数据的子集。
- CONTAINS_NONE: 配料物品的任何元素NBT数据都不能在输入物品的NBT数据集中。
- NOT_EQUAL: 输入物品和配料物品的NBT数据不能完全相同。
例如:
json
{
\"type\": \"recipes_lib:nbt\",
\"item\": \"minecraft:written_book\",
\"nbt\": \"{pages:[\'{\\\"text\\\":\\\"Hallo2\\\"}\']}\",
\"matchType\": \"CONTAINS_NONE\"
}
感谢Muse31提供的Logo。
您可以在非商业模组包中使用这个模组而不需要询问。
您可以在[这里](链接)找到更多我的模组。

来自Modrinth所有游戏版本1.21.11.211.20.61.20.41.20.21.20.11.201.19.41.18.21.17.1所有类型forgeRecipes Library 1.21.1-3.0.0RecipesLibrary-1.21.1-3.0.0.jar下载1.21.1-3.0.0#ReleasePorted to 1.21.1展开版本: 1.21.1-3.0.0支持游戏: 1.21.1类型:ForgeRelease下载次数: 372Recipes Library 1.21-3.0.0RecipesLibrary-1.21-3.0.0.jar下载1.21-3.0.0#ReleasePorted to 1.21展开版本: 1.21-3.0.0支持游戏: 1.21类型:ForgeRelease下载次数: 139Recipes Library 1.20.6-3.0.0RecipesLibrary-1.20.6-3.0.0.jar下载1.20.6-3.0.0#ReleasePorted to 1.20.6- Due to changes in the way, data are saved to item, not backward compatible. (Recipes changes from nbt to components. Details in the mod description.)展开版本: 1.20.6-3.0.0支持游戏: 1.20.6类型:ForgeRelease下载次数: 131Recipes Library 1.20.4-2.0.1RecipesLibrary-1.20.4-2.0.1.jar下载1.20.4-2.0.1#ReleasePorted to 1.20.4展开版本: 1.20.4-2.0.1支持游戏: 1.20.4类型:ForgeRelease下载次数: 214Recipes Library 1.20.2-2.0.1RecipesLibrary-1.20.2-2.0.1.jar下载1.20.2-2.0.1#ReleasePorted to 1.20.2展开版本: 1.20.2-2.0.1支持游戏: 1.20.2类型:ForgeRelease下载次数: 241Recipes Library 1.20.1-2.0.1RecipesLibrary-1.20.1-2.0.1.jar下载1.20.1-2.0.1#ReleasePorted to 1.20.1展开版本: 1.20.1-2.0.1支持游戏: 1.20.1类型:ForgeRelease下载次数: 19,009Recipes Library 1.20-2.0.1RecipesLibrary-1.20-2.0.1.jar下载1.20-2.0.1#Release\"\"Ported to 1.20\"\"展开版本: 1.20-2.0.1支持游戏: 1.20类型:ForgeRelease下载次数: 161Recipes Library 1.19.4-2.0.1RecipesLibrary-1.19.4-2.0.1.jar下载1.19.4-2.0.1#ReleasePorted to 1.19.4展开版本: 1.19.4-2.0.1支持游戏: 1.19.4类型:ForgeRelease下载次数: 248Recipes Library 1.18.2-2.0.0RecipesLibrary-1.18.2-2.0.0.jar下载1.18.2-2.0.0#ReleasePorted to 1.18.2展开版本: 1.18.2-2.0.0支持游戏: 1.18.2类型:ForgeRelease下载次数: 2,603Recipes Library 1.17.1-2.0.0RecipesLibrary-1.17.1-2.0.0.jar下载1.17.1-2.0.0#ReleaseUpdated to 1.17.1With Bugfix for Issue: 1.17.1-2.0.0支持游戏: 1.17.1类型:ForgeRelease下载次数: 105全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
Recipes Library |
楼主
2025-8-10 19:03:08
回复(0)
收起回复
|