• 周年纪念勋章活动已圆满结束,如有已购买但仍未申请的用户,可以通过对应勋章的下载链接申请~
Recipes - 修改合成表?

LL2 Recipes - 修改合成表? 1.1-dev

更新版本,修复错误
recipes add shaped <identifier: string> keys(count) {<key_key_(count): string> <key_name_(count): string> <key_data_(count): int>} [1..count] pattern(count) {<pattern_(count): string>} [1..count] result <result_name: string> <result_data: int> <result_count: int> tags(count) {<tag_(count): string>} [1..count]


recipes add shapeless <identifier: string> ingredient(count) {<ingredient_name_(count): string><ingredient_data_(count): int>} [1..count] result <result_name: string> <result_data: int> tags(count){<tag_(count): string>} [1..count]


recipes add furnace <identifier: string> <input_name: string> <input_data: int> <output_name: string> <output_data: int> tags(count) {<tag_(count): string>} [1..count]


recipes hide <recipe_id: string> <player: target>

recipes list

recipes list <player: target>

recipes unhide <recipe_id: string> <player: target>

***(count) { ***(count) } [1..count] 代表大括号中的内容重复count次
(为什么命令这么复杂, 因为mojang写的命令解析器出了问题)

ps:本插件目前有596个命令重载
所有命令合并到recipes
(原命令可用
适配1.19.81
新命令:
unhiderecipes
recipeslist
hiderecipes
hiderecipe
delrecipes
delrecipe
功能更新:
1.addrecipe 支持熔炉配方,支持自定义配方标识符
2.recipeslist 显示所有配方id
3.hiderecipes/hiderecipe 隐藏配方
4.delrecipes/delrecipe 删除配方
后退
顶部 底部