From 9e9555728e5879a0022d3d73b6e7e1174c8d296f Mon Sep 17 00:00:00 2001 From: Owehttamy <47429979+Owehttamy@users.noreply.github.com> Date: Fri, 4 Feb 2022 10:52:33 -0600 Subject: [PATCH] Include itemremove filters --- docs/mechanics/itemremoval.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/mechanics/itemremoval.md b/docs/mechanics/itemremoval.md index 1f7c8b2..33b3685 100644 --- a/docs/mechanics/itemremoval.md +++ b/docs/mechanics/itemremoval.md @@ -13,7 +13,18 @@ Disable inventory drops and obsidian. "leather leggings", "leather boots", "obsidian" ], ``` +Disable item drops specifically on death, manual removal, and spawn (such as breaking blocks). +```json + "itemremove": [ + { + "type": "red wool", + "death": true, + "drop": true, + "spawn": true + } + ], +``` To disable all inventory drops: ```json