Skip to content

Commit

Permalink
refactor: make potion effects an optional dep of attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Jul 26, 2024
1 parent 1d24209 commit 8e9850d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class Identifier {
Dependency.optional("game_mode")
);
public static final Identifier ATTRIBUTES = huskSync("attributes", true,
Dependency.required("potion_effects")
Dependency.optional("potion_effects")
);
public static final Identifier HEALTH = huskSync("health", true,
Dependency.optional("attributes")
Expand Down

0 comments on commit 8e9850d

Please sign in to comment.