This repository was archived by the owner on Oct 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ actions:
9494- " console 指令" # 被玩家点击此分类后在控制台执行命令
9595- " open_itemgroup <key>" # 被玩家点击此分类后打开物品组,key为物品组的`NamespacedKey` 例:open_itemgroup slimefun:misc
9696- " display_slimefunitem ID" # 被玩家点击此分类后打开对应ID的物品配方,ID为一个粘液科技物品的ID
97+ - " script 脚本名" # 执行脚本
9798` ` `
9899
99100## 注意事项
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ actions:
9494- " console 指令" # 被玩家点击此分类后在控制台执行命令
9595- " open_itemgroup <key>" # 被玩家点击此分类后打开物品组,key为物品组的`NamespacedKey` 例:open_itemgroup slimefun:misc
9696- " display_slimefunitem ID" # 被玩家点击此分类后打开对应ID的物品配方,ID为一个粘液科技物品的ID
97+ - " script 脚本名" # 执行脚本
9798` ` `
9899
99100## 注意事项
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ name: "物品名称"
1919<br>RSC不对任何超出原本限制的物品数量做检查
2020<br>如有任何相关错误,请不要找RSC
2121
22+ 小技巧:如果将机器所需输入物品的数量设置为0,那么此物品将不会被消耗,但是需要此物品在输入槽内才能运行。(适用于1.20.5以前的版本)
23+
2224` ` ` yaml
2325amount : (数字)
2426` ` `
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ name: "物品名称"
1919<br>RSC不对任何超出原本限制的物品数量做检查
2020<br>如有任何相关错误,请不要找RSC
2121
22+ 小技巧:如果将机器所需输入物品的数量设置为0,那么此物品将不会被消耗,但是需要此物品在输入槽内才能运行。(适用于1.20.5以前的版本)
23+
2224` ` ` yaml
2325amount : (数字)
2426` ` `
You can’t perform that action at this time.
0 commit comments