Skip to content

Commit

Permalink
fix wrong entity type
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Dec 31, 2024
1 parent f81c95f commit 897f234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public RemoveUnnaturalSpawners() {
XEntityType.SILVERFISH,
XEntityType.SPIDER,
XEntityType.CAVE_SPIDER,
XEntityType.BREEZE_WIND_CHARGE)
XEntityType.BREEZE)
.filter(XEntityType::isSupported)
.map(XEntityType::get)
.map(Enum::name)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public RemoveUnnaturalSpawners() {
XEntityType.SILVERFISH,
XEntityType.SPIDER,
XEntityType.CAVE_SPIDER,
XEntityType.BREEZE_WIND_CHARGE)
XEntityType.BREEZE)
.filter(XEntityType::isSupported)
.map(XEntityType::get)
.map(Enum::name)
Expand Down

0 comments on commit 897f234

Please sign in to comment.