From 12f5b34329925c13332827f2abd9055df8ee720c Mon Sep 17 00:00:00 2001 From: Harvey_Husky Date: Mon, 30 Dec 2024 15:30:18 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=BC=BA=E5=A4=B1=E8=8B=8D=E7=99=BD?= =?UTF-8?q?=E6=A9=A1=E6=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fzsd/predicate/sweeper/whitelist.json | 101 ++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 compat_42/data/fzsd/predicate/sweeper/whitelist.json diff --git a/compat_42/data/fzsd/predicate/sweeper/whitelist.json b/compat_42/data/fzsd/predicate/sweeper/whitelist.json new file mode 100644 index 0000000..66f9bfe --- /dev/null +++ b/compat_42/data/fzsd/predicate/sweeper/whitelist.json @@ -0,0 +1,101 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "item", + "nbt": "{Item:{id:\"minecraft:minecart\"}}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "item", + "nbt": "{Item:{id:\"minecraft:hopper_minecart\"}}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "item", + "nbt": "{Item:{id:\"minecraft:chest_minecart\"}}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "item", + "nbt": "{Item:{id:\"minecraft:furnace_minecart\"}}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "item", + "nbt": "{Item:{id:\"minecraft:oak_boat\"}}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "item", + "nbt": "{Item:{id:\"minecraft:birch_boat\"}}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "item", + "nbt": "{Item:{id:\"minecraft:acacia_boat\"}}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "item", + "nbt": "{Item:{id:\"minecraft:cherry_boat\"}}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "item", + "nbt": "{Item:{id:\"minecraft:jungle_boat\"}}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "item", + "nbt": "{Item:{id:\"minecraft:spruce_boat\"}}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "item", + "nbt": "{Item:{id:\"minecraft:mangrove_boat\"}}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "item", + "nbt": "{Item:{id:\"minecraft:bamboo_raft\"}}" + } + } + ] +}