Skip to content

Commit

Permalink
remove v-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoliziawa committed Sep 23, 2024
1 parent a991e0d commit ef81b36
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,12 @@ LootJS.modifiers((event) => {
})
```

::: v-warning WARN
若要移除之前的掉落则加上↓这段代码在addLoot的上面
```js
.removeLoot("minecraft:flint")

```

:::


根据Js的代码执行顺序,若将这串代码放置在addLoot底下则不会生效
Expand Down

0 comments on commit ef81b36

Please sign in to comment.