Skip to content

Commit

Permalink
Fixed explorer 2 not detecting end schematic correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Nov 18, 2022
1 parent d5448b5 commit 25e1d72
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ events:
- IslandSchematicPasteEvent

# Requirement of the event to complete the mission.
success-check: 'event.getSchematic().endsWith("_nether")'
success-check: 'event.getSchematic().endsWith("_the_end")'

# List of required missions that must be completed before completing this one.
required-missions:
Expand Down

0 comments on commit 25e1d72

Please sign in to comment.