更新内容 | Update Content
- 修复插件内置的物品源加载物品错误的问题 | Fixed the problem of loading wrong items in the plugin's built-in item source
- 修复copy_nbt属性实际效果相反的bug | Fixed the bug that the copy_nbt attribute actually had the opposite effect
注意事项 | Notes:
此版本开始,插件只适用于1.20.6及以上版本,且旧版插件自带物品功能无法迁移到此版本 | Starting from this version, the plugin is only applicable to version 1.20.6 and above, and the item functions of the old plugin cannot be migrated to this version
更新内容 | Update Content
- 适配1.20.6-1.21 | Completed compatibility with 1.20.6-1.21
- 添加配方书类型功能,在shaped、shapeless以及cooking类型配方中可使用 | Added recipe book category, which can be used in shaped, shapeless and cooking type recipes
配方书类型功能详解 | Detailed explanation of recipe book category
-
在shaped以及shapless配方中,配方类型可为building(建筑方块)、redstone(红石)、equipment(工具)和misc(物品)
-
在cooking配方中,配方类型可为food(食物),blocks(方块)和misc(物品)
-
In shaped and shapless recipes, the recipe type can be building, redstone, equipment, and misc
-
In cooking recipes, the recipe type can be food, blocks, and misc
配方书类型配置示例 | Configuration Example:
工作台配方 | Crafting Recipe:
#配方的类型,一共有shaped(有序)、shapeless(无序)、cooking(烧炼)、smithing(锻造)、stone_cutting(切石机)、random_cooking(随机烧炼)
type: 'shaped'
result: 'diamond_sword'
multiple: true
shape:
- - 'aaa'
- 'bbb'
- 'ccc'
- - 'dd'
- 'ee'
source:
a: 'bedrock'
b: 'command_block'
c: 'diamond'
d: 'barrier'
e: 'chain_command_block'
unlock: true
sort_id: 1
category: building
烧炼配方 | Smelting Recipe:
type: cooking
result: bedrock
multiple: true
source:
- block: furnace
item: command_block
exp: 20
time: 100
- block: smoker
item: command_block
- block: campfire
item: command_block
- block: blast_furnace
item: command_block
exp: 10
time: 200
category: blocks
- 兼容Paper去除craftbukkit版本 | Compatible with Paper removal craftbukkit version
- 修复其他插件干扰配方逻辑的bug | Fixed the bug where other plugins interfered with recipe logic
- 修复Folia端下控制台使用item give命令的报错 | Fixed the issue when using the item give command in the console on the Folia side
- 修复配方结果无法正确解析可变数值的bug | Fixed the bug that the recipe result could not correctly parse the variable value
- The /cra item give command will now drop items when the player's inventory is full
- Fixed the bug where an error would appear when completing the /cra display command
- Add command "/craftorithm display" to view recipe
- Fixed the bug that the experience value in cooking recipe creator gui does not accept floating point numbers.
- Fixed the bug that Oraxen's items could not be used as ingredient materials.
- Fixed the bug that the recipe file generated by the shaped recipe creator GUI could not correctly delete empty columns.
- Add copy_nbt field to the smithing recipe to control preserve item nbt
- Fixed the bug that the recipe group display gui failed to correctly display the prompt lore.
- Fixed the bug that the recipe unlocking option was not refreshed in time when modifying the recipe on the recipe editor gui.
- Fixed the bug that caused incorrect registration due to the case of recipe names.
- Fixed the bug that the item nbt could not correctly read the numeric type nbt
- Fixed the bug where mod items cannot be used on the CatServer server
- Fixed compatibility issue with EcoEnchants again
- Fixed a bug that caused the anvil recipe to not work properly due to EcoEnchants
- Fixed the bug that the results of ItemsAdder items were incorrect when used as ingredient for smelting.
- Fixed the bug of saving NBT item format error
- Added command to remove custom fuel
- Subdivide list and item command permissions
- Add command alias /cra
- Add custom fuel features
- Fixed the bug where the ItemsAdder items were used as the result with the wrong amount
- Now a recipe group with only one recipe can directly view the recipe
- Fixed the bug where the agent ItemsAdder listener would report NoSuchMethodError when the version was lower than 1.18
- Fixed the bug that the recipe creator GUI could not correctly identify NBT items.
- Fixed the bug that items cannot be correctly identified when there are two ItemsAdder items with the same ID but different namespaces.
- Fixed the bug that ItemsAdder items cannot be used as ingredients in recipes


