浏览代码

'plugins/dropedit2.md' ändern

MasterCake 5 年之前
父节点
当前提交
4d4aef0332
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/dropedit2.md

+ 1 - 0
plugins/dropedit2.md

@@ -109,6 +109,7 @@ A yellow shulker box expands the custom drop inventory by 27 slots. DropEdit wil
 ### Conditional Data Filter (Mob drops only)
 
 This item can contain a specific filter string. When added to one of the container types listed above, it will only drop the contents of the container when the filter string is contained within the entity's data string. For example, you may want pillagers to drop a diamond sword, but only if they're pillager captains, meaning they're having banners on their head.
+
 ![](/media/DropEdit2_ConditionalDataFilter_PillagerCaptain.png)
 
 In order to accomplish this, you can run the vanilla command `/data get entity @e[type=minecraft:pillager,limit=1]` for getting an idea which part of the string data differs from the default villager. In this example, you can easily see that a captain pillager got a `white_banner` inside the `ArmorItems` category: