Skip to content

Commit

Permalink
Removed unused effect exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe-Devr committed Jul 16, 2024
1 parent b823e76 commit 43b8f39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/world/src/effect/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export * from "./slowness";
export * from "./levitation";
export * from "./instant-health";
export * from "./instant-damage";
/* export * from "./strength"; */

export * from "./invisibility";
export * from "./poison";
export * from "./wither";
Expand All @@ -15,5 +15,3 @@ export * from "./night-vision";
export * from "./regeneration";
export * from "./saturation";
export * from "./hunger";
export * from "./conduit-power";
export * from "./water-breathing";

0 comments on commit 43b8f39

Please sign in to comment.