From dd617ff3d0c301f823d8c2bf0ab038069662a0ef Mon Sep 17 00:00:00 2001 From: Misode Date: Thu, 24 Oct 2024 23:11:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Dispatch=20filtered=20loot=20fun?= =?UTF-8?q?ction=20to=20the=20right=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- java/data/loot/function.mcdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/data/loot/function.mcdoc b/java/data/loot/function.mcdoc index d690383..3ae5917 100644 --- a/java/data/loot/function.mcdoc +++ b/java/data/loot/function.mcdoc @@ -192,7 +192,7 @@ dispatch minecraft:loot_function[explosion_decay] to struct {} /// Applies loot function(s) to items that match an item predicate. #[since="1.20.5"] -dispatch minecraft:loot_condition[filtered] to struct Filtered { +dispatch minecraft:loot_function[filtered] to struct Filtered { /// Item predicate to select items to modify. item_filter: ItemPredicate, /// Loot function to apply to the selected items.