Item Damage Lib│物品損傷庫

A new function has been added that can consume the durability of items.│新增了一個函數,用於消耗物品耐久度。

57

Item Damage Lib│物品損傷庫

Function│功能

- Executing the function `/function damage_lib:damage_item {slot:"<slot>",value:<value>}` reduces the durability of the item in the specified slot.│執行該函數:`/function damage_lib:damage_item {slot:"<slot>",value:<value>}`可以減少指定欄位的物品的耐久度。 - `<slot>`: Equipment slot. This operation can also be performed on non-equipment slots, but will result in errors. Execution will reduce the durability of items in that slot.│`<slot>`:裝備欄位,非裝備欄位亦可執行,但是會有錯誤行為。執行後會減少該欄位的物品的耐久度。 - `<value>`: Integer only. The amount of durability reduced.│`<value>`:僅限整數。減少的耐久度。

Why is this data pack needed?│為何需要該資料包?

If you directly modify item components, the Unbreaking enchantment will not function correctly. Using this Data Pack will ensure that the durability reduction behavior is consistent with the vanilla version.│如果直接修改物品組件,那麼耐久附魔無法正常生效。若使用該資料包,減少耐久度的行為會與原版行為一致。

ADS