adapt: adapt LeviLamina 1.0.0-rc.3

This commit is contained in:
子沐呀
2025-01-12 20:32:24 +08:00
Unverified
parent 6e57f87129
commit 846575f83d
13 changed files with 77 additions and 131 deletions
-6
View File
@@ -1717,9 +1717,6 @@ interface Block {
/** (GMLIB) */
canDropWithAnyTool(): boolean;
/** (GMLIB)方块是否不需要工具采集 */
isAlwaysDestroyable(): boolean;
/** (GMLIB)检测方块是否能被玩家挖掘(比如插件拦截) */
playerWillDestroy(
/** 挖掘的玩家对象 */
@@ -1758,9 +1755,6 @@ interface Item {
block: Block
): boolean;
/** (GMLIB)获取物品可以拥有的附魔 */
getLegalEnchants(): string[]
/** (GMLIB)添加附魔 */
applyEnchant(
/** 附魔的命名空间ID */