Skip to content

Commit

Permalink
Make test platform larger and kill nearby mobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 25, 2025
1 parent 11dc331 commit 21c8ffa
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ private void runTests()
closeScreen();

// Build a test platform and clear out the space above it
runChatCommand("fill ~-5 ~-1 ~-5 ~5 ~-1 ~5 stone");
runChatCommand("fill ~-5 ~ ~-5 ~5 ~30 ~5 air");
runChatCommand("fill ~-7 ~-5 ~-7 ~7 ~-1 ~7 stone");
runChatCommand("fill ~-7 ~ ~-7 ~7 ~30 ~7 air");
runChatCommand("kill @e[type=!player,distance=..10]");

// Clear inventory and chat before running tests
runChatCommand("clear");
Expand Down

0 comments on commit 21c8ffa

Please sign in to comment.