From fb0f734b83fbe0167be5f36d6a8e0458dbcc04d0 Mon Sep 17 00:00:00 2001 From: PeyaPeyaPeyang Date: Sun, 1 Oct 2023 15:30:54 +0900 Subject: [PATCH] chore: Remove unnecessary test --- .../scenarios/actions/entity/Pickup-Item-3.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/ScenamaticaPlugin/src/main/resources/scenarios/actions/entity/Pickup-Item-3.yml b/ScenamaticaPlugin/src/main/resources/scenarios/actions/entity/Pickup-Item-3.yml index a4e8ebff7..ec230100d 100644 --- a/ScenamaticaPlugin/src/main/resources/scenarios/actions/entity/Pickup-Item-3.yml +++ b/ScenamaticaPlugin/src/main/resources/scenarios/actions/entity/Pickup-Item-3.yml @@ -4,21 +4,6 @@ scenamatica: ${project.version} name: actions_entity_pickup_item_3 description: Testing entity_pickup_item action without argument works or not on: - - type: on_load - before: - - type: execute - action: entity_spawn - with: - entity: - type: minecraft:villager - tags: - - 810snpi - - after: - - action: command_dispatch - type: execute - with: - command: 'kill @e[type=minecraft:villager,tag=810snpi]' - type: manual_dispatch before: - type: execute