Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyhj committed Sep 27, 2023
1 parent 54a05cf commit 874bdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy/drops/dropt/examples-using.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Dropt.list("grass_drop")
// 创建一个 Rule 对象
Dropt.rule()

// 为父 Rule 对象添加匹配破坏 "minecraft:tallgrass:*" 的条件 (使用 META 通配符匹配所有高草丛)
// 为父 Rule 对象添加匹配破坏 "minecraft:tallgrass:*" 的条件 (使用 META 通配符匹配所有草丛)
.matchBlocks(["minecraft:tallgrass:*"])

// 将父 Rule 对象的替换策略从默认的 "REPLACE_ALL" 切换为 "ADD"
Expand Down

0 comments on commit 874bdf2

Please sign in to comment.