Skip to content

Commit

Permalink
chore(actions): Fix bad scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Dec 28, 2024
1 parent 411d0ec commit 0309cae
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
- type: manual_dispatch

context:
actors:
- name: Actor001
stage:
type: flat

Expand All @@ -22,13 +20,21 @@ scenario:
x: 0
y: 4
z: 0
yield: 4
yield: 50
breakBlocks: true
- type: expect
action: block_break
action: block_explode
with:
block:
location:
x: 0
y: 3
z: 0
blocks:
- location:
x: 10
y: 3
z: 0
- location:
x: 0
y: 3
z: 10
- location:
x: 5
y: 3
z: -5

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
- type: manual_dispatch

context:
actors:
- name: Actor001
stage:
type: flat

Expand All @@ -23,7 +21,6 @@ scenario:
y: 4
z: 0
yield: 4
breakBlocks: false
- type: expect
action: block_explode
with:
Expand Down

0 comments on commit 0309cae

Please sign in to comment.